
4,380 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The sheet is new each month in a 12 month workbook. IF is in B1, IF a dollar amount is in cell A1 and Cell C1 is blank, put the TODAY() in B1. What's happening is if either test is false the date
is changed to 0/0/0. I want the date or blank in B1 cell to be left alone. IF (A1>0,IF (C1<=" ",TODAY(),),) any body?