Can I overlay Filter( ) formula over SUMIFS formula?

jayjay123

New Member
Joined
Jun 3, 2021
Messages
45
Office Version
  1. 365
Platform
  1. Windows
Hi Excel Experts!
Hoping to find some help with the below. I have made a dummy dataset. But basically I am trying to find an automated way to sumifs the dataset, then remove rows with all 3 blanks. Is the Filter( ) formula appropriate? or would there be an alternative formula to make this more efficient?

Thanks heaps!

1678024205890.png
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
how about:
mr excel questions 12.xlsm
ABCDEFGH
1
2ChoiceFruitTypeSugar LevelNumberMultiplierTotal
3YesOrangeCitrusOver 8051.57.5
4NoAppleRegularOver 90101.313
5YesMangoTropicalUnder 1001.80
6YesLemonCitrusUnder 10400
7YesRaspberryBerryUnder 1031.23.6
8NoBlueberryBerryOver 5000
9NoStrawberryBerryOver 580.97.2
10NoStrawberryBerryOver 7100.55
11YesOrangeCitrusOver 8051.57.5
12
13ChoiceFruitTypeSugar LevelNumberMultiplierTotal
14YesOrangeCitrusOver 8051.57.5
15NoAppleRegularOver 90101.313
16YesMangoTropicalUnder 1001.80
17YesLemonCitrusUnder 10400
18YesRaspberryBerryUnder 1031.23.6
19NoStrawberryBerryOver 580.97.2
20NoStrawberryBerryOver 7100.55
21YesOrangeCitrusOver 8051.57.5
22
Sheet30
Cell Formulas
RangeFormula
A14:G21A14=FILTER(A3:G11,(E3:E11>0)+(F3:F11>0)+(G3:G11>0),"")
Dynamic array formulas.
 
Upvote 1
Solution
Hi, the formula for A29 cell:
=UNIQUE(FILTER(A3:G11,(E3:E11>0)+(F3:F11>0)+(G3:G11>0),""),0)
 
Upvote 1

Forum statistics

Threads
1,215,011
Messages
6,122,680
Members
449,091
Latest member
peppernaut

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