SUMIFS - Multiple Conditions

DaleVacaro

New Member
Joined
Jun 1, 2021
Messages
11
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hi Team,

May you help me with below? Below are the condition.

Sample result is highlighted in yellow:

1. Sum the values of Money (Column B)
2. Include Stage 1-7 only (Column C)
3. Include color orange only (Column D)
4. Yes only (Column E)

1623096562080.png
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Enter this formula in H8 and copy down:
Excel Formula:
=SUMIFS(B$2:B$14,A$2:A$14,G8,C$2:C$14,">=1",C$2:C$14,"<=7",D$2:$D$14,"Orange",E$2:E$14,"Yes")
 
Upvote 0
Solution
Hey Joe, sorry this is basic but u r a big help!!! Thank you so much!!
 
Upvote 0
You are welcome!

Hopefully it makes sense. The only real "tricky" part is the between 1 and 7 part. You actually need to split that into two conditions to do it.
 
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,954
Members
449,198
Latest member
MhammadishaqKhan

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