Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I would like to create a formula which can count number of cells in a column
matched with a predefined criteria AND another condition on another column: Example: How many streets was I on when I spot parked minivans when I cruised around Los Angeles? Columns: Type of parked cars -- Names of streets |
#2
![]() |
|||
|
|||
![]()
Hi,
Couple of ways you can do it - Try using the Database functions such as DSUM, DCOUNT etc. - You may also use array formulas such sum(if(condition,true,false),range). This is an array entered formula (Ctrl+Shift+Enter) Regards, Ashish Mathur "Troi-Xanh" wrote: I would like to create a formula which can count number of cells in a column matched with a predefined criteria AND another condition on another column: Example: How many streets was I on when I spot parked minivans when I cruised around Los Angeles? Columns: Type of parked cars -- Names of streets |
#3
![]() |
|||
|
|||
![]()
Try SUMPRODUCT. See Bob Phillip's nice coverage at his:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "Troi-Xanh" wrote in message ... I would like to create a formula which can count number of cells in a column matched with a predefined criteria AND another condition on another column: Example: How many streets was I on when I spot parked minivans when I cruised around Los Angeles? Columns: Type of parked cars -- Names of streets |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Count number of shaded cells | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
Count Based upon Multiple Conditions | Excel Worksheet Functions | |||
how do I 'count' the number of cells with a text in red or black? | Excel Worksheet Functions |