Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Monish
 
Posts: n/a
Default count of records with 2 or more "options" selected

Hi

I want to count the number of records where any 2 of 9 options are selected
(with an "x' in the cell). Again, they can be any 2 of the 9 options.
Likewise, I then need to know how many have any 3, 4, and 5+ of 9 options
selected...

I hope someone can let me know an easy way to do this.

Thanks,
Monish
  #2   Report Post  
Biff
 
Posts: n/a
Default count of records with 2 or more "options" selected

Hi!

Use a helper column at the end of your data range that counts the number of
X's per row:

=COUNITF(B2:J2,"X")

Copy down as needed.

Then use that helper column as the range to count for the specific number
criteria:

=COUNTIF(K2:K10,2)
=COUNTIF(K2:K10,"5")

Biff

"Monish" wrote in message
...
Hi

I want to count the number of records where any 2 of 9 options are
selected
(with an "x' in the cell). Again, they can be any 2 of the 9 options.
Likewise, I then need to know how many have any 3, 4, and 5+ of 9 options
selected...

I hope someone can let me know an easy way to do this.

Thanks,
Monish



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
Selected cells: item count versus summation Neal Zimm Excel Discussion (Misc queries) 3 October 9th 05 02:30 PM
Count age and gender records from two different columns BYBaby Excel Worksheet Functions 2 August 4th 05 11:19 PM
Deleting specific records [email protected] Excel Discussion (Misc queries) 6 June 22nd 05 11:35 PM
Filter Count of Records Retrieved. amkazen Excel Discussion (Misc queries) 2 March 31st 05 10:03 PM
count the no.of records between two dates Sachin Pawar Excel Worksheet Functions 2 October 30th 04 01:19 PM


All times are GMT +1. The time now is 05:27 PM.

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"