Countifs One Cell is Greater Than Another in Each Table Row

andybason

Board Regular
Joined
Jan 7, 2012
Messages
217
Office Version
  1. 2016
Hi,

I am trying to write a countifs formula that checks if a cell in one column (called Table[1st]) is greater than a cell in another column (called Table[2nd]) in each row.

This is the formula I'm trying to adapt but I just can't seem to get it to work.

=COUNTIFS(Table[sNo],2, Table[Req],A12, Table
,B12, Table[result],C12)

Can anyone point me in the right direction?

Thanks​
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
how about

=SUMPRODUCT(--(A2:A7>B2:B7))
replace with your table names or use the range

Book2
ABC
1
2753
324
433
542
651
Sheet1
Cell Formulas
RangeFormula
C2C2=SUMPRODUCT(--(A2:A69>B2:B69))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,094
Messages
6,123,069
Members
449,092
Latest member
ipruravindra

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