+ Reply to Thread
Results 1 to 4 of 4

whats wrong with this formula?

  1. #1
    Registered User
    Join Date
    08-24-2006
    Posts
    61

    Question whats wrong with this formula?

    it just return "value" sign when time reach 0:00:00 and onwards
    could it be my pc time and setting problem?
    here the example.
    time calc if >3mins then return missing log text
    formula:=IF(A2 - A1 > TIMEVALUE("0:03"), "Log Missing", "")
    23:56:16.64



    23:58:28.14



    0:00:38.25 #value!



    0:02:48.74 #value!

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    I find it simpler to enter 00:03:00 in a spare cell, and then reference that cell in any formulas. Try it, and if still not working, zip your spreadsheet and attach it

  3. #3
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Another option is to change TIMEVALUE("0:03") to 3/1440.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    That formula is OK as it stands.

    =#VALUE! error will be caused if either A1 or A2 are text values (that can't be coerced to times). Where does the time data come from?

+ 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