Last recorded date formula ?

gaz67

New Member
Joined
Jan 6, 2018
Messages
6
Hi,
What formula do I use to find out most recent date recorded from a list of clients?
Is the Maxif a good option?

Craig
Elizabeth
Linda
Roger

21/10Linda
22/10Craig
23/10Roger
24/10Craig
25/10Craig
26/10Elizabeth
27/10Linda

<colgroup><col><col></colgroup><tbody>
</tbody>

Eg: i want a cell to say that Linda's most recent date was 27/10.

Thanks
Gary
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi Gaz,

Assuming your data is in A & B Columns, use CTRL - SHIFT - ENTER to enter the formula as an array;

=MAX(IF($B$6:$B$12=A1,$A$6:$A$12))
 
Last edited:
Upvote 0
Is the Maxif a good option?
MAXIFS is a good (standard-entry) option.

Excel Workbook
AB
1Craig25-Oct
2Elizabeth26-Oct
3Linda27-Oct
4Roger23-Oct
5
621-OctLinda
722-OctCraig
823-OctRoger
924-OctCraig
1025-OctCraig
1126-OctElizabeth
1227-OctLinda
MAXIFS
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,978
Members
448,934
Latest member
audette89

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