I have a spreadsheet that has the dates from 2017.01.01 to to 2017.12.31 in column A. Columns B, C, & D may or may not have a value in them. For example: On January first, I put a value only in column C for that day. I need a formula that, when the next day comes, Excel will see that no values were put in columns for the previous day—in this example, columns B & D don’t have a value—and would automatically put a value of "0" in the cells. I surmise an IF function that would use the syntax TODAY() in the formula would be the correct route, but I don’t know how to begin.
=IF(TODAY()-1 is all I have with which to begin.
Any help?
Bookmarks