D
Dan
I have the following code
=IF(Main!H5=0," ",IF(Main!H5>12,1,IF(Main!H5>=10,2,IF(Main!
H5>=8,3,IF(Main!H5>=5,4,5)))))
basically if the cell is blank I want nothing on the
following spreadsheet However if the cell value is 0 I
need 5 not a blank. I have tried =If (main!h5=" ".....but
get the same. How can I get a difference between a zero
and a blank?
=IF(Main!H5=0," ",IF(Main!H5>12,1,IF(Main!H5>=10,2,IF(Main!
H5>=8,3,IF(Main!H5>=5,4,5)))))
basically if the cell is blank I want nothing on the
following spreadsheet However if the cell value is 0 I
need 5 not a blank. I have tried =If (main!h5=" ".....but
get the same. How can I get a difference between a zero
and a blank?