=SF_Load!A2

J

Jim

Hello,

how would I change this formula (=SF_Load!A2) so it shows a nothing if the
cell it's refeerencing is blank. It currently shows 0.

Thanks
 
D

Dave Peterson

=if(sf_load!a2="","",sf_load!a2)


Hello,

how would I change this formula (=SF_Load!A2) so it shows a nothing if the
cell it's refeerencing is blank. It currently shows 0.

Thanks
 
Top