Hi,
I have a range(A2:B10) where in range(A2:A10) we have clients (e.g. Client1, Client2 etc.) and in range(B2:B10) we have products (e.g. Product1, Product2 etc.).
If I do a VLOOKUP on Client2 for example
I will get the product next to Client2.
But what if I have two Client2 for example in one in cell A4 and one in cell A5?
Which formulas can I use so that when I do a VLOOKUP (let's say in cell G2) on Client2 I first get value in cell B4 but then when I do a second VLOOKUP (let's say in cell G3) I get value in cell B5 (so I get all products linked to Client2)?
What is the best way to extract this information?
Is a Pivot the only way to do this?
Thanks,
Nic
I have a range(A2:B10) where in range(A2:A10) we have clients (e.g. Client1, Client2 etc.) and in range(B2:B10) we have products (e.g. Product1, Product2 etc.).
If I do a VLOOKUP on Client2 for example
Excel Formula:
=VLOOKUP("Client2",$A$2:$B$10,2,FALSE)
But what if I have two Client2 for example in one in cell A4 and one in cell A5?
Which formulas can I use so that when I do a VLOOKUP (let's say in cell G2) on Client2 I first get value in cell B4 but then when I do a second VLOOKUP (let's say in cell G3) I get value in cell B5 (so I get all products linked to Client2)?
What is the best way to extract this information?
Is a Pivot the only way to do this?
Thanks,
Nic