+ Reply to Thread
Results 1 to 8 of 8

if a cell contains text, then display date and time

Hybrid View

Guest if a cell contains text, then... 08-09-2006, 09:59 AM
Guest Re: if a cell contains text,... 08-09-2006, 10:24 AM
Guest Re: if a cell contains text,... 08-09-2006, 10:59 AM
Guest Re: if a cell contains text,... 08-09-2006, 11:29 AM
Guest Re: if a cell contains text,... 08-09-2006, 12:09 PM
Guest Re: if a cell contains text,... 08-09-2006, 12:20 PM
Guest Re: if a cell contains text,... 08-09-2006, 02:34 PM
Guest Re: if a cell contains text,... 08-09-2006, 05:14 PM
  1. #1
    cassandra112
    Guest

    Re: if a cell contains text, then display date and time

    Dave O

    You are an angel....thanks so much for your time but I think I have it
    working using a circular reference....

    I checked the iteration box under the tools/options/calculations menu and
    set up this circular reference

    =IF(B1="","",IF(A1="",NOW(),A1))

    Now whenever I enter a comment in B, I get a static time/date stamp in A.
    Haven't had any problems so far.

    Thanks again
    Cassandra

    "Dave O" wrote:

    > No other ideas that are automated. To set it up with VBA you'd need to
    > determine the range of cells where comments are expected, and trigger
    > an event when one of those cells is changed. When that event triggers,
    > the code would insert the current date and time in the cell immediately
    > adjacent.
    >
    > What is the tab name where the user is entering comments, and what is
    > the range of cells where this is likely to happen? It can be all of
    > column B, for instance, if that's the correct answer, just need to have
    > a range.
    >
    > I have an answer for you, but it may take a while: I"m off to lunch and
    > then I have a series of meetings.
    >
    >


  2. #2
    cassandra112
    Guest

    Re: if a cell contains text, then display date and time

    Dave O

    Maybe you could help me with one other question?
    I inserted a word document using insert object into a worksheet. Now,
    though, whenever I try to print it there is a border around the document. Do
    you know how to get rid of this? Really appreciate any suggestions...

    Thanks again
    Cassandra

    "cassandra112" wrote:

    > Dave O
    >
    > You are an angel....thanks so much for your time but I think I have it
    > working using a circular reference....
    >
    > I checked the iteration box under the tools/options/calculations menu and
    > set up this circular reference
    >
    > =IF(B1="","",IF(A1="",NOW(),A1))
    >
    > Now whenever I enter a comment in B, I get a static time/date stamp in A.
    > Haven't had any problems so far.
    >
    > Thanks again
    > Cassandra
    >
    > "Dave O" wrote:
    >
    > > No other ideas that are automated. To set it up with VBA you'd need to
    > > determine the range of cells where comments are expected, and trigger
    > > an event when one of those cells is changed. When that event triggers,
    > > the code would insert the current date and time in the cell immediately
    > > adjacent.
    > >
    > > What is the tab name where the user is entering comments, and what is
    > > the range of cells where this is likely to happen? It can be all of
    > > column B, for instance, if that's the correct answer, just need to have
    > > a range.
    > >
    > > I have an answer for you, but it may take a while: I"m off to lunch and
    > > then I have a series of meetings.
    > >
    > >


  3. #3
    Dave O
    Guest

    Re: if a cell contains text, then display date and time

    Hey, Cassandra-
    The circular reference idea never occurred to me- I've never used it
    before. I've spent so much time avoiding circ refs that deliberately
    creating one didn't even occur to me. Does the circular reference
    warning appear on the spreadsheet? Seems that might put the client
    off.

    Have to disappoint you again- I can't answer the border question. I
    did a search but couldn't find any answers.


  4. #4
    cassandra112
    Guest

    Re: if a cell contains text, then display date and time

    Hi

    I know....crazy but it seems to be working. If you check the iteration box
    under tools/options/calculations the reference warning doesn't come
    up.....don't know if this willl all have crazy repurcutions down the line but
    i'm crossing my fingers as i'm testing it.

    I found the answer to my other question.....right clicking on the word
    insert brings up formatting options.

    THanks again for everything!
    Cassandra

    "Dave O" wrote:

    > Hey, Cassandra-
    > The circular reference idea never occurred to me- I've never used it
    > before. I've spent so much time avoiding circ refs that deliberately
    > creating one didn't even occur to me. Does the circular reference
    > warning appear on the spreadsheet? Seems that might put the client
    > off.
    >
    > Have to disappoint you again- I can't answer the border question. I
    > did a search but couldn't find any answers.
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1