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

I need to total the of identical columns on 3 different pages with reference
to the previous column on each page. I can us the SUMIF when the columns are
all on one page, how do you make multiple range columns?
Page 1 Page 2 Page 3
Page 4
1 20 1 10 3 10 5 10
2 30 1 10 3 10 5 10
3 20 2 10 4 10 6 10
4 30 2 10 4 10 6 10
5 20 2 10 4 10




--
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default SUMIF

SUMIF is not very good with 3-D ranges (i.e. useless!!). However, you
can do something like this:

=SUMIF(from Page1) + SUMIF(from Page2) + SUMIF(from Page3)

where I am assuming that Page1, Page2 etc are sheet names.

Alternatively, you can have your SUMIFs on each sheet, giving their
results to a specific range of cells, and then on your summary sheet
you could use:

=SUM(Page1:Page3!cell_ref/range)

Hope this helps.

Pete

On Jan 26, 9:07*pm, Neil wrote:
I need to total the of identical columns on 3 different pages with reference
to the previous column on each page. I can us the SUMIF when the columns are
all on one page, how do you make multiple range columns?
* * Page 1 * * * * * * * * *Page 2 * * * * * * * * * * * * * Page 3 * * * * * * * * * * * *
*Page 4
1 * * * 20 * * *1 * * * 10 * * *3 * * * 10 * * *5 * * * 10
2 * * * 30 * * *1 * * * 10 * * *3 * * * 10 * * *5 * * * 10
3 * * * 20 * * *2 * * * 10 * * *4 * * * 10 * * *6 * * * 10
4 * * * 30 * * *2 * * * 10 * * *4 * * * 10 * * *6 * * * 10
5 * * * 20 * * *2 * * * 10 * * *4 * * * 10 * * * * * * *

--
Thank you


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 SUMIF Help Excel Worksheet Functions 3 December 10th 05 08:16 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 07:57 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"