Hello everyone - I hope somebody will be able to help me ;)
I would like today's date to show in cell A1 if cell I47 is modified.
Thanks a lot in advance!
Hello everyone - I hope somebody will be able to help me ;)
I would like today's date to show in cell A1 if cell I47 is modified.
Thanks a lot in advance!
Last edited by xavpg; 02-28-2012 at 06:30 PM.
Hi,
You'll need to add the following code to the Sheet change event in the Visual Basic Environment
![]()
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Hi and welcome to the forum.
In A1, try this.
=IF(I47="";"";IF(A1="";NOW();A1))
You use a circular reference to enter the date when a change is made in another cell.Choose Tools/Options/Calculation and check the Iteration checkbox to be 1. Not 100!.
Change the semi-colos to gomma, if you have to do it.
Hope it helps you.
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
I need further help about this. The VB code you provided Richard works, but my spreadsheet is linked to other spreadsheets. So, everytime I open the file, it asks me if I want to update the content and I click yes (since it's possible it has changed). The update makes the date change, even if the value didn't change. But I don't want the date to change if the value doesn't change... I hope it's clear. If you need more details, let me know
Thanks again very much for your help!
Xavier
Montreal, Canada
Yes, but in the meantime didn't you find one minute of free time to let Richard(and all of us) knows that his solution, works for you??... The VB code you provided Richard works,....
I did. I changed the thread subject by adding [SOLVED] in the subject. I read to do so in the Forum Rules. I removed the [SOLVED] when I began experiencing an issue again. I am very sorry if it is not the way to proceed; I am new to this forum and still learning how it works. In the future, I will not only change the subject line to [SOLVED], but also reply to the thread.Yes, but in the meantime didn't you find one minute of free time to let Richard(and all of us) knows that his solution, works for you??
Many thanks for your understanding and for your help,
Xavier
Could you have a hidden cell that holds the old value in I47? Let's call it XX47
(I haven't tested this so some modification may be needed)![]()
Please Login or Register to view this content.
..It's OK!
As you can understand, when you offer a solution to someone, you want to know if this worked for him(her)!
So pls, next time let the people that tried to help you, to know, if their solution worked for you...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks