Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Hafeez,
Assuming the two dates are in A1 and A2 and the corresponding times are in B1 and B2, this formula should do what you're looking for: =ABS((A1+B1)-(A2+B2))<=TIME(0,2,0) -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] Hafeez Esmail wrote: I want to see if two times are <= 2 minutes. Is there a function that does this (and takes the case where time1 = 23:58:01 and time2 = 0:00:01)? Col A contains Dates and Col B contains Time Thanks Hafeez Esmail |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming |