SUMIFS with dynamic sum range

ajm

Well-known Member
Joined
Feb 5, 2003
Messages
2,053
Office Version
  1. 365
Platform
  1. Windows
Friday night problem has me vexed. I am creating a report containing budget data. Trying to include data from last year's budget for the same month. How do I write a sumifs formula with a dynamic sum range. Last year's budget is in a separate tab to the report. Range on budget sheet with data to sum, including headers is S15:AD5000.

ANY HELP WOULD BE GREATLY APPRECIATED.
 

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.
Sample formula
=SUM(OFFSET($A$2,0,0,COUNTA(A:A),1))

The result shows up, and add some numbers columnA, the result will change automatically.
You can put the formulra in range of a Named Range.
The formula will be "=SUM(SAMPLE_Name)"

Hope this helps.
 
Upvote 0
Thanks Takae. I'll give that a crack and see what happens. Only just noticed my thread title. "Synods" was meant be "Sumifs".
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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