Formula:
=IF(ISBLANK(V6),IF(ISBLANK(Q3),"",1),1)
I have this formula which I am going to have to nest much more IF and ISBLANK formulas into. What I would like is if any of my cells (right now just V6 and Q3) contain a number value, then the number 1 is shown. Right now both cells have to have a number in it in order to display 1. What am I doing wrong?
Bookmarks