Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating only non-empty cells... | Excel Worksheet Functions | |||
UDF is updateing cells on another sheet with count from current sheet. | Excel Discussion (Misc queries) | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Match function...random search? | Excel Worksheet Functions |