Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to count the number of apples in column D that also have green
in column D? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(--(C5:C8="apples"),--(D5:D8="green")) Does that help? Paul -- "guycummins" wrote in message ... Is there a way to count the number of apples in column D that also have green in column D? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUMPRODUCT(--($C$5:$C$8="Apples"),--($D$5:$D$8="Green")) Hope this helps! In article , guycummins wrote: Is there a way to count the number of apples in column D that also have green in column D? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Is the 2 mentions of column D a typo, or intended? Dave. "guycummins" wrote: Is there a way to count the number of apples in column D that also have green in column D? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It was a typo Dave, thanks.
"Dave" wrote: Hi, Is the 2 mentions of column D a typo, or intended? Dave. "guycummins" wrote: Is there a way to count the number of apples in column D that also have green in column D? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Functions for "current" & "previous" month to calculate data | Excel Worksheet Functions | |||
Excel "Move or Copy" and "Delete" sheet functions | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |