SUMIFS and Multiple Criteria if Blank

JMcAnarney

New Member
Joined
Nov 2, 2021
Messages
20
Office Version
  1. 2016
Platform
  1. Windows
  2. Web
I am doing SUMIFS by Criteria by Fund, Department, Division. How can I get a formula to only include what I specifically want? For example, if I only want the fund 621 it will add everything up with thAt criteria, but if I type in department code it will narrow the fund down to that 5 digit level and the same for the division code.

1635875100535.png


I have it set up like a scenerio analysis where in the highlighted items that is what the formula looks up. My data is as followed:

1635875145859.png


I could do one IF statement but that would not narrow down far enough to division.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
You should be able to do something on the basis of
Excel Formula:
=SUMIFS(sum_range, fund_range,IF(B2="","<>0",B2))
Using a similar IF(cell="" method for each criteria, use "<>0" for numeric criteria, or "?*" for text.
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,772
Members
449,049
Latest member
greyangel23

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