I want to create a formula in Column X that returns a value of TBD if no date is populated in a Column U. Once a date is populated in column U, TBD will change to a date in column X.
I tried the below formula
=IF(COUNTBLANK(U25)>0,"TBD",=SUM(U25+2)
The date format I'm using is m/dd/yy
Thoughts
Thank you
Tom
I tried the below formula
=IF(COUNTBLANK(U25)>0,"TBD",=SUM(U25+2)
The date format I'm using is m/dd/yy
Thoughts
Thank you
Tom