Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I need help, I know what I want to do, I just don't know how to do it. Add all the (Y)'s in column C, but column A has to say (Tyree). Thanks Diane |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try it this way:
=SUMPRODUCT((C1:C100="Y")*(A1:A100="Tyree")) Adjust the ranges to suit your data. Hope this helps. Pete On Feb 23, 5:21*pm, Dnoonan wrote: Hi, I need help, I know what I want to do, I just don't know how to do it. Add all the (Y)'s in column C, but column A has to say (Tyree). Thanks Diane |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
what is Y+Y? Are you sure you really want to add the Y's? Suppose you really want to count: 2007: =COUNTIFS(C1:C10,"Y",A1:A10,"Tyree") you already have a good suggestion for 2003 from Pete. -- If this helps, please click the Yes button Cheers, Shane Devenshire "Dnoonan" wrote: Hi, I need help, I know what I want to do, I just don't know how to do it. Add all the (Y)'s in column C, but column A has to say (Tyree). Thanks Diane |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
lookup formulas dependent upon lookup formulas | Excel Worksheet Functions | |||
automatically copy formulas down columns or copy formulas all the | Excel Worksheet Functions | |||
Formulas not evaluated, Formulas treated as strings | Excel Discussion (Misc queries) | |||
formulas for changing formulas? | Excel Discussion (Misc queries) |