+ Reply to Thread
Results 1 to 2 of 2

IF AND Question

  1. #1
    carl
    Guest

    IF AND Question

    I a trying to write a formula that gives the result in ColA.

    If "Code" Row N+1 = Code Row N and TimeDiff Fow N+1 is less than 5 seconds,
    return TRUE. Otherwise, FALSE

    TimeDiff Code
    FALSE 9:31:16 UMUD06C30.00
    FALSE 0:00:21 QAAE06C65.00
    TRUE 0:00:04 QAAE06C65.00
    FALSE 0:00:09 DLQD06C30.00
    TRUE 0:00:03 GG E06C32.50

    Thank you in advance.




  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If you mean less than and not <= the following should work
    =IF(AND(C2=C3,B2<(5/24/60/60)),TRUE,FALSE)

    Regards

    Dav

+ 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