VBA - Excel Breaking Out Total Column into 3 Categories, all on same line

ckp90c

New Member
Joined
Dec 22, 2016
Messages
11
Hello,

I have a sheet called "2017 OTP Comparison" which houses tax data.

There are the following columns

A. Tax Type - Tax Return, Provision, or RTP designation
B. Adjustment - Several different kinds
C. Total - The numeric total for each adjustment
D. Entity - Several different kinds
E. Year - All 2017
F. Temps/Perms - Either Perm or Temp designation
G. Pre/Post Tax - Either Pre-Tax or Tax Affected designation

My goal is to create 3 'Total' fields instead of just one total, these would be 'Tax Return Total', 'Provision Total', and 'RTP Total'.

However, I want these to be grouped onto one line for each Entity/Adjustment combination, so you would see the Tax Return, Provision, and RTP totals on the same row.

Is there some VBA code I can add to my existing Macro to make this feasible?

I can provide a dummied out Excel attachment if needed.

Thank you so much!!!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi @ckp90c

Are you talking about having one row at the end that totals all the tax amounts by type, or on each line, or by section? Assuming either the first or third (or first and third), you could simply total on every line and then total at the bottom; if there are sections it is still possible but becomes more complicated depending on how the sections are broken up.

What does your existing Macro do?
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,198
Members
452,617
Latest member
Narendra Babu D

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