Lookup a match of every value of C in column A,if it matches then print Corresponding value in D
Example:
Example:
C1=89.5 is A5=89.5 both matches so D1=715.1
Please see attached sheet.
Thanks in advance
Lookup a match of every value of C in column A,if it matches then print Corresponding value in D
Example:
Example:
C1=89.5 is A5=89.5 both matches so D1=715.1
Please see attached sheet.
Thanks in advance
There are 12 cells with a value of 89.5 in column A. Which of the value(s) in column B do you want returned?
Last edited by Glenn Kennedy; 08-06-2016 at 07:44 AM.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Put this formula in D2:
=IFERROR(VLOOKUP(C2,A:B,2,0),"")
then copy down.
Hope this helps.
Pete
thanks a lot
You're welcome - thanks for the rep.
If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks