Adding cell range when a condition that another cell is inputted

Turkish Delight

New Member
Joined
Apr 3, 2025
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Can I please ask for your help in this?

I am have the table as below snipit.

I would like a formula please in yellow cell C19 that adds Budget column from Month 1 to what ever month there is a value under corresponding Actual Column F. So in this example below, as I have value of "10" for Month 3 Actual under F5.. so I would like a formula please to SUM E3:E5 [month 1 to 3 Budget] in C19.

If I then add a value in Month 4 in Actual cell F6 then C19 yellow cell to SUM E3:E6 [month 1 to 4 Budget] etc

Hope this makes sense let me know if not.

many thanks in advance!


1743675498933.png
 
Hi & welcome to MrExcel.
How about
Excel Formula:
=SUMIFS(E3:E14,F3:F14,"<>")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

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