Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Count the number of values in a list that meet certain criteria

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Fudgy - 05 May 2008 21:11 GMT
I would like to count the number of values that are greater than a cell
reference value. For example I have the following list in a spreadsheet:
242
318
743
426
174
397
108
75
And would like to compare the following numbers to see how many numbers in
the first list are greater than each of the numbers in the list below:
242
218
194
169
145
121
97
73
48
24
in other words there are 4 numbers in the first list greater than 242 in the
second list.
I can do this by the following formula:
=COUNTIF(G8:G17,">=242")
but it means manaually changong the formula each time with the number in the
second list e.g. 242, 218 etc.
I would like to automate this so I don't have to manually make these changes.
How do I do this as I have over 30 lists each with 10 values to compare?
Peo Sjoblom - 05 May 2008 21:23 GMT
Try

=COUNTIF($G$8:$G$17,">="&A8)

where A8 is the cell with 242

copy down

Signature

Regards,

Peo Sjoblom

>I would like to count the number of values that are greater than a cell
> reference value. For example I have the following list in a spreadsheet:
[quoted text clipped - 29 lines]
> changes.
> How do I do this as I have over 30 lists each with 10 values to compare?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.