ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   SUMIF??? (https://www.excelbanter.com/excel-discussion-misc-queries/258645-sumif.html)

ker1378

SUMIF???
 
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.

Jacob Skaria

SUMIF???
 
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.


Bob Phillips[_4_]

SUMIF???
 
=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.




ker1378

SUMIF???
 
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.


ker1378

SUMIF???
 
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.



All times are GMT +1. The time now is 05:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com