Admiral_Charles
New Member
- Joined
- Sep 5, 2017
- Messages
- 1
Generic example of what I want to do:[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]6640[/TD]
[TD]X[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9360[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2712[/TD]
[TD][/TD]
[TD][/TD]
[TD]X[/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3214[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]9512[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]8439[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When B1:B6 = "X", sum cell H10 from all tabs where value A1 = cell B8 on all tabs.
So for this example, Sheet2 has cell value of B8 = 6640, so return cell H10 from that sheet
Sheet6 has cell value of B8 = 9512, so return cell H10 from that sheet and add it to previous.
And so on for all columns...
I would like to do all this in one formula without VBA or Macros.
<tbody>[TR]
[TD]6640[/TD]
[TD]X[/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9360[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2712[/TD]
[TD][/TD]
[TD][/TD]
[TD]X[/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3214[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]9512[/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]8439[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[TD]X[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When B1:B6 = "X", sum cell H10 from all tabs where value A1 = cell B8 on all tabs.
So for this example, Sheet2 has cell value of B8 = 6640, so return cell H10 from that sheet
Sheet6 has cell value of B8 = 9512, so return cell H10 from that sheet and add it to previous.
And so on for all columns...
I would like to do all this in one formula without VBA or Macros.