View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sassy Sassy is offline
external usenet poster
 
Posts: 13
Default Count number 75% and < 90%

I am trying to calculate the number of people that have achieved a % rating
between 75% and 90%. All of the data is in one column. I have tried
countif, this only allows one set of criteria : =COUNTIF(R:R,"90%"), I
cannot get any results with DCOUNT either.