I am trying to make this work:
If A2 matches anything in Column C, then D2 should equal the match in B2 (which corresponds with data in A2)
I am trying to make this work:
If A2 matches anything in Column C, then D2 should equal the match in B2 (which corresponds with data in A2)
Put this in D2:
=IF(ISNA(MATCH(A2,C:C,0)),"",INDEX(B:B,MATCH(A2,C:C,0)))
and copy down.
Hope this helps.
Pete
Hi and welcome to the forum.
=IFERROR(INDEX(B:B,MATCH(A2,C:C,FALSE),1),"")
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Thanks for the help! Next question - if I want D2 to list the price vs. a true/false, how is that accomplished?
Currently, using either formula, the result lists 'true' if there is a match, but rather than 'true' I would like the actual price [from Column b] to be the result in Column D (if Column A has a match in Column C)
Hopefully this is better clarification![]()
AH HA!!! I got it now~ missed a space and now I am all good!! Thank you for the help!!! Totally awesome!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks