I am making an invoice sheet which will include historical as well as current purchases.
I auto-populate the date field with the current date when a new item is entered with =IF(F3<>"",TODAY(),""), where cell F3 is a cell for a new item name.
My problem is that when I open the sheet to add a new item several days later, all of the previously filled cells in the F column are not null, so all of my date cells are changed to TODAY().
How can I populate the date field with the date the new item is entered, and not change it the next time the worksheet is opened. Thanks.
I auto-populate the date field with the current date when a new item is entered with =IF(F3<>"",TODAY(),""), where cell F3 is a cell for a new item name.
My problem is that when I open the sheet to add a new item several days later, all of the previously filled cells in the F column are not null, so all of my date cells are changed to TODAY().
How can I populate the date field with the date the new item is entered, and not change it the next time the worksheet is opened. Thanks.