SUMIF with IF

Candles

New Member
Joined
Oct 27, 2017
Messages
3
Hi,

I am trying to total the sum of all items per day but only if another column is over a certain amount. My table looks like this:

Date<strike></strike>
<strike></strike>Profit
Rating
1/10
-7
1.9
1/10
10
1.6
2/10
10
1.7
2/10
10
1.86
3/10
-7
1.9
3/10
10
1.5
3/10
10
1.2

<tbody>
</tbody>

I want to add all the profit up for each day, if the rating is over 1.85.

Thanks
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Don't you want that to be another condition in the SUMIF? If so try SUMIFS:

=SUMIFS(B:B,A:A,A2,C:C,">1.85")
 
Upvote 0
OP wanted to only include values to sum where the corresponding value in (all of column) C was > 1.85, not just that single cell ;)
 
Upvote 0

Forum statistics

Threads
1,216,144
Messages
6,129,120
Members
449,488
Latest member
qh017

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