#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default SUMIF sum range

The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default SUMIF sum range

Maybe the other 2 columns are not true XL numbers, but text that just looks
like numbers.

See if you get a TRUE return from a formula like this:

=isnumber(A1)
where A1 is one of the cells not being totaled.


If all the cells return TRUE, post your formula.
--

HTH,

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


"martinson" wrote in message
...
The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIF sum range

Use SUMPRODUCT:

=SUMPRODUCT((A1:A10="x")*B1:D10)

--
Biff
Microsoft Excel MVP


"martinson" wrote in message
...
The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default SUMIF sum range

Thank you... that one worked
--
martinson portland


"T. Valko" wrote:

Use SUMPRODUCT:

=SUMPRODUCT((A1:A10="x")*B1:D10)

--
Biff
Microsoft Excel MVP


"martinson" wrote in message
...
The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIF sum range

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"martinson" wrote in message
...
Thank you... that one worked
--
martinson portland


"T. Valko" wrote:

Use SUMPRODUCT:

=SUMPRODUCT((A1:A10="x")*B1:D10)

--
Biff
Microsoft Excel MVP


"martinson" wrote in message
...
The sum range in my formula includes 3 columns. My formula is working
but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMIF sum range

Without seeing the formula (**always a good idea to post any formulas you
refer to in your message), I would guess it is an array-entered formula
meaning you have to select the cell with the formula, then put the cursor in
the formula bar and press Ctrl+Shift+Enter to commit it. Once you have done
that, you can copy the formula down or across normally (if needed).

Rick


"martinson" wrote in message
...
The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default SUMIF sum range

same problem here

=IF(SUMIF(Programa!$A$5:$A$94,$M6,Programa!U5:AB94 )0,1,0)

i'm trying to check within a range (u5:ab94) if there are values
based on the content in column A
but it only return a 1 if the numbers are in the first column (in this case:
U)

-the problem is that i have values in columns W, X, etc
and it still returns a 0




"martinson" wrote:

The sum range in my formula includes 3 columns. My formula is working but
only picking up numbers from the first column. What am I doing wrong?
--
martinson portland

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 Range abis Excel Discussion (Misc queries) 8 September 12th 08 02:12 AM
SUMIF Range Help LSalazar Excel Worksheet Functions 5 June 6th 08 08:38 PM
sumif within a range que777 Excel Discussion (Misc queries) 1 May 18th 08 05:12 AM
Sumif between a range John Excel Discussion (Misc queries) 3 June 6th 07 03:01 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 12:06 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"