MikeWeaver
New Member
- Joined
- Jul 23, 2014
- Messages
- 26
I am looking for the cleanest way to sum everything in one column of a worksheet that meets the criteria for "Revenue" , or "Expense", my revenue column could actually have 10 or 12 line items so I am looking for the cleanest and shortest formula to do this. Thanks so much for any help you can give!
I have my table like this (simplified example):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Class[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]Revenue[/TD]
[TD]Shoe Sales[/TD]
[TD]Other Revenue[/TD]
[TD]Sock Sales[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Expenses[/TD]
[TD]Blah[/TD]
[TD]Blah Blah[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and financials like this (simplified example):[TABLE="width: 500"]
<tbody>[TR]
[TD]Shoe Sales[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Other Revenue[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Operating Expense[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]Sock Sales[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Blah[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Blah Blah[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
I have my table like this (simplified example):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Class[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]Revenue[/TD]
[TD]Shoe Sales[/TD]
[TD]Other Revenue[/TD]
[TD]Sock Sales[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Expenses[/TD]
[TD]Blah[/TD]
[TD]Blah Blah[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and financials like this (simplified example):[TABLE="width: 500"]
<tbody>[TR]
[TD]Shoe Sales[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Other Revenue[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Operating Expense[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]Sock Sales[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Blah[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Blah Blah[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]