Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have two columns that I need to count up the values of. One column is a
"Status" column that either have the values or "Live" or "Expired". The second column, which is a "Type" column, have the values of "Production", "Resources", or "Communication". I'm trying to figure out how to count up all "Expired" values that is located under "Production"; All "Expired" values for "Resources" and so forth. Can anyone help? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--($A$2:$A$200="Expired"),--($B$2:$B$200="Production")
etc. -- __________________________________ HTH Bob "Matt" wrote in message ... I have two columns that I need to count up the values of. One column is a "Status" column that either have the values or "Live" or "Expired". The second column, which is a "Type" column, have the values of "Production", "Resources", or "Communication". I'm trying to figure out how to count up all "Expired" values that is located under "Production"; All "Expired" values for "Resources" and so forth. Can anyone help? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Matt wrote:
I have two columns that I need to count up the values of. One column is a "Status" column that either have the values or "Live" or "Expired". The second column, which is a "Type" column, have the values of "Production", "Resources", or "Communication". I'm trying to figure out how to count up all "Expired" values that is located under "Production"; All "Expired" values for "Resources" and so forth. Can anyone help? Thanks! Try a PivotTable. Put "Type" in the Row Fields and "Status" in both the Column Fields and Data Items. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting formula | Excel Discussion (Misc queries) | |||
Counting formula | Excel Discussion (Misc queries) | |||
Counting formula | Excel Worksheet Functions | |||
formula on counting | Excel Discussion (Misc queries) | |||
Help with counting formula | Excel Discussion (Misc queries) |