Finding Maxium Date in Col E on sheet Dta

howard

Well-known Member
Joined
Jun 26, 2006
Messages
6,561
Office Version
  1. 2021
Platform
  1. Windows
I have tried to use the following formula to find the maximum date in format mmm-yyyy that is in Col E on sheert 'Data"

I use formatting in Col E as dd/mm/yyyy



Book1
CD
1Jan-1900
Summary
Cell Formulas
RangeFormula
C1=TEXT(MAX(Data!E:E),"mmm-yyyy")





Book1
E
231/10/2016
331/10/2016
430/11/2016
530/11/2016
631/12/2016
731/12/2016
831/01/2017
931/01/2017
Data


It would be appreciated if someone could assist me
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
In excel, dates are stored as a number, so all you need to do to find the latest date is use =max(E2:E8) - replace the range E2:E8 as necessary.
 
Upvote 0
I have tried that and it returns Jan-1900


It should return Sept-2017


Book1
E
2730/06/2017
2830/06/2017
2931/07/2017
3031/07/2017
3131/07/2017
3231/08/2017
3331/08/2017
3431/08/2017
3530/09/2017
3630/09/2017
3730/09/2017
Data



Book1
CD
2Jan-1900
Summary
Cell Formulas
RangeFormula
C2=MAX(Data!E2:E5000)
 
Upvote 0
If column E is formatted as text, then this solution will give the result you are getting. Try changing the format of the column.
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,220
Members
448,876
Latest member
Solitario

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