Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Del wrote:
Is it possible to use an Excel formula to return the lowest time value in a row or range, but exclude 00:00 ? =SMALL(IF(E9:E13<0,E9:E13,1000000),1) If the range is E9:E13. This is an Array Formula, so enter it with Ctrl+Shift+Enter. Regards, -- Beto Reply: Erase between the dot (inclusive) and the @. Responder: Borra la frase obvia y el punto previo. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to use an Excel formula to return the lowest time value in a
row or range, but exclude 00:00 ? Thanks in advance. Del. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Del,
Try =MIN(IF(A1:A100,A1:A10)) as an array formula, so commit with Ctrl-Shift-Enter -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Del" wrote in message ... Is it possible to use an Excel formula to return the lowest time value in a row or range, but exclude 00:00 ? Thanks in advance. Del. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob, works like a charm!
"Bob Phillips" wrote in message ... Hi Del, Try =MIN(IF(A1:A100,A1:A10)) as an array formula, so commit with Ctrl-Shift-Enter -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Del" wrote in message ... Is it possible to use an Excel formula to return the lowest time value in a row or range, but exclude 00:00 ? Thanks in advance. Del. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
difference between the lowest and next lowest value | Excel Discussion (Misc queries) | |||
determine lowest number in several columns and replace lowest numb | Excel Worksheet Functions | |||
MIN to get three lowest | Excel Worksheet Functions | |||
Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc | Excel Discussion (Misc queries) | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions |