sumif column C and Column D equal set criteria

flychic

New Member
Joined
Nov 8, 2017
Messages
5
I'd like to know if a cell equals a certain criteria, what the total number is of said criteria. For example, if column A is number of flights, column B is the date, column C is the size of wing flown, and column D is the name of the wing - I want to know if the size of wing flown is "21" and the name of the wing is "Goose", how many flights were completed (total). What formula will add up column A if C = "21" and D = "Goose"



ABCD
1FlightsDateWing SizeName
2211/7/201710,5Goose
3711/4/201710,5Goose
4211/2/201710,5Goose
5110/30/201721Goose
6110/29/201721Hook
7610/29/201710,5Goose
8210/28/201742Twin
9310/28/201721Hook
10610/28/201721Goose

<tbody>
</tbody>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Use this sumifs formula

=SUMIFS(A2:A10,C2:C10,21,D2:D10,"Goose")
 
Upvote 0

Forum statistics

Threads
1,216,730
Messages
6,132,388
Members
449,725
Latest member
Enero1

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