Forum Discussion
Automatically adding the date/time to a cell when another cell is updated
Hi I have the same issue
my spreadsheet has steps and when a step is changed or edited another cell should reflect the date
and since i have many steps I need to see many dates to know when each step was edited
for example:
cells with content to be edited are :
J8, J14, J23,P8,P14,P23
and cells that should reflect changes date are:
I11,I17,I26,O11,O17,O26
So cell I11 should show the date when J8 is edited
(whenever J8 is edited, I11 should update the date)
and whenever J14 is edited, I17 should update the date (show the date),
and so on
I tried =IF(J8="","",NOW())
and I tried =IF(J14="",IF(I17="",NOW(),I17),NOW())
and tried =IF(ISBLANK(P14)," ",NOW())
and tried =IF("$P8"="","",NOW())
and =IF(P8<>"",IF(O11="",NOW(),O11),"")
all of them are working but with 2 problems:
- if i edit any cell in the sheet, the date is updated
- but it is updated in all the cells that contains this formula despite that the formula in each one has different cell number as referred above
any help is appreciated
thank you in advance
Beforehand, with your permission, I suggest you include a sample file (without sensitive data) or, if not possible, photos.
Where you explain step by step what your plan is based on this.
Knowledge of the Excel version, operating system and storage medium is a good prerequisite for getting a quick and more accurate solution.
Don't forget to specify your region or language you use in Excel, as the formulas vary depending on the language.
Please keep in mind that none of us know your digital environment, and therefore not what possible solutions could result from it.
*It's always an advantage if you create a new discussion for your question.
Thank you for your patience and understanding
I know I don't know anything (Socrates)