Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have three columns of data: year, month, and type. I need to count the
type based on year and month. How to do? Thanks -- Tom |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=sumproduct((rngA=2007)*(rngB="March")*(rngC="what type")) -- Don Guillett SalesAid Software "Tom" wrote in message ... I have three columns of data: year, month, and type. I need to count the type based on year and month. How to do? Thanks -- Tom |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
are your month and year columns text or numbers or dates formatted as year
and month? The appropriate equation depends on the answer. "Tom" wrote: I have three columns of data: year, month, and type. I need to count the type based on year and month. How to do? Thanks -- Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct or countif? | Excel Discussion (Misc queries) | |||
COUNTIF or SUMPRODUCT? | Excel Worksheet Functions | |||
SUMPRODUCT or COUNTIF? | Excel Worksheet Functions | |||
SumProduct or CountIf | Excel Worksheet Functions | |||
SUMPRODUCT & COUNTIF | Excel Worksheet Functions |