MIN for dates

mzmyers321

New Member
Joined
Jul 17, 2015
Messages
2
I am using the MIN function for dates in two adjacent cells and it is returning 1/0/1900. How can I get the function to return one of the dates in the two cells selected?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Just make sure the cells are correctly formatted as Dates.

If you right click on a cell and select 'Format Cells' the 'Date' category should be already highlighted.

If it is not select it and click 'OK'.
 
Upvote 0
Your source cells are not Dates...

Use Text to columns to convert them to text
 
Upvote 0
Most likely your dates are "text" and not actual Excel dates.
You can check with the ISNUMBER function. say your date is in A2 then ISNUMBER(A2), if it returns FALSE then your dates are text.

To change them to a number try:
-Copy a blank cell
-Then highlight your dates and go to PASTE SPECIAL
-ADD & OK

 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,654
Members
449,245
Latest member
PatrickL

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