countif numbers between 60 and 70

INN

Board Regular
Joined
Feb 3, 2021
Messages
123
Office Version
  1. 365
Platform
  1. Windows
Hi

I want to write a formula to cound how many students markes between 60 and 70. So I wrote this formula but did not work

=COUNTIF(A2:A6,AND(">60","<80"))

Thank you very much

Student Marks
90​
77​
96​
94​
29​
45​
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
try
=COUNTIFS(A2:A6,">60",A2:A6,"<80")
 
Upvote 1
Solution
Never thought of Countifs. I did work fine. Thank you so much for the help. I appreciate it.
 
Upvote 0

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

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