I need help to figure out how to best do this. Tried to search it and didn't see anything that works exactly. Here is what I want to do.
I want to vlookup/or hlookup into a different sheet (Bottom table is what that sheet should look like) where the value is in different column and rows and return the number underneath the lookup value.
The only way I can think of is by using combo of iferror and hlookup formula, but the formula can get very long since the actual data set I am working with is pretty large. Anyway I can do this another way?
not sure if I am explaining this correctly! Thanks for your help in advance
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]LookupValue[/TD]
[TD]Return Value[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]??Formula[/TD]
[/TR]
[TR]
[TD]Plum[/TD]
[TD]??Formula[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Apple[/TD]
[TD]Orange[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]20[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]Plum[/TD]
[TD]Melon[/TD]
[TD]Grape[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]40[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
I want to vlookup/or hlookup into a different sheet (Bottom table is what that sheet should look like) where the value is in different column and rows and return the number underneath the lookup value.
The only way I can think of is by using combo of iferror and hlookup formula, but the formula can get very long since the actual data set I am working with is pretty large. Anyway I can do this another way?
not sure if I am explaining this correctly! Thanks for your help in advance
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]LookupValue[/TD]
[TD]Return Value[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]??Formula[/TD]
[/TR]
[TR]
[TD]Plum[/TD]
[TD]??Formula[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Apple[/TD]
[TD]Orange[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]20[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]Plum[/TD]
[TD]Melon[/TD]
[TD]Grape[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]40[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]