PC Review


Reply
Thread Tools Rate Thread

Adding Time Cell Was Changed

 
 
Andy Rads
Guest
Posts: n/a
 
      24th Feb 2007
Column A has different values (these are not important). In column B I want
to show the time that say cell A1 was changed. I have tried several methods
but all result in all the times in column B being changed to the same time.
Can anyone help?

Many thanks.

 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      24th Feb 2007
see

http://www.mcgimpsey.com/excel/timestamp.html

In article <532607C4-B90C-4963-81DB-(E-Mail Removed)>,
"Andy Rads" <(E-Mail Removed)> wrote:

> Column A has different values (these are not important). In column B I want
> to show the time that say cell A1 was changed. I have tried several methods
> but all result in all the times in column B being changed to the same time.
> Can anyone help?
>
> Many thanks.

 
Reply With Quote
 
Héctor Miguel
Guest
Posts: n/a
 
      25th Feb 2007
hi, Andy !

> ... In column B I want to show the time that say cell A1 was changed.
> I have tried several methods but all result in all the times in column B being changed to the same time...


here is another approach, defining/using a [tricky] UDF as follows:

Function Change_Time(myCell As Range) As Date
Volatile = False
Change_Time = Now
End Function

you could use the above UDF [i.e.] in 'B1'...
=if(a1<>"",change_time(a1))

you might need to format 'B1' like: h:mm:ss.0000

hth,
hector.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding comment to cell if value changed tpeter Microsoft Excel Programming 5 13th Nov 2009 12:46 PM
can i see the date the last time a cell was changed? =?Utf-8?B?Sm9obk51VGVr?= Microsoft Excel New Users 3 10th May 2007 11:32 PM
when i enter time in cell it changed, why? =?Utf-8?B?SGFzc2Fu?= Microsoft Excel Worksheet Functions 1 9th Jun 2006 01:38 AM
Count on cell for each time it is changed =?Utf-8?B?SmVsaW5law==?= Microsoft Excel Misc 3 9th Jan 2006 02:22 PM
How do I get one cell to record the time another cell was changed. =?Utf-8?B?UmVpZ25pbmcgaW4gU2VhdHRsZQ==?= Microsoft Excel Misc 1 17th Dec 2004 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:55 AM.