![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Santa Barbara
Posts: 28
|
I am trying to do a count based on several conditions. I tried using the conditional sum wizard and change the code from sum to count, but it gives me a count of the entire range. Any ideas on limiting a count based on conditions being met by other columns?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Assuming your data looks "similar" to this:
And you want to count the letters in the first column that have a 1 in second column and a 3 in third column, try this formula: =SUMPRODUCT((B1:B4=1)*(C1:C4=3)) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|