Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say I have a Spreadsheet with 3 columns, and they are, Age, Gender, Location.
Then how could I count how many pieces of records there are matching certain age, gender and location? I know how to use SQL to get the data and numbers. But I would like to how to use Fuctions such as COUNTIF, but I can't figure it out. it's very frustrated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Something like: =SUMPRODUCT(--(Age=50),--(Gender="M"),--(Location="New York")) , where Age, Gender and Location are column range references (or named ranges which return such references) all of same dimension (number of rows). -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "Amy" wrote in message ... Say I have a Spreadsheet with 3 columns, and they are, Age, Gender, Location. Then how could I count how many pieces of records there are matching certain age, gender and location? I know how to use SQL to get the data and numbers. But I would like to how to use Fuctions such as COUNTIF, but I can't figure it out. it's very frustrated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count 2 columns of data that meet a certain criteria? | Excel Discussion (Misc queries) | |||
count rows that meet two criteria in two different columns? | Excel Worksheet Functions | |||
count records which meet filter criteria | Excel Discussion (Misc queries) | |||
count all the columns in a range with certain conditions | Excel Discussion (Misc queries) | |||
Count age and gender records from two different columns | Excel Worksheet Functions |