I have a table that looks like this:
C1 C2 C3
A NY 100
A NY 250
A NY 300
A NY 400
A NY 500
B LA 60
B LA 90
B LA 120
B LA 150
B LA 180
B LA 200
I want to pull the last value in column C when the criteria match. Ie: A and NY result is 500; B and LA result is 200.
Any ideas?
Thanks