What formula would I use if I wanted this:
If A1 is greater than 1 then B2 equals the time that I entered a # in cell A1
What formula would I use if I wanted this:
If A1 is greater than 1 then B2 equals the time that I entered a # in cell A1
See link
http://www.mcgimpsey.com/excel/timestamp.html
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Hello,
Thanks for the link. I found that this formula worked:
=IF(A1="","",IF(B1="",NOW(),B1)) along with choosing Tools/Options/Calculation (Preferences/Calculation for Macs) and check the Iteration checkbox.
My only problem is that when you update cell A1 it does not update cell B2 to the current time. Is there a way to fix it so that it updates to the last change in cell A1?
Try using the code
VBA Noob
awesome, thanks!
oh wait, how would I reference that code so that if I made a change in spreadsheet 1 it would add the date in those cells in spreadsheet 3
this is the code I used:
![]()
Please Login or Register to view this content.
Maybe
VBA Noob![]()
Please Login or Register to view this content.
hmmmm, didn't work
Code goes in Sheet 1.
When Cell A1 is greater 1 then it adds the date to sheets 3 Cell B2
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks