Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say my data set looks like this:
A B C Molly April Candy Sally April Candy Sally May Soda Molly May Soda Amy June Candy Amy June Soda How do I create a function that finds out How many Candy are associated with Molly in April? How many candy are associated with April? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(A1A6="Molly"),--(B1:B6="April"),--(C1:C6="Candy"))
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "ansoriano1" wrote in message ... Say my data set looks like this: A B C Molly April Candy Sally April Candy Sally May Soda Molly May Soda Amy June Candy Amy June Soda How do I create a function that finds out How many Candy are associated with Molly in April? How many candy are associated with April? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
perfect - thank you
"Bob Phillips" wrote: =SUMPRODUCT(--(A1A6="Molly"),--(B1:B6="April"),--(C1:C6="Candy")) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "ansoriano1" wrote in message ... Say my data set looks like this: A B C Molly April Candy Sally April Candy Sally May Soda Molly May Soda Amy June Candy Amy June Soda How do I create a function that finds out How many Candy are associated with Molly in April? How many candy are associated with April? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combining IF and AND statements for multiple columns | Excel Discussion (Misc queries) | |||
filtering unique in multiple columns | Excel Worksheet Functions | |||
combining multiple columns into one column - enhancements | Excel Worksheet Functions | |||
using functions to compare multiple columns for mismatch of cells | Excel Worksheet Functions | |||
Possible to apply Autofilter to a subset of available columns? | Excel Discussion (Misc queries) |