Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default count if question

I am trying to help out the office at work with this one but I seem to be
missing something. First off they are using excel 2003. I know the first
answer is pivot table but that seems over thier heads.

3 name1 yes
3 name2 no yes
4 name3 no no no
4 name4
5 name5 yes

Ok the numbers in the A column are a referance to what group these are in.
the names in "B" are indifferent and are there just for informational purposes
there are 3 "C" "D" "E" columns in which a "yes" "no" or nothing is entered
I need to referance group "3" and count how many yeses they have and so on
for each group.

I keep getting errors when doing countif statements. Another challenge is
that I haven't used 03 since 07 came out so I am a bit rusty on the functions
of 03. and there are 60+ groups with at least 10 in each group.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default count if question

Hi,

Try this. I am assuming that data below is in range A1:E5

SUMPRODUCT((A1:A5=3)*(C1:E5="yes"))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"gurmy77" wrote in message
...
I am trying to help out the office at work with this one but I seem to be
missing something. First off they are using excel 2003. I know the first
answer is pivot table but that seems over thier heads.

3 name1 yes
3 name2 no yes
4 name3 no no no
4 name4
5 name5 yes

Ok the numbers in the A column are a referance to what group these are in.
the names in "B" are indifferent and are there just for informational
purposes
there are 3 "C" "D" "E" columns in which a "yes" "no" or nothing is
entered
I need to referance group "3" and count how many yeses they have and so on
for each group.

I keep getting errors when doing countif statements. Another challenge is
that I haven't used 03 since 07 came out so I am a bit rusty on the
functions
of 03. and there are 60+ groups with at least 10 in each group.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default count if question

That was it thank you. I must say in my years of working with 03 in my
accounting classes I never had to use sumproduct. Thank you again.

"Ashish Mathur" wrote:

Hi,

Try this. I am assuming that data below is in range A1:E5

SUMPRODUCT((A1:A5=3)*(C1:E5="yes"))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"gurmy77" wrote in message
...
I am trying to help out the office at work with this one but I seem to be
missing something. First off they are using excel 2003. I know the first
answer is pivot table but that seems over thier heads.

3 name1 yes
3 name2 no yes
4 name3 no no no
4 name4
5 name5 yes

Ok the numbers in the A column are a referance to what group these are in.
the names in "B" are indifferent and are there just for informational
purposes
there are 3 "C" "D" "E" columns in which a "yes" "no" or nothing is
entered
I need to referance group "3" and count how many yeses they have and so on
for each group.

I keep getting errors when doing countif statements. Another challenge is
that I haven't used 03 since 07 came out so I am a bit rusty on the
functions
of 03. and there are 60+ groups with at least 10 in each group.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default count if question

Thank you for your feedback

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"gurmy77" wrote in message
...
That was it thank you. I must say in my years of working with 03 in my
accounting classes I never had to use sumproduct. Thank you again.

"Ashish Mathur" wrote:

Hi,

Try this. I am assuming that data below is in range A1:E5

SUMPRODUCT((A1:A5=3)*(C1:E5="yes"))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"gurmy77" wrote in message
...
I am trying to help out the office at work with this one but I seem to
be
missing something. First off they are using excel 2003. I know the
first
answer is pivot table but that seems over thier heads.

3 name1 yes
3 name2 no yes
4 name3 no no no
4 name4
5 name5 yes

Ok the numbers in the A column are a referance to what group these are
in.
the names in "B" are indifferent and are there just for informational
purposes
there are 3 "C" "D" "E" columns in which a "yes" "no" or nothing is
entered
I need to referance group "3" and count how many yeses they have and so
on
for each group.

I keep getting errors when doing countif statements. Another challenge
is
that I haven't used 03 since 07 came out so I am a bit rusty on the
functions
of 03. and there are 60+ groups with at least 10 in each group.


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
Count Question Secret Squirrel Excel Discussion (Misc queries) 4 August 31st 07 04:15 AM
Count question Sung Excel Discussion (Misc queries) 5 December 20th 06 04:34 PM
Count Question Grant Excel Worksheet Functions 2 December 9th 05 04:51 PM
Count Question inkpassion Excel Discussion (Misc queries) 1 September 13th 05 12:05 AM
Count If question Denise Excel Discussion (Misc queries) 3 August 16th 05 09:37 PM


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