=if function
Posted by Ablation on April 27, 2001 6:46 AM
If I enter anything in cell n# I would like the function cell to return a 1.
If both cells have anything in them "n14 and o14" returns a 0. Blanks also return 0. I got the code working with single cells but I cant get it to work with all the cells I need it on.
(working code)
=IF(N14="",0,IF(N14<>"",IF(O14="",1,0)))
(not working)
=IF(N14:N100="",0,IF(N14:N100<>"",IF O14:O100="",1,0)))