Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CCrew2000
 
Posts: n/a
Default Sumif not criteria

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JethroUK©
 
Posts: n/a
Default Sumif not criteria

=Sum(A1:A3)=x*SUM(B1:B3)


"CCrew2000" wrote in message
...
I'm trying to sum a column of data "B", but only if column "A" does not

equal
X.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CCrew2000
 
Posts: n/a
Default Sumif not criteria

I forgot to mention that Column A is text. Values in column B

"JethroUK©" wrote:

=Sum(A1:A3)=x*SUM(B1:B3)


"CCrew2000" wrote in message
...
I'm trying to sum a column of data "B", but only if column "A" does not

equal
X.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default Sumif not criteria

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JethroUK©
 
Posts: n/a
Default Sumif not criteria

so what might Col A (e.g. A1:A3) not equal ?


"CCrew2000" wrote in message
...
I forgot to mention that Column A is text. Values in column B

"JethroUK©" wrote:

=Sum(A1:A3)=x*SUM(B1:B3)


"CCrew2000" wrote in message
...
I'm trying to sum a column of data "B", but only if column "A" does

not
equal
X.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Sumif not criteria

I'm having the same problem. I tried Domenic's suggestion but didn't work -
any others?

"Domenic" wrote:

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Sumif not criteria

I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.

"doublew" wrote:

I'm having the same problem. I tried Domenic's suggestion but didn't work -
any others?

"Domenic" wrote:

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does not equal
X.


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Sumif not criteria

It's a little different when using a cell reference:

=SUMIF(C122:C127,"<"&$C$2,D122:D127)

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"doublew" wrote in message
...
I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.

"doublew" wrote:

I'm having the same problem. I tried Domenic's suggestion but didn't
work -
any others?

"Domenic" wrote:

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does
not equal
X.




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Sumif not criteria

That worked perfectly, thanks so much!

"RagDyeR" wrote:

It's a little different when using a cell reference:

=SUMIF(C122:C127,"<"&$C$2,D122:D127)

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"doublew" wrote in message
...
I should also maybe add that I'm trying to use a cell reference as my
criteria - does this make a difference?

I'm trying to do =SUMIF(C122:C127,"<$C$2",D122:D127) but it just sums
everything, without taking into account the criteria.

"doublew" wrote:

I'm having the same problem. I tried Domenic's suggestion but didn't
work -
any others?

"Domenic" wrote:

Try...

=SUMIF(A1:A100,"<X",B1:B100)

Hope this helps!

In article ,
CCrew2000 wrote:

I'm trying to sum a column of data "B", but only if column "A" does
not equal
X.




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
How do I use the sumif if I have multiple criteria (i.e. greater . Kellyatisl Excel Worksheet Functions 3 June 4th 06 06:33 AM
Multiple SUMIF Criteria azazel Excel Worksheet Functions 3 November 10th 05 08:31 PM
SUMIF with Mutiple Ranges & Criteria PokerZan Excel Discussion (Misc queries) 5 August 4th 05 10:31 PM
"criteria" in a sumif refering to the value in another cell mark Excel Discussion (Misc queries) 1 January 31st 05 07:39 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


All times are GMT +1. The time now is 09:25 PM.

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

About Us

"It's about Microsoft Excel"