Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default SUM VALUES on MULTIPLE SHEETS

I need a formula to sum values in the same column on multiple sheets
if it finds a specified value in the same row of a different column.
SUMIF works fine if I select a single sheet but as soon as I select
multiple sheets it errors and returns #VALUE
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default SUM VALUES on MULTIPLE SHEETS

See

http://www.mcgimpsey.com/excel/threedsumif.html

In article
,
lotivbarjoh wrote:

I need a formula to sum values in the same column on multiple sheets
if it finds a specified value in the same row of a different column.
SUMIF works fine if I select a single sheet but as soon as I select
multiple sheets it errors and returns #VALUE

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,180
Default SUM VALUES on MULTIPLE SHEETS

Assume you have a Summary sheet and
3 sheets called Y2005, Y2006 and Y2007.
On each of the year sheets, you have 2 columns
named Month and Sales.
On the Summary sheet, you want to find the
the total January sales for all years.
On the Summary sheet enter January into
the cell named Target and enter this formula:
=SUMPRODUCT(SUMIF(INDIRECT("Y"&TEXT(ROW(INDIRECT
("2005:2007")),"0000")&"!Month"),Target,
INDIRECT("Y"&TEXT(ROW(INDIRECT("2005:2007")),"0000 ")&"!Sales")))
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
Copying as absolute values across multiple sheets TeeJay Excel Discussion (Misc queries) 3 October 18th 07 09:45 AM
subtracting multiple values between sheets peter Setting up and Configuration of Excel 3 June 4th 06 09:09 PM
searching and collating values in multiple sheets dave99 Excel Discussion (Misc queries) 1 January 7th 06 10:55 PM
Find values from cells in multiple sheets asubramaniam Excel Worksheet Functions 2 July 24th 05 01:50 PM
Weighted Avg - using values from multiple sheets [email protected] Excel Worksheet Functions 0 February 17th 05 06:49 PM


All times are GMT +1. The time now is 09:42 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"