Earliest time ignoring 00:00 values

robulyatt86

New Member
Joined
Aug 20, 2018
Messages
3
Hi Everyone,

I am having a minor melt down with a formula or lack of. I have a rather large table which has a whole load of times in.

I have added a column to the end and i want it to show the earliest time but ignore 00:00.

For some reason every example i have found online does not work. And i am unsure how i can modify the =min formula.

Any help much appreciated.

Rob
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Try this array formula confirmed with ctrl+shift+enter:
Code:
=MIN(IF(A1:A1000<>0,A1:A1000))
Change range to suit.
 
Upvote 0
Hi Joe,

Thanks for your reply, I have just given that a go and it returns a #VALUE !

Could that be because the times are being looked up from another sheet?

Rob
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,495
Members
449,088
Latest member
Melvetica

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