Sum totals across different columns

jaingalang

New Member
Joined
Jun 15, 2015
Messages
2
I have a spreadsheet with four years of quarterly Income Statement data for 3 different companies (48 columns across, starting from column B). Each company is grouped together (i.e. the first 16 columns is data for company X, the next 16 are for company Y, etc.). Down column A is a list of income statement accounts (i.e Revenues, Expenses, Net Income, etc.)

I'd like a formula that allows me to show the consolidated (sum) amounts for each entity across each account (i.e Total Revenues for company X, Y & Z = $X.XX MM, or total Net Income for Company X,Y,Z). I'd need to show this data for the 16 quarters.

Since the entities are across various columns, how can I ensure that the correct accounts are being summed across the correct periods using correct entities?

I get that I could possible go =SUM(Q1 Net Income Company X + Q1 Net Income Company Y + Q1 net Income Company Z) manually, but was hoping for a formula. Sumifs? Vlookup?

Thanks in advance for your help!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Take a look at using the SUMIF() function....
A​
B​
C​
D​
E​
F​
G​
H​
I​
J​
1​
a1a2a3b1b2b3c1c2c3
2​
aa
1​
2​
3​
4​
5​
6​
7​
8​
9​
3​
bb
2​
4​
6​
8​
10​
12​
14​
16​
18​
4​
cc
4​
8​
12​
16​
20​
24​
28​
32​
36​
5​
all 2's
6​
15​
a6=SUMIF($B$1:$J$1,"*2",B2:J2)

yOU COULD OBVIOUSLY REPLACE "*2" WITH A SPECIFIC WORD
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,560
Latest member
Torchwood72

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