Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count if "x" word in 1st column AND "y" word in 2nd column

Hard to explain, but here is an example:

In my first column, there are 3 options e.g.fireman, policeman and teacher.
In the second column are also three options e.g. 0-5 years, 5-10 years, over
10 years.

If I survey 20 people, and want to count how many firemen have worked for
over 10 years, how do I work out the formula?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Count if "x" word in 1st column AND "y" word in 2nd column

Maybe

=SUMPRODUCT((A1:A36="Fireman")*(B1:B36="Over 10 years"))

Mike

"AGQTP" wrote:

Hard to explain, but here is an example:

In my first column, there are 3 options e.g.fireman, policeman and teacher.
In the second column are also three options e.g. 0-5 years, 5-10 years, over
10 years.

If I survey 20 people, and want to count how many firemen have worked for
over 10 years, how do I work out the formula?

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
IF cells(row,column) contain "this word" ??? Then return text meiftan New Users to Excel 1 January 11th 08 03:01 AM
Check if cells contain the word "Thailand", return "TRUE" ali Excel Worksheet Functions 7 September 14th 07 09:53 AM
how can I count if column A="active" and column E="Job" in a list? Brandoni Excel Worksheet Functions 1 October 14th 06 09:09 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 10:21 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"