Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default how to make excel record cell entry dates

when using Microsoft excel 2003, ive been trying to make a cell remember the
date an entry is made in a different cell. for example: if the letter "a" is
entered into cell A1 i require cell B1 to show the date that the letter "a"
was entered.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default how to make excel record cell entry dates

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

change from NOW() to TODAY() if you use the formula technique

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
when using Microsoft excel 2003, ive been trying to make a cell remember
the
date an entry is made in a different cell. for example: if the letter "a"
is
entered into cell A1 i require cell B1 to show the date that the letter
"a"
was entered.



  #3   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default how to make excel record cell entry dates

i will try this but i dont think it works as if you alter the date or time on
the clock all the cells return to the same date (current date).

let me know if it has worked for you using this technique.
thanks

"Peo Sjoblom" wrote:

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

change from NOW() to TODAY() if you use the formula technique

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
when using Microsoft excel 2003, ive been trying to make a cell remember
the
date an entry is made in a different cell. for example: if the letter "a"
is
entered into cell A1 i require cell B1 to show the date that the letter
"a"
was entered.




  #4   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default how to make excel record cell entry dates

Did you try it? The reason behind it using circular reference is that it
will look the formula we=hen the condition is TRUE
--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
i will try this but i dont think it works as if you alter the date or time
on
the clock all the cells return to the same date (current date).

let me know if it has worked for you using this technique.
thanks

"Peo Sjoblom" wrote:

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

change from NOW() to TODAY() if you use the formula technique

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
when using Microsoft excel 2003, ive been trying to make a cell
remember
the
date an entry is made in a different cell. for example: if the letter
"a"
is
entered into cell A1 i require cell B1 to show the date that the letter
"a"
was entered.






  #5   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default how to make excel record cell entry dates

hello again

ive tried it, but as i suspected the date always returns to the current date
which is not what im trying to do, i need the cell to remain at the date when
the referenced cell was populated. is there a way that this can be done; i.e.
if cell A1 was populated with the letter "a" on 10/06/06, then cell B1 will
always remain 10/06/06.
the formula im trying to use in cell B2 is; =IF(A1="a",TODAY(),"") ive also
tried this with NOW() in place of TODAY() with the same result.

Thanks.

Hoyt

"Peo Sjoblom" wrote:

Did you try it? The reason behind it using circular reference is that it
will look the formula we=hen the condition is TRUE
--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
i will try this but i dont think it works as if you alter the date or time
on
the clock all the cells return to the same date (current date).

let me know if it has worked for you using this technique.
thanks

"Peo Sjoblom" wrote:

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

change from NOW() to TODAY() if you use the formula technique

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
when using Microsoft excel 2003, ive been trying to make a cell
remember
the
date an entry is made in a different cell. for example: if the letter
"a"
is
entered into cell A1 i require cell B1 to show the date that the letter
"a"
was entered.








  #6   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default how to make excel record cell entry dates

Ive tried it again and ive now got it to work. Woo Hoo!
i forgot to check the Iteration box last time, well im an idiot.

thanks for the help on this

Cheers Hoyt

"Peo Sjoblom" wrote:

Did you try it? The reason behind it using circular reference is that it
will look the formula we=hen the condition is TRUE
--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
i will try this but i dont think it works as if you alter the date or time
on
the clock all the cells return to the same date (current date).

let me know if it has worked for you using this technique.
thanks

"Peo Sjoblom" wrote:

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

change from NOW() to TODAY() if you use the formula technique

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"hoyt" wrote in message
...
when using Microsoft excel 2003, ive been trying to make a cell
remember
the
date an entry is made in a different cell. for example: if the letter
"a"
is
entered into cell A1 i require cell B1 to show the date that the letter
"a"
was entered.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enter 2 dates in same excel cell m_a_turcotte Excel Discussion (Misc queries) 4 May 16th 06 08:15 PM
How can I make an excel cell equal to the value of a frame object text box directionalman Excel Worksheet Functions 1 February 27th 06 09:24 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
hide cell contents and make it reappear (Excel) Dave Excel Discussion (Misc queries) 3 April 15th 05 09:00 PM
How do i make journal entry in excel? Natali Excel Worksheet Functions 2 January 5th 05 06:09 PM


All times are GMT +1. The time now is 02:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"