Forum Discussion

robwill100's avatar
robwill100
Brass Contributor
Feb 04, 2022
Solved

Excel formula query

Hi all and thank you in advace for your help.   The first query I have is how to write a formula that searches column C (Channel Partner) for a match in column G, (Suppliers) when it finds a match ...
  • OliverScheurich's avatar
    OliverScheurich
    Feb 06, 2022

    robwill100 

    =IFERROR(VLOOKUP(C2,$G$2:$H$14,2,FALSE),"")

     

    I changed the formula for column E (Partner ID) as shown above. This works in my sheet. Unfortunately i didn't understand in the beginning what you want to do. 

     

    This formula changes the values in columns L and M as well. Are the results in columns L and M what you finally want to do?

Resources