I have a spreadsheet where I pull data from incoming email notices from our jobs running. In one cell I have a formula that insert today's date when another cells in the row is populated. This works for the day that the new row is populated. However the next day when the Excel Workbook is opened the previous days dates are reset to today. Cell has the following formula
So on 10/12/17 cell B5 is populated with 10/12/2017. I save and close the workbook, The next day I open the workbook to process the days notices. All the rows populated yesterday now have todays date. (12/13/2017).
Can any shed any light on why this is happen. I am using 2013 Office suite.
Code:
=If($D5,"","",Today())
So on 10/12/17 cell B5 is populated with 10/12/2017. I save and close the workbook, The next day I open the workbook to process the days notices. All the rows populated yesterday now have todays date. (12/13/2017).
Can any shed any light on why this is happen. I am using 2013 Office suite.