Find minimum time value?

bsacco

New Member
Joined
Aug 25, 2006
Messages
35
I'm attempting to find the LOWEST time value in a ROW.

I have (3) times entered into (3) cells consecutively. They are A1, B1 and C1

2:04.22 1:59.69 2:02.00


I tried using =MINA(A1:C1) but it returns "0" because of the formatting the time issue.

Anyone have any work-arounds?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
If the times are formatted as text you could get zero, try

=MIN(A1:C1+0)

confirmed with CTRL+SHIFT+ENTER
 
Upvote 0
there seems to be a real weird problem when excel has to deal with TIME formats.

Does anyone have a suggestion as to what TIME format I should use in each CELL so that when I apply the formula I don't get errors?
 
Upvote 0
entering =MIN(A1:C1+0) did not work

I got a value Error

That formula is an array formula, you need to confirm with CTRL+SHIFT+ENTER so that you get curly braces like { and } around the formula in the formula bar.

To do that select cell with formula then press F2 then hold down CTRL and SHIFT keys and press ENTER
 
Upvote 0
Sorry, I'm a newbie. I didn't work all I have now is =MIN{K74:M74+0}

I don't understand what you mean by "array" formula and all this F2 cntrl + Shift+enter stuff...
 
Upvote 0
Normally when you enter a formula in the formula bar, you just hit Enter, in this case you need to hold down the CTRL key, the SHIFT key and the ENTER key when you enter the formula instead of just Enter. Do not type the {}, Excel will put them in if you have entered the formula correctly.

Enter the formula exactly like this:

=MIN(K74:M74+0)

and then hit CTRL-SHIFT-ENTER as described above.
 
Upvote 0
With the result cell formatted as mm:ss.00

It worked for me:

Excel Workbook
ABCDE
12:04.221:59.692:02.00*01:59.69
Sheet1


ok, yes, but the formula still does not work.
That doesn't tell us anything, what did or didn't happen?
 
Upvote 0
I suppose my spreadsheet is corrupted with bad formats or something...is that possible?

How do you wipe clean and start over without losing the data?
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,896
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top