Trevor G
10-06-2010, 03:44 AM
I have a spreadsheet with drop down menus in cells A9 down to A999. If the menu option "ON HOLD" is selected, then I want to insert todays date into the same row under column W
I know I can use the formula
=IF(A9="On Hold",TODAY(),"")
But if I open the spreadsheet tomorrow the cell with the formula will show tomorrows date, any ideas on how to fix this
I know I can use the formula
=IF(A9="On Hold",TODAY(),"")
But if I open the spreadsheet tomorrow the cell with the formula will show tomorrows date, any ideas on how to fix this