I have the following sample database starting with A1 as the 1st column heading:
[TABLE="width: 452"]
<colgroup><col><col><col span="5"></colgroup><tbody>[TR]
[TD]Colour[/TD]
[TD]Shape[/TD]
[TD]Taste[/TD]
[TD] Blank[/TD]
[TD]Colour[/TD]
[TD]Shape[/TD]
[TD]Taste[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Sphere[/TD]
[TD]Sweet[/TD]
[TD] [/TD]
[TD]Red[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Square[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Square[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]Rectangle[/TD]
[TD]Tangy[/TD]
[TD] [/TD]
[TD]Yellow[/TD]
[TD]Rectangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Sphere[/TD]
[TD]Sweet[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]Sphere[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Yellow[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Red[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Square[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Square[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Rectangle[/TD]
[TD]Tangy[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Rectangle[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
I want to find out the Lookup value for Taste in column G. Will sumproduct/sumifs work here? If not how can we get the look up value?
Thanks in advance for your help
[TABLE="width: 452"]
<colgroup><col><col><col span="5"></colgroup><tbody>[TR]
[TD]Colour[/TD]
[TD]Shape[/TD]
[TD]Taste[/TD]
[TD] Blank[/TD]
[TD]Colour[/TD]
[TD]Shape[/TD]
[TD]Taste[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Sphere[/TD]
[TD]Sweet[/TD]
[TD] [/TD]
[TD]Red[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Square[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Square[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]Rectangle[/TD]
[TD]Tangy[/TD]
[TD] [/TD]
[TD]Yellow[/TD]
[TD]Rectangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Sphere[/TD]
[TD]Sweet[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Yellow[/TD]
[TD]Sphere[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Yellow[/TD]
[TD]Sphere[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Triangle[/TD]
[TD]Bitter[/TD]
[TD] [/TD]
[TD]Red[/TD]
[TD]Triangle[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Blue[/TD]
[TD]Square[/TD]
[TD]Hot[/TD]
[TD] [/TD]
[TD]Blue[/TD]
[TD]Square[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Green[/TD]
[TD]Rectangle[/TD]
[TD]Tangy[/TD]
[TD] [/TD]
[TD]Green[/TD]
[TD]Rectangle[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
I want to find out the Lookup value for Taste in column G. Will sumproduct/sumifs work here? If not how can we get the look up value?
Thanks in advance for your help