Part of my spreadsheet lists percentages. So C1 = 50%, C2 = 47%, C3 = 42%, C4 = 32%, C5 = 27%, and so on. I want to count the number of cells which fall into ranges, for example, 50%, 40-49%, 30-39% and so on. I have used countif(c1:c10,"=50%") for counting the cells with 50%, but I can't figure out how to count the ranges. Any suggestions? Thanks!