+ Reply to Thread
Results 1 to 6 of 6

Now() formula not recognised

  1. #1
    Registered User
    Join Date
    12-02-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    16

    Now() formula not recognised

    Hi All,

    I am facing a strange problem in my excel sheet. I have '=Now()' formula in a cell and i have a IF formula which refers to the values of '=Now()' and provides result. If formula is not recognizing the value of today's date(2/28/2013) only. If i change the system date to other dates(except for 2/28/2013), it works fine. I have checked with few of my peers in different timezone and they too face the same problem. Any thoughts? Is this have anything to do with my excel settings? Sorry if i am confusing, i can post the excel sheet if required.

    Appreciate your assistance.

    Regards,
    Kiruba

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    23,982

    Re: Now() formula not recognised

    Suggest you post your sheet. Easier to work with actual data versus theorize.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    12-02-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Now() formula not recognised

    Here you go..
    Attached Files Attached Files

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    23,982

    Re: Now() formula not recognised

    Here is a simpler solution
    Replace your nested if statement with this =VLOOKUP(E1,$A$2:$C$17,3,TRUE)

    BTW: Your formula works fine on my machine. Do you have your calc set to manual?

    Also it is still 2/27/2013 in US.

  5. #5
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,324

    Re: Now() formula not recognised

    Use today() instead of now()
    now()+1 =28 feb 2013 22:00
    Column B8 = 28 feb 2013 00:00:00
    now()+1 ls later than B8 an earlier as A9

    I should use
    =IF(E1>MAX(A2:B17);"No Quarter Match Found";VLOOKUP(E1;A2:C17;3;1))

  6. #6
    Registered User
    Join Date
    12-02-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Now() formula not recognised

    Thank you Alan. Vlookup formula works great. No. I have calc set to automatic only. I have even tried changing the date in my peer's system(sitting in US) to 2/28/2013 and she too has the same issue. It does not work only on 2/28/2013. As if now, i can go with the vlookup formula. I am just worried if this going to affect my other reports.

+ 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