+ Reply to Thread
Results 1 to 3 of 3

Execute Now fomula based on text in another cell

  1. #1
    Registered User
    Join Date
    05-02-2012
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Execute Now fomula based on text in another cell

    Hello guys. I'd like to use the Now function based on the text in another cell. For instance:
    Return the now function in A2 if A1=Y. Additionally I'd like for the time/date to be a time stamp that doesn't update everytime the spreadsheet is opened. Thanks.
    Last edited by Joker757; 05-02-2012 at 08:17 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Execute Now fomula based on text in another cell

    Hi

    Try this:

    =IF(A1="Y",NOW(),"")
    Click *, if my suggestion helps you. Have a good day!!

  3. #3
    Registered User
    Join Date
    05-02-2012
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Execute Now fomula based on text in another cell

    Thanks! That works fine. The only thing is that I'd like for the time/date to act as a time stamp and not recalculate.

+ 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