Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a formula that will sum up columns N through W but only for rows where
column C = specific word AND F = specific word. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=SUMPRODUCT((C1:C100="a")*(F1:F100="b")*(N1:W100)) -- Jacob "ker1378" wrote: I need a formula that will sum up columns N through W but only for rows where column C = specific word AND F = specific word. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((C2:C200="word")*(F2:F200="other word")*(N2:W200))
-- HTH Bob "ker1378" wrote in message ... I need a formula that will sum up columns N through W but only for rows where column C = specific word AND F = specific word. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried both and am getting a "#VALUE!" error
"ker1378" wrote: I need a formula that will sum up columns N through W but only for rows where column C = specific word AND F = specific word. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I take the last post back. I am all set now. Thank you!
"ker1378" wrote: I need a formula that will sum up columns N through W but only for rows where column C = specific word AND F = specific word. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Sumif | Excel Discussion (Misc queries) | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |