Searching for the correct formula

dddownie

New Member
Joined
Jan 16, 2018
Messages
1
I have 12 spreadsheets one for each month of the year on which I track all our expenses. I want to tally a yearly total for all the expenses. The spreadsheets are titled Jan. 2017, Feb. 2017 etc. I want to have all totals on an additional spreadsheet following the same format as the other 12. What formula can I use to total B31, C31, D31, etc. from all spreadsheets on to the total sheet.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Insert a sheet before the first relevant sheet and name it Start
Insert a sheet after the last relevant sheet and name it End

Use formulas like =SUM(Start:End!G3)

You could use the above technique without the Start and End sheets.

You could also consider putting all the data on a single sheet which would
let you use Pivot Tables and other formulas.
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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