Hi
I understand the formula NOW() will allow me to have the date and time automatically change when a cell is altered anywhere on my worksheet. What I want to do is create a formula where if a specific cell is changed the date and time will automatically change only if that specific cell is altered. For example if the value in c2 is altered then the date and time is automatically changed to reflect that but if d2 was altered nothing would happen. I think an IF function would work here but if it does what would I need to write as the logical test? =if(logical test(change in value),Value if true (now()),value if false(No change)). Am I heading in the right direction or am I way off? I understand there is VBA codes for this I just thought I would try it without VBA.
Any help would be greatly appreciated
Bookmarks