I'm sure something like this has been discussed before... but I couldn't find anything.
I am essentially trying to do a Vlookup, but returning the last value to match, rather than the first. To be exact, here is what I have:
ID Value
1 10
2 10
3 10
4 10
1 20
3 10
1 40
I am trying to retrieve the most recent value, for the ID = 1. A conventional vlookup will give me the value "10"... but I want the value "40".
Any ideas?
TIA.
I am essentially trying to do a Vlookup, but returning the last value to match, rather than the first. To be exact, here is what I have:
ID Value
1 10
2 10
3 10
4 10
1 20
3 10
1 40
I am trying to retrieve the most recent value, for the ID = 1. A conventional vlookup will give me the value "10"... but I want the value "40".
Any ideas?
TIA.