montanaaggie
Board Regular
- Joined
- Nov 11, 2005
- Messages
- 124
- Office Version
- 365
- Platform
- Windows
I am trying to look at in column B that is 1000 rows long
In row 1001, I have the following equation =countif(B1:B1000, 1). Therefore it brings me back any entry that's value is 1.
I am now trying to create a formula that will do the same thing but instead of 1, I want to count if the value is between 5 and 10. =COUNTIF($B$1:$B$1000, 5=>x<=10). I know my criteria is wrong, but I can't figure it out. Any help is appreciated
In row 1001, I have the following equation =countif(B1:B1000, 1). Therefore it brings me back any entry that's value is 1.
I am now trying to create a formula that will do the same thing but instead of 1, I want to count if the value is between 5 and 10. =COUNTIF($B$1:$B$1000, 5=>x<=10). I know my criteria is wrong, but I can't figure it out. Any help is appreciated