trying to sumif if using 2 column relative to each other

summer15

New Member
Joined
Sep 18, 2014
Messages
2
I have 2 columns of numbers and want to sum the third for every column 2 that is less than column 1. I tried the below:

=SUMIF(K3:K12,"<"&J3:J12,L3:L12)
also as an array but it did not work

{=SUMIF(K3:K12,"<"&J3:J12,L3:L12)}
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Welcome to the board.

Assuming that you want to take the sum of column L where column K is less than column J, try:

=SUMPRODUCT(L3:L12,--(K3:K12 < J3:J12))<j1:j12))< html=""></j1:j12))<>
 
Upvote 0

Forum statistics

Threads
1,203,349
Messages
6,054,892
Members
444,760
Latest member
TeckTeck

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