Is there a way I can have a cell look at 3 cells, if one is marked my a X or a yes, it returns todays date plus 1,2 or just N/A. Each cell would be differant, one the +1, one cell the +2 and the other cell return the N/A. Thanks
Your initial post is hard to decipher!I tried this but it only retuns NAME
Code:=IF(D32=yes,NOW()+1,0)
=IF(OR(D33="X",B33="Yes"), TODAY()+1, IF(OR(D34="X",D34="Yes"), TODAY()+2, IF(OR(D35="X",D35="Yes"), "N/A","")))