Hello all,
I have a large set of data where I want to find a text result where two results are aligned in the same row. I would normally use SUMPRODUCT here but the field I am looking to have returned is text.
In the example below I would like to know who the owner is of Product 13, color Red. The answer I'm looking for is "Kamal."
ProductID Color Owner
12 Red Bob
12 Orange Jodi
13 Red Kamal
13 Orange Leon
14 Red Bob
I also looked at INDEX/MATCH but this seems to require an intersection between column and row which isn't the case here.
Thank you in advance for all suggestions!
I have a large set of data where I want to find a text result where two results are aligned in the same row. I would normally use SUMPRODUCT here but the field I am looking to have returned is text.
In the example below I would like to know who the owner is of Product 13, color Red. The answer I'm looking for is "Kamal."
ProductID Color Owner
12 Red Bob
12 Orange Jodi
13 Red Kamal
13 Orange Leon
14 Red Bob
I also looked at INDEX/MATCH but this seems to require an intersection between column and row which isn't the case here.
Thank you in advance for all suggestions!