SUMIFS IGNORE LIST CRITERIA

JJLEFROGGE

New Member
Joined
Jul 23, 2020
Messages
9
Office Version
  1. 2016
Platform
  1. MacOS
Dummy data - attached

I have 3 input variables (using data validation lists). Each list has the word "All" inserted. However, the word "All" does not appear in my data -- I am using "All" as a way of selecting all records.

I want to create a sumifs formula that will calculate total spend when "All" is selected as an input variable(s).
 

Attachments

  • Example 2.jpg
    Example 2.jpg
    100.2 KB · Views: 6

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Hi JJLeFrogge,

Just replace "All" with the wildcard option "*".

JJLeFrogge.xlsx
BCDEFGHI
1SelectorsSpendFruitVegetablesMeat
2FruitApples5900***
3VegetablesCarrotsApplesCarrotsChicken
4Meat*PearsOnionsBeef
5OrangesPotatoesLamb
6Lemons
11
12IDFruitVegetablesMeatSpend
131ApplesCarrotsChicken1000
142PearsCarrotsBeef2000
153ApplesCarrotsLamb4000
164OrangesCarrotsChicken6000
175ApplesOnionsBeef7000
186OrangesPotatoesLamb8000
197ApplesCarrotsChicken900
208OrangesCarrotsChicken12000
219PearsOnionsBeef14000
2210PearsPotatoesLamb16000
Master
Cell Formulas
RangeFormula
E2E2=SUMIFS($F$13:$F$22,$C$13:$C$22,$C$2,$D$13:$D$22,$C$3,$E$13:$E$22,$C$4)
Cells with Data Validation
CellAllowCriteria
C2List=$G$2:$G$6
C3List=$H$2:$H$5
C4List=$I$2:$I$5
 
Upvote 0
Toadstool, it seems so appropriate that you should be helping a Frog. (my nickname!)

Thank you - such a simple solution. Thank you so much - I really appreciate your help.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,046
Members
449,063
Latest member
ak94

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