Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default COUNT IF + using 2 sets of data

A B C

1 BB 6
2 BB
3 a 5
4 a 5
5 BB 5


ok, still a beginner so i need simple answers.

what i want to do is count the number of non blank entrys in colum C
based on only those that are labled BB in B.

I feel like this should be very simple COUNT option similar to
SUMIF(B1:B5,"BB",C1:C5)

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default COUNT IF + using 2 sets of data

Maybe,

=SUMPRODUCT((B1:B5="BB")*(C1:C5<""))

Mike

" wrote:

A B C

1 BB 6
2 BB
3 a 5
4 a 5
5 BB 5


ok, still a beginner so i need simple answers.

what i want to do is count the number of non blank entrys in colum C
based on only those that are labled BB in B.

I feel like this should be very simple COUNT option similar to
SUMIF(B1:B5,"BB",C1:C5)


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default COUNT IF + using 2 sets of data



yes great !! thank you very much!!!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default COUNT IF + using 2 sets of data

=sumproduct((left(B1:B5,2)="BB")*(C1:C50))


wrote in message
oups.com...
A B C

1 BB 6
2 BB
3 a 5
4 a 5
5 BB 5


ok, still a beginner so i need simple answers.

what i want to do is count the number of non blank entrys in colum C
based on only those that are labled BB in B.

I feel like this should be very simple COUNT option similar to
SUMIF(B1:B5,"BB",C1:C5)



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default COUNT IF + using 2 sets of data

Make that:
=sumproduct((left(B1:B5,2)="BB")*((C1:C5<"")))


"Jim May" wrote in message
...
=sumproduct((left(B1:B5,2)="BB")*(C1:C50))


wrote in message
oups.com...
A B C

1 BB 6
2 BB
3 a 5
4 a 5
5 BB 5


ok, still a beginner so i need simple answers.

what i want to do is count the number of non blank entrys in colum C
based on only those that are labled BB in B.

I feel like this should be very simple COUNT option similar to
SUMIF(B1:B5,"BB",C1:C5)







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 do I count sets of cells in two columns? David Excel Worksheet Functions 2 July 30th 08 10:21 PM
Excel graph 3 sets of data. 2 sets as lines 1 as column? AndyN Charts and Charting in Excel 2 July 11th 08 01:18 PM
count cells with year sets in a column? Brainless_in_Boston New Users to Excel 3 May 4th 06 10:12 PM
How to count sets of numbers JimDandy Charts and Charting in Excel 2 March 29th 06 10:45 PM
Count rows that match 3 sets of criteria? EricE Excel Worksheet Functions 3 December 29th 05 04:26 PM


All times are GMT +1. The time now is 10:17 AM.

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

About Us

"It's about Microsoft Excel"