Find the latest date for all the values in a list.

isasa74

New Member
Joined
Aug 6, 2014
Messages
29
Office Version
  1. 365
Platform
  1. Windows
Hi Guys,

I have a table like the one copied below and for each value in column A I need the formula checks on column B giving back the latest date.

- Values in A are unquantified and they consist in alphanumeric codes.
- For each values there can be an unquantified number of dates.
- List is extremely long (thousands of rows)


I tried something like :

=MAX((@$A$2:$A$31=D2)*@$B$2:$B$31)

where in D there is a the same list I have in A , however it didn't work, not sure why as it used to in the past...

any help is really appreciated.

Check_Price.xls
ABCD
1ProductsLastest PO'sLatest dateProducts
2a11/14/2016a
3b11/14/2016b
4b11/14/2016b
5a11/2/2016a
6c7/21/2016c
7c11/14/2016c
8c11/8/2016c
9a11/8/2016a
10f5/11/2016f
11f7/1/2016f
12c11/14/2016c
13f10/21/2016f
14z5/11/2016z
15z10/18/2016z
16a7/1/2016a
17a8/18/2016a
18a8/18/2016a
19f10/14/2016f
20h10/14/2016h
21h9/28/2016h
22c11/14/2016c
23c11/14/2016c
24c11/14/2016c
25b11/14/2016b
26q11/14/2016q
27q11/14/2016q
28q11/14/2016q
29l11/14/2016l
30l11/14/2016l
31l6/20/2016l
Sheet3
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Is this what you mean?

21 09 02.xlsm
ABC
1ProductsLastest PO'sLatest date
2a14/11/201614/11/2016
3b14/11/201614/11/2016
4b14/11/201614/11/2016
5a2/11/201614/11/2016
6c21/07/201614/11/2016
7c14/11/201614/11/2016
8c8/11/201614/11/2016
9a8/11/201614/11/2016
10f11/05/201621/10/2016
11f1/07/201621/10/2016
12c14/11/201614/11/2016
13f21/10/201621/10/2016
14z11/05/201618/10/2016
15z18/10/201618/10/2016
16a1/07/201614/11/2016
17a18/08/201614/11/2016
18a18/08/201614/11/2016
19f14/10/201621/10/2016
20h14/10/201614/10/2016
21h28/09/201614/10/2016
22c14/11/201614/11/2016
23c14/11/201614/11/2016
24c14/11/201614/11/2016
25b14/11/201614/11/2016
26q14/11/201614/11/2016
27q14/11/201614/11/2016
28q14/11/201614/11/2016
29l14/11/201614/11/2016
30l14/11/201614/11/2016
31l20/06/201614/11/2016
Latest Date
Cell Formulas
RangeFormula
C2:C31C2=MAXIFS(B$2:B$31,A$2:A$31,A2)
 
Upvote 0
Solution
Hi Peter, it worked thanks, I don't know why I haven't thought about this Formula :)
 
Upvote 0
Good to know. (y)

BTW, I have moved the 'Mark as solution' as it is intended to show the post with the solution, not just that a solution has been achieved. :)
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,377
Members
448,955
Latest member
BatCoder

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