SumIfs based on Value <

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,338
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

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
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,214,551
Messages
6,120,159
Members
448,948
Latest member
spamiki

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