SUMIFS? Multiple Columns and Criteria

The513

New Member
Joined
Mar 3, 2019
Messages
3
Hello all. I don't know if SUMIFS is what will work here but I am trying to do some work with different criteria in different columns. I have tried different things but its not working. Can anyone help me out?!?! Thanks

If column A (text) is this and column B (numbers) is this, then sum column C. So in my table below, I want to find a row with "W" in column A and a "4" in column B, then add up column C (which would be total of 1 in this case). Hope I'm being clear in what I'm trying to do. Thanks!!

L41
L81
L81
W101
W41
L91

<tbody>
</tbody>
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi & welcome to MrExcel.
How about
=SUMIFS(C:C,A:A,"W",B:B,4)
 
Upvote 0
Thank you very much! I am on the road but I will try this and let you know if it worked. Thanks again!
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,212
Members
448,874
Latest member
b1step2far

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