I have Sheet1 with the following:
Name Product
--------- -------
Bill Smith A
Jim Dean B
Jack Daniels A
Joe Rogers C
I want to create a formula in sheet2 that will return all the names for the product i specify. I want the following results:
Product A:
Bill Smith
Jack Daniels
Product B:
Jim Dean
Product C:
Joe Rogers
any suggestions? I tried the lookup function but that will only return a single value, and I need all values
Name Product
--------- -------
Bill Smith A
Jim Dean B
Jack Daniels A
Joe Rogers C
I want to create a formula in sheet2 that will return all the names for the product i specify. I want the following results:
Product A:
Bill Smith
Jack Daniels
Product B:
Jim Dean
Product C:
Joe Rogers
any suggestions? I tried the lookup function but that will only return a single value, and I need all values