I am certain this should be an easy fix however I am having a terrible time trying to figure out why my formula is not working as it should. The below formula worksif conditions are met, but not if they have not been met. For example each cellreferenced has a date for its value. I want my formula to put the value of thatcell if a date is present and if not the value should say “NOW”. What's odd isthis formula works if conditions are met but is just blank when the formula isnot met instead of the value being “NOW”. Can anyone point me in the rightdirection as to why this is happening?
Example: If there is a value in AB71 (each cell value below will always be a date) then the date of AB71 should appear if no cells have a date "NOW" should be the value, but this is not happening.
=IF(AB71>0,AB71,IF(S65>0,S65,IF(D68>0,D68,IF(S54>0,S54,IF(AC39>0,AC39,IF(AC33>0,AC33,IF(AC31>0,AC31,IF(AC29>0,AC29,IF(Y33>0,Y33,IF(Y31>0,Y31,IF(Y29>0,Y29,IF(V43>0,V43,IF(A1>0,A1,"NOW")))))))))))))
I appreciate any help!
Example: If there is a value in AB71 (each cell value below will always be a date) then the date of AB71 should appear if no cells have a date "NOW" should be the value, but this is not happening.
=IF(AB71>0,AB71,IF(S65>0,S65,IF(D68>0,D68,IF(S54>0,S54,IF(AC39>0,AC39,IF(AC33>0,AC33,IF(AC31>0,AC31,IF(AC29>0,AC29,IF(Y33>0,Y33,IF(Y31>0,Y31,IF(Y29>0,Y29,IF(V43>0,V43,IF(A1>0,A1,"NOW")))))))))))))
I appreciate any help!