Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Lowest Value

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Lowest Value

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Lowest Value

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Lowest Value

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
difference between the lowest and next lowest value Narnimar Excel Discussion (Misc queries) 5 December 15th 08 12:28 AM
determine lowest number in several columns and replace lowest numb jerry Excel Worksheet Functions 1 June 18th 08 03:19 AM
MIN to get three lowest DKY Excel Worksheet Functions 2 February 4th 06 02:40 PM
Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc jwebb Excel Discussion (Misc queries) 2 March 9th 05 12:38 PM
How can I get the lowest price, second lowest etc. from a range o. Robin Excel Worksheet Functions 2 November 9th 04 12:23 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"