#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 318
Default SUMIF not Iffing

Hello this is the formula I created
=SUMIF(Raw!A1:D361,Raw!C1=Fax,Raw!D1:D361) I get 0 What want to do is
get a total amount
of faxes that are in column C . Column B has the word fax (there are other
words in the column but I'm only interested in the word "FAX") thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default SUMIF not Iffing

try this idea to count the number of "fax" in col B
=COUNTIF(b2:b361,"fax")
if you have numbers in column c and want a total of col c where col b has
"fax"
=SUMIF(b2:b361,"fax",c2:c361)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Wanna Learn" wrote in message
...
Hello this is the formula I created
=SUMIF(Raw!A1:D361,Raw!C1=Fax,Raw!D1:D361) I get 0 What want to do is
get a total amount
of faxes that are in column C . Column B has the word fax (there are
other
words in the column but I'm only interested in the word "FAX") thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 127
Default SUMIF not Iffing

why do you have column D and A in your formula? Try this.

=SUMIF(Raw!B1:B361,"Fax",Raw!C1:C361)



"Wanna Learn" wrote in message
...
Hello this is the formula I created
=SUMIF(Raw!A1:D361,Raw!C1=Fax,Raw!D1:D361) I get 0 What want to do is
get a total amount
of faxes that are in column C . Column B has the word fax (there are
other
words in the column but I'm only interested in the word "FAX") thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default SUMIF not Iffing

hi
are you summing or counting?
if summing the formula might work better like this.....
=SUMIF(Raw!B1:B361,"Fax",Raw!C1:C361) since column b contains the word fax
and column c contains the sum quantity.
if counting then
=countif(Raw!B1:B361,"Fax")
I'm not sure what quantites you may have in column C so i am guessing a
little.

Regards
FSt1

"Wanna Learn" wrote:

Hello this is the formula I created
=SUMIF(Raw!A1:D361,Raw!C1=Fax,Raw!D1:D361) I get 0 What want to do is
get a total amount
of faxes that are in column C . Column B has the word fax (there are other
words in the column but I'm only interested in the word "FAX") thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" Harry Seymour Excel Worksheet Functions 9 June 12th 07 10:47 PM
sumif #value dferguson Excel Worksheet Functions 4 April 28th 06 01:23 PM
Embedding a Sumif in a sumif C.Pflugrath Excel Worksheet Functions 5 August 31st 05 07:31 PM
nested sumif or sumif with two criteria dshigley Excel Worksheet Functions 5 April 5th 05 03:34 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 04:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"