Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default SUMIF Function Problem

So far I've got the formula working and it looks like this:

=SUMIF($B$1:$B$9639,"<=33",$C$1:$C$9639)

The problem is that I have to manually enter the "33", or whatever number I
need to be less or equal to, even though it is sitting in a cell just a few
columns away. If I try to link the cell the formula doesn't work anymore, and
just results in 0. The formula that doesn't work looks like this.

=SUMIF($B$1:$B$9639,"<=P9",$C$1:$C$9639)

Any suggestions would be appreciated, thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default SUMIF Function Problem

Try:

=SUMIF($B$1:$B$9639,"<="& P9,$C$1:$C$9639)

Regards

Trevor


"Chad" wrote in message
...
So far I've got the formula working and it looks like this:

=SUMIF($B$1:$B$9639,"<=33",$C$1:$C$9639)

The problem is that I have to manually enter the "33", or whatever number
I
need to be less or equal to, even though it is sitting in a cell just a
few
columns away. If I try to link the cell the formula doesn't work anymore,
and
just results in 0. The formula that doesn't work looks like this.

=SUMIF($B$1:$B$9639,"<=P9",$C$1:$C$9639)

Any suggestions would be appreciated, thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default SUMIF Function Problem

Try this:

=SUMIF($B$1:$B$9639,"<="&P9,$C$1:$C$9639)


"Chad" wrote:

So far I've got the formula working and it looks like this:

=SUMIF($B$1:$B$9639,"<=33",$C$1:$C$9639)

The problem is that I have to manually enter the "33", or whatever number I
need to be less or equal to, even though it is sitting in a cell just a few
columns away. If I try to link the cell the formula doesn't work anymore, and
just results in 0. The formula that doesn't work looks like this.

=SUMIF($B$1:$B$9639,"<=P9",$C$1:$C$9639)

Any suggestions would be appreciated, thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 273
Default SUMIF Function Problem

This worked perfectly. Thanks a bunch.

"Teethless mama" wrote:

Try this:

=SUMIF($B$1:$B$9639,"<="&P9,$C$1:$C$9639)


"Chad" wrote:

So far I've got the formula working and it looks like this:

=SUMIF($B$1:$B$9639,"<=33",$C$1:$C$9639)

The problem is that I have to manually enter the "33", or whatever number I
need to be less or equal to, even though it is sitting in a cell just a few
columns away. If I try to link the cell the formula doesn't work anymore, and
just results in 0. The formula that doesn't work looks like this.

=SUMIF($B$1:$B$9639,"<=P9",$C$1:$C$9639)

Any suggestions would be appreciated, 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 problem Gerry Cornell Excel Worksheet Functions 6 January 9th 07 03:04 PM
Problem in SUMIF Function Kelvin Lee Excel Discussion (Misc queries) 1 August 25th 06 05:06 AM
SUMIF problem... [email protected] Excel Worksheet Functions 2 September 26th 05 12:17 AM
Problem adding a range using Sumif function. vrk1 Excel Worksheet Functions 2 June 22nd 05 06:05 PM
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 02:58 AM.

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"