Hey everyone! Thanks for any input on this issue I'm having.
I have a workbook that has assignments that get done throughout the month. I need the date to autopopulate based on criteria so I am using the IF() and NOW() functions. The date populates fine, except if I save and close and then come back to it the next day, the date that should be yesterday's date would now show todays date instead. I need it to keep the initial date because I need to do a daily tracker.
Below is the formula I'm using. Once I enter an answer into A2, it should check if A1 has info, then in B1 the date that I entered the answer should populte. This works, but it just won't save the date day to day. It will refresh to current day when you reopen the file. (A2 and B2 should be a merged cell so there won't be anything in that field)
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]PROCID123
[/TD]
[TD]=IF(A2<>"", IF(A1<>0, NOW(), ""), "")
[/TD]
[/TR]
[TR]
[TD]Yes
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
I have a workbook that has assignments that get done throughout the month. I need the date to autopopulate based on criteria so I am using the IF() and NOW() functions. The date populates fine, except if I save and close and then come back to it the next day, the date that should be yesterday's date would now show todays date instead. I need it to keep the initial date because I need to do a daily tracker.
Below is the formula I'm using. Once I enter an answer into A2, it should check if A1 has info, then in B1 the date that I entered the answer should populte. This works, but it just won't save the date day to day. It will refresh to current day when you reopen the file. (A2 and B2 should be a merged cell so there won't be anything in that field)
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]PROCID123
[/TD]
[TD]=IF(A2<>"", IF(A1<>0, NOW(), ""), "")
[/TD]
[/TR]
[TR]
[TD]Yes
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]