Count formula help

ashani

Active Member
Joined
Mar 14, 2020
Messages
357
Office Version
  1. 365
Platform
  1. Windows
hi
I'm looking for some help with the Countif formula.

I want number of candidates - equal to or greater than 60% from Column A and Equal to or less than 6 from Column B. Please can you help me.

1743521311869.png
 
Try:

Book1
ABCD
1
2
3
457%125
588%5
668%12
767%5
8100%6
955%6
1067%6
1161%6
12
Sheet8
Cell Formulas
RangeFormula
D4D4=COUNTIFS(A4:A20,">=60%",B4:B20,"<=6")
 
Upvote 0
How about
Excel Formula:
=COUNTIFS(A:A,">=60%",B:B,"<=6")
 
Upvote 0
Sorry I meant equal to or greater than 6 but less than 12 in column b
 
Upvote 0
Try
Excel Formula:
=COUNTIFS(A:A,">=60%",B:B,">=6",B:B,"<12")
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

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