Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need:
Sum Column C if Column A contains "XL" using Find, and Column B = "N". Can you combine sumif and find? thanks, harley |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:A100="XL"),--(B2:B100="N"),C2:C100)
or if you really mean that XL is part of a string in the cell =SUMPRODUCT(--(ISNUMBER(FIND("XL",A2:A100))),--(B2:B100="N"),C2:C100) -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com (Remove ^^ from email) "Harley" wrote in message ... I need: Sum Column C if Column A contains "XL" using Find, and Column B = "N". Can you combine sumif and find? thanks, harley |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
How to use SUMIF function with non-adjacent cells | Excel Worksheet Functions | |||
Sumif of Sumif perhaps? | Excel Discussion (Misc queries) | |||
SUMIF | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |