Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Date only to appear if text is added to previous cell

Hello.

I have a worksheet that asks a series of questions. If the answers to these questions result in an Action Item for the project, that item prefills into a cell on a different worksheet.

For the cells that have the Action Item prefill, I'd like to automatically add the date to indicate when the item was "logged". I can get various formats to throw the date in - but, it appears whether the previous cell has prefilled or not.

I guess I'm wondering if the formula in the column that prefills with the action item is causing the cell to NOT appear as blank?

These are the formulas I've tried:
=IF(ISBLANK(A8)," ",TODAY())
=IF(ISTEXT(A8),TODAY()," ")

Also curious if I ever get this thing to work, will the date automatically change to today's date everytime the book is open?
If answer to this is Yes - nevermind above!

Thank you.... and, I do not do VBA or Macros (yet) - so, if you have a solution with one of these - don't go there please!

Thank you!
Carol
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Date only to appear if text is added to previous cell

Today() is volatile and will update on each recalculation, so the date won't
be static.

You can enter a static date with Ctrl+; (time with Ctrl+Shift+;)

You can use intentional circular references (which normally cause an error)
to do this with formulas, but then you have to disable such error checking
and this is an application level setting.

--
Regards,
Tom Ogilvy


"Carol" wrote in message
...
Hello.

I have a worksheet that asks a series of questions. If the answers to

these questions result in an Action Item for the project, that item prefills
into a cell on a different worksheet.

For the cells that have the Action Item prefill, I'd like to automatically

add the date to indicate when the item was "logged". I can get various
formats to throw the date in - but, it appears whether the previous cell has
prefilled or not.

I guess I'm wondering if the formula in the column that prefills with the

action item is causing the cell to NOT appear as blank?

These are the formulas I've tried:
=IF(ISBLANK(A8)," ",TODAY())
=IF(ISTEXT(A8),TODAY()," ")

Also curious if I ever get this thing to work, will the date automatically

change to today's date everytime the book is open?
If answer to this is Yes - nevermind above!

Thank you.... and, I do not do VBA or Macros (yet) - so, if you have a

solution with one of these - don't go there please!

Thank you!
Carol



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Date only to appear if text is added to previous cell

I pretty much want to do the same thing. When the user of the worksheet we have developed selects a certain thing in one cell, I want to "date and time stamp" when they selected that in another cell. Is there any way to include the static date and time as part of a formula or macro? I tried to record the keystrokes in a macro, but it just recorded the value instead. It would seem to me that there should be some way to put it in an IF statement (i.e. IF C1 = Office, then do a CTRL+; and CTRL+SHIFT+;) But I guess that would be too easy!

Thanks!
Nathan

----- Tom Ogilvy wrote: -----

Today() is volatile and will update on each recalculation, so the date won't
be static.

You can enter a static date with Ctrl+; (time with Ctrl+Shift+;)

You can use intentional circular references (which normally cause an error)
to do this with formulas, but then you have to disable such error checking
and this is an application level setting.

--
Regards,
Tom Ogilvy


"Carol" wrote in message
...
Hello.
I have a worksheet that asks a series of questions. If the answers to

these questions result in an Action Item for the project, that item prefills
into a cell on a different worksheet.
For the cells that have the Action Item prefill, I'd like to automatically

add the date to indicate when the item was "logged". I can get various
formats to throw the date in - but, it appears whether the previous cell has
prefilled or not.
I guess I'm wondering if the formula in the column that prefills with the

action item is causing the cell to NOT appear as blank?
These are the formulas I've tried:

=IF(ISBLANK(A8)," ",TODAY())
=IF(ISTEXT(A8),TODAY()," ")
Also curious if I ever get this thing to work, will the date automatically

change to today's date everytime the book is open?
If answer to this is Yes - nevermind above!
Thank you.... and, I do not do VBA or Macros (yet) - so, if you have a

solution with one of these - don't go there please!
Thank you!

Carol




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
How to permit editing the contents of added row(cells) if previous row is protected? [email protected] Excel Discussion (Misc queries) 1 January 19th 09 10:57 PM
locking text in a cell, but allowing new text to be added Hell-fire New Users to Excel 2 June 12th 07 03:47 PM
New text added to cell AFTER current text in same cell choc_penguin Excel Worksheet Functions 2 April 11th 06 08:23 PM
Can a conditional formula indicate "date added" next to a text? Earnest er Excel Worksheet Functions 2 September 7th 05 05:45 PM
how do i get cell to change colour when text is added to it to hi. Mav Excel Discussion (Misc queries) 2 April 23rd 05 10:30 AM


All times are GMT +1. The time now is 03:19 PM.

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"