COUNTIFS that tests if one cell minus another cell (in a different column) is <0

Nandy7071

New Member
Joined
Jun 27, 2019
Messages
16
Hopefully Im explaining this clear enough, I apologize if not.
Im trying to count the number of times "Patrick Corbin" appears in a column (on sheet 'Games') AND the result of cells BK minus BR are less than 0 (BK-BR<0).
Heres the formula I tried but getting a value error result:

=COUNTIFS(Games!BF:BF,"Patrick Corbin",Games!BF:BR,Games!BK:BK-Games!BR:BR<0)



rB5e4r5.jpg
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Welcome to the Board!

Try this:
Code:
[COLOR=#333333]=SUMPRODUCT(--(Games!BF:BF="Patrick Corbin"),--(Games!BR:BR>Games!BK:BK))[/COLOR][COLOR=#333333]<games!bk:bk-games!br:br))< font="">
</games!bk:bk-games!br:br))<>[/COLOR]
 
Last edited:
Upvote 0
You are welcome.
Glad I was able to help!
:)
 
Upvote 0

Forum statistics

Threads
1,214,853
Messages
6,121,935
Members
449,056
Latest member
denissimo

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