Sub Total, Filter

confused4

New Member
Joined
Feb 6, 2015
Messages
9
I have problems what to filter first before executing a Sub Total:

I have 6 columns:

I want to have a subtotal per Customer per Brand showing the highest amount of per Customer

Like :
Gas Total 1,450,000
Diesel Total 800,000
Customer D Total 2,250,000
______________________________________________________________________
[TABLE="width: 476"]
<tbody>[TR]
[TD]Customer[/TD]
[TD]BRAND[/TD]
[TD] TotalAmount[/TD]
[TD] Leaked[/TD]
[TD] Plant A[/TD]
[TD]Plant B
[/TD]
[/TR]
[TR]
[TD]Customer D[/TD]
[TD]Diesel[/TD]
[TD] 800,000.00[/TD]
[TD] 400,000.00[/TD]
[TD] 200,000.00[/TD]
[TD] 200,000.00[/TD]
[/TR]
[TR]
[TD]Customer A[/TD]
[TD]Gas[/TD]
[TD] 500,000.00[/TD]
[TD] 100,000.00[/TD]
[TD] 280,000.00[/TD]
[TD] 120,000.00[/TD]
[/TR]
[TR]
[TD]Customer D[/TD]
[TD]LPG[/TD]
[TD] 880,000.00[/TD]
[TD] 400,000.00[/TD]
[TD] 280,000.00[/TD]
[TD] 200,000.00[/TD]
[/TR]
[TR]
[TD]Customer A[/TD]
[TD]Gas[/TD]
[TD] 950,000.00[/TD]
[TD] 380,000.00[/TD]
[TD] 300,000.00[/TD]
[TD] 270,000.00[/TD]
[/TR]
[TR]
[TD]Customer W[/TD]
[TD]Kerosene[/TD]
[TD] 720,000.00[/TD]
[TD] 340,000.00[/TD]
[TD] 200,000.00[/TD]
[TD] 180,000.00[/TD]
[/TR]
</tbody>[/TABLE]



Thanks in advance for helping.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,223,247
Messages
6,171,007
Members
452,374
Latest member
keccles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top