coolcarnee
New Member
I have a dataset that looks something like this
1 13/05/2012
1 14/05/2012
1 15/05/2012
2 11/03/2012
2 12/03/2012
2 13/03/2012
3 01/01/2012
3 02/01/2012
3 03/01/2012
In the column C, I want a formula that will return the highest(max date) in column B for every value in column A. So the highest date for Id 1 is 15/05/2012. Highest date for Id 2 is 13/03/2012 and so on.. I tried to use the INDEX MATCH function, but I am not getting there.
Any help will be appreciated.
1 13/05/2012
1 14/05/2012
1 15/05/2012
2 11/03/2012
2 12/03/2012
2 13/03/2012
3 01/01/2012
3 02/01/2012
3 03/01/2012
In the column C, I want a formula that will return the highest(max date) in column B for every value in column A. So the highest date for Id 1 is 15/05/2012. Highest date for Id 2 is 13/03/2012 and so on.. I tried to use the INDEX MATCH function, but I am not getting there.
Any help will be appreciated.