SumIfs based on Value <

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,341
Office Version
  1. 365
Platform
  1. Windows
I am trying to do a type of SumIfs.

My formula is going in K3 (and will be copied down to the end of the sheet)

If the Value in Column $B:$B matches the Value in $B3 and the Value in $F:$F matches the Value in $D3 AND the Value $I:$I is less than the value in $I3
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Instead, I can use a SumIfs like above but i need my last condition to be 1 less than

=SUMIFS(W:W,V:V,T5,S:S,S5,U:U,U5&"-1") This is just an example - it doesn't work. I am trying to sum if the value in U is 1 less than the value in U5
 
Upvote 0
You didn't specify the column you want to sum. How about this:

=SUMIFS(Range to sum,$B:$B,$B3,$F:$F,$D3,$I:$I,"<"&I3)
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,749
Members
449,094
Latest member
dsharae57

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