Richard Mitchell
New Member
Have two columns of non numeric data. The data in the first column can be duplicated several times, but the corresponding data in the second column will be unique to that entry. Looking for a formula that will look down the first column for the last entry of a given data set and return the data from the second column. -
Col1 Col2
1 ab
2 ac
3 ad
4 ae
1 ai
2 aj
3 ak
4 al
1 am
2 an
3 ao
4 ap
Given an input of "3" i am looking for a return of "ao"
Please help.
Thank you.
Col1 Col2
1 ab
2 ac
3 ad
4 ae
1 ai
2 aj
3 ak
4 al
1 am
2 an
3 ao
4 ap
Given an input of "3" i am looking for a return of "ao"
Please help.
Thank you.