View Single Post
  #1   Report Post  
frankjh19701 frankjh19701 is offline
Member
 
Posts: 89
Default Returning Cell Value if Matches Another cell

I know I've posted this before, but I can't seem to get it to work. I've tried VLOOKUP, MATCH, LOOKUP, and such with inconsistent results. Here's what I'm trying to do:

I have Percentage Values in Column A and Numbers corresponding to them in Column B - I want to return the three largest values from Column A in Column D with the corresponding Numbers from Column B in Column E. Such as:

Column A Column B Column C Column D Column E
2.3565 1 BLANK 2.66354 5
2.4569 2 BLANK 2.5369 3
2.5369 3 BLANK 2.4569 2
2.11547 4 BLANK
2.66354 5 BLANK

And if there happen to be two or more percentage values with the same value, to return them as well individually.
Any/all assistance would be greatly appreciated.

Thank you in advance for your help,
Frank