I'm attempting to do a lookup from data organised like:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Name[/TD]
[TD]7755[/TD]
[TD]7756[/TD]
[TD]7757[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]100.00[/TD]
[TD]25.00[/TD]
[TD]98.00[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]10.26[/TD]
[TD]896.57[/TD]
[TD]3215.14[/TD]
[/TR]
[TR]
[TD]Black[/TD]
[TD]18.76[/TD]
[TD]12.00[/TD]
[TD]47.86
[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]56.98[/TD]
[TD]25.47[/TD]
[TD]33.59[/TD]
[/TR]
[TR]
[TD]Brown[/TD]
[TD]1254.26[/TD]
[TD]8569.24[/TD]
[TD]4529.10[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]5869.25[/TD]
[TD]5689.24[/TD]
[TD]1.56[/TD]
[/TR]
</tbody>[/TABLE]
In my lookup sheet I have the names in columns, and the name is the only thing in common between the 2 tables. What formula can I used to sum the total of all sales made by Hill for all 3 categories?
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Hill[/TD]
[TD]Smith[/TD]
[TD]Black[/TD]
[TD]Brown[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Name[/TD]
[TD]7755[/TD]
[TD]7756[/TD]
[TD]7757[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]100.00[/TD]
[TD]25.00[/TD]
[TD]98.00[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]10.26[/TD]
[TD]896.57[/TD]
[TD]3215.14[/TD]
[/TR]
[TR]
[TD]Black[/TD]
[TD]18.76[/TD]
[TD]12.00[/TD]
[TD]47.86
[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]56.98[/TD]
[TD]25.47[/TD]
[TD]33.59[/TD]
[/TR]
[TR]
[TD]Brown[/TD]
[TD]1254.26[/TD]
[TD]8569.24[/TD]
[TD]4529.10[/TD]
[/TR]
[TR]
[TD]Hill[/TD]
[TD]5869.25[/TD]
[TD]5689.24[/TD]
[TD]1.56[/TD]
[/TR]
</tbody>[/TABLE]
In my lookup sheet I have the names in columns, and the name is the only thing in common between the 2 tables. What formula can I used to sum the total of all sales made by Hill for all 3 categories?
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Hill[/TD]
[TD]Smith[/TD]
[TD]Black[/TD]
[TD]Brown[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]