SmellyMelly
Technical User
I want to create a result of null (not zero) in an IF statement in excel.
This is what I have:
Cell G15
=IF(ISERROR((D2-E2)/E2),"",(D2-E2)/E2)
Cell N15
=IF((G15>=1),1,0)
The problem is if G15 is blank (is null?), cell N15 calculates a 1.
Question: are the symbols "" the correct symbols for IS NULL, or are they reflecting infiniti (which is greater than one and why the second IF statement does not work)?
Thanks for your help!
This is what I have:
Cell G15
=IF(ISERROR((D2-E2)/E2),"",(D2-E2)/E2)
Cell N15
=IF((G15>=1),1,0)
The problem is if G15 is blank (is null?), cell N15 calculates a 1.
Question: are the symbols "" the correct symbols for IS NULL, or are they reflecting infiniti (which is greater than one and why the second IF statement does not work)?
Thanks for your help!