Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need to return the lowest time value in a range of cells.

Have an Excel '03 sheet with time values (we track patient flow data) and I
need to find and return the earliest time over a range of cells. I have tried
MIN and MINA but since the values are times, the function only returns the
lowest number in the time. Looking for the simplest way to accomplich this
goal. Thank you for reading and your time!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I need to return the lowest time value in a range of cells.

the function only returns the lowest number in the time.

Not sure I understand what that means.

.............A.........
1.....3:20 PM
2.....1:15 AM
3.....12:00 AM
4.....10:17 AM
5.....6:40 PM

=MIN(A1:A5) returns 12:00 AM

You might have to format as TIME.

Biff

"al elkins" wrote in message
...
Have an Excel '03 sheet with time values (we track patient flow data) and
I
need to find and return the earliest time over a range of cells. I have
tried
MIN and MINA but since the values are times, the function only returns the
lowest number in the time. Looking for the simplest way to accomplich this
goal. Thank you for reading and your time!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default I need to return the lowest time value in a range of cells.

"T. Valko" wrote...
the function only returns the lowest number in the time.

Not sure I understand what that means.

....
=MIN(A1:A5) returns 12:00 AM

....

Possible the OP meant the range contains dates and times, but OP wants
earliest time of day ignoring the date portion. If so, requires an
array formula.

=MIN(MOD(rng,1))

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
Calculating only non-empty cells... Jay Excel Worksheet Functions 9 September 22nd 06 03:20 AM
UDF is updateing cells on another sheet with count from current sheet. John Excel Discussion (Misc queries) 3 March 20th 06 03:58 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 11:54 AM


All times are GMT +1. The time now is 02:38 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"