Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default how many perfect score

we use a score of 1 through 10 on our survey. i want to count how many
perfect 10's or in a range.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how many perfect score

Try this:

=COUNTIF(A1:A100,10)

Adjust the range to suit.

--
Biff
Microsoft Excel MVP


"James" wrote in message
...
we use a score of 1 through 10 on our survey. i want to count how many
perfect 10's or in a range.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how many perfect score

If the scores are in column A in A1 thru A100, then:

=COUNTIF(A1:A100,10)
--
Gary''s Student - gsnu200793


"James" wrote:

we use a score of 1 through 10 on our survey. i want to count how many
perfect 10's or in a range.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default how many perfect score

Hi,
If the range is A2:A200
=COUNTIF(A2:A200,10)
Change range to suit your data.
Regards - Dave.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to fit each cell into a perfect square? Eric Excel Discussion (Misc queries) 3 September 21st 07 07:15 AM
Making the perfect sort. HoganD87 Excel Discussion (Misc queries) 1 September 11th 07 11:14 PM
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
searching for my perfect algorithm.... meesh7391 Excel Discussion (Misc queries) 0 January 11th 06 01:55 PM
looking for my perfect algorithm meesh7391 Excel Discussion (Misc queries) 0 January 11th 06 12:06 AM


All times are GMT +1. The time now is 05:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"