IF in SUM formula

SmokeyVol

New Member
Joined
Jul 18, 2008
Messages
25
Right I got this formula =SUM(D2:D160)

How do I place a IF into that formula? I need it to add the values in the "D" column if it has a "1" in the same row in the "B" column.

Hopefully my question makes sense :biggrin:
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Try this:

=SUMIF(B2:B160,"=1",D2:D160)
 
Upvote 0
SmokeyVol, do you mean 1 is in B or it has a 1 in the string -- ie A123, X145 ?

=SUMIF(B2:B160,1,D2:D160)

based on the first, for the latter:

=SUMIF(B2:B160,"*1*",D2:D160)
 
Upvote 0
Ok =SUMIF(B:B,1,D2:D160) did work but now I have another question...

Should this formula ( =COUNTIF(Stats!D:D,WITHHELD) ) not count the number of times the word WITHHELD is shown or am I missing something?
 
Upvote 0

Forum statistics

Threads
1,214,861
Messages
6,121,971
Members
449,059
Latest member
oculus

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