Extract the biggest Date

Mishoshow

New Member
Joined
Sep 6, 2021
Messages
39
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
Platform
  1. Windows
Hi Guys,,

i need a formula to extract the biggest date.
 

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.
Use the MAX formula. E.g. if your dates are in A1 to A5
=MAX(A1:A5)
 
Upvote 0
Use the MAX formula. E.g. if your dates are in A1 to A5
=MAX(A1:A5)
sorry i forget to mention that the cell A include Amount and the cell B include the date ,, and so on ,, so i need to extract the date and ignore the amount.
 
Upvote 0
What is the exact format of your data? That will help identify if you need to split off the date data first.
If column B are just dates then change the A to B in the formula, e.g.

=MAX(B1:B1000) assuming you have 1000 or less rows of data.

Don 't forget to format the output cell as a date or you'll just get a large number telling you the date is that many days past 1/1/1900
 
Upvote 0
What is the exact format of your data? That will help identify if you need to split off the date data first.
If column B are just dates then change the A to B in the formula, e.g.

=MAX(B1:B1000) assuming you have 1000 or less rows of data.

Don 't forget to format the output cell as a date or you'll just get a large number telling you the date is that many days past 1/1/1900
how to use max formula to get result ??
 

Attachments

  • extract the Newest date..jpg
    extract the Newest date..jpg
    78.7 KB · Views: 3
Upvote 0
how to use max formula to get result ??
What is the actual result you would expect from that data?

Better to give us some sample data that we can test with (once we know exactly what "result" you mean. We cannot test with a picture.
MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Hi, in lieu of your response to Peter, maybe this is what you are looking for.

Book1
ABCDEFGHIJKLMNO
1Sum AmountsNewest DateDate 6Payment 6Date 5Payment 5Date 4Payment 4Date 3Payment 3Date 2Payment 2Date 1Payment 1
252,111,500.0014/08/201814/08/201813,500,000.0025/06/201813,500,000.0015/04/20181,000,000.0012/04/201817,648,000.0012/05/20175,000,000.0014/11/20171,463,500.00
Sheet1
Cell Formulas
RangeFormula
A2A2=SUMIFS(D2:O2,D1:O1,"Payment*")
B2B2=MAXIFS(D2:O2,D1:O1,"Date*")
 
Upvote 0
Solution

Forum statistics

Threads
1,223,958
Messages
6,175,629
Members
452,661
Latest member
Nonhle

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