count number of cells based on TWO conditions (2 different columns

G

Guest

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top