Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Count If formula question

Try this:

=SUMPRODUCT(--(A1:A1001000),--(B1:B100="California"))

Better to use cells to hold the criteria:

C1 = 1000
D1 = California

=SUMPRODUCT(--(A1:A100C1),--(B1:B100=D1))

Biff

"UNCCNU" wrote:

I have no problem with the standard CountIF function. What I can't figure
out is how to count based on 2 variables. For example, I would like to count
the # of companies that have 1 of 10 options in column A... AND 1 of 5
options in column B. For example, I can use simple CountIf to figure out
there are 100 companies earning over $1,000. I want to then break down that
100 companies into 5 categories... such as how many of the 100 are in
California. The states are my column B in the example above. Can anyone
help with creating a CountIF function that essentally has an "And" involved
also? Thank you very much.

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 new2XL Excel Discussion (Misc queries) 3 June 7th 06 07:05 PM
{=COUNT(IF(etc))} question Ben Karlin Excel Discussion (Misc queries) 2 May 26th 06 11:46 PM
Count question Boulder257 Excel Discussion (Misc queries) 2 January 26th 06 04:19 PM
Count Question inkpassion Excel Discussion (Misc queries) 1 September 13th 05 12:05 AM
To Bob ( count question ) Nigel Excel Discussion (Misc queries) 3 April 28th 05 01:32 PM


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