Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 414
Default muliple sheet range + sumif / sumproduct

i would like to sum all values in column C of different sheets when column A
of these sheets matches a certain value.

i tried the following:
sumif(Sheet1:Sheet3!$A:$A,"EU",Sheet1:Sheet3!C:C)
and
sumproduct(--(Sheet1:Sheet3!$A1:$A1000="EU"),Sheet1:Sheet3!C1:C 1000)

either way no result however.

thanks for helping.
andy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default muliple sheet range + sumif / sumproduct

Try this:

=SUM(SUMIF(INDIRECT("Sheet"&{1,2,3}&"!A:A"),"EU",I NDIRECT("Sheet"&{1,2,3}&"!C:C")))


"andy" wrote:

i would like to sum all values in column C of different sheets when column A
of these sheets matches a certain value.

i tried the following:
sumif(Sheet1:Sheet3!$A:$A,"EU",Sheet1:Sheet3!C:C)
and
sumproduct(--(Sheet1:Sheet3!$A1:$A1000="EU"),Sheet1:Sheet3!C1:C 1000)

either way no result however.

thanks for helping.
andy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default muliple sheet range + sumif / sumproduct

another way is

=SUMproduct(SUMIF(INDIRECT("Sheet"&{1,2,3}&"!A:A") ,"EU",INDIRECT("Sheet"&{1,2,3}&"!C:C")))


regards,
driller
--
*****
birds of the same feather flock together..



"andy" wrote:

i would like to sum all values in column C of different sheets when column A
of these sheets matches a certain value.

i tried the following:
sumif(Sheet1:Sheet3!$A:$A,"EU",Sheet1:Sheet3!C:C)
and
sumproduct(--(Sheet1:Sheet3!$A1:$A1000="EU"),Sheet1:Sheet3!C1:C 1000)

either way no result however.

thanks for helping.
andy

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 414
Default muliple sheet range + sumif / sumproduct

both work just fine, thanks !

"driller" wrote:

another way is

=SUMproduct(SUMIF(INDIRECT("Sheet"&{1,2,3}&"!A:A") ,"EU",INDIRECT("Sheet"&{1,2,3}&"!C:C")))


regards,
driller
--
*****
birds of the same feather flock together..



"andy" wrote:

i would like to sum all values in column C of different sheets when column A
of these sheets matches a certain value.

i tried the following:
sumif(Sheet1:Sheet3!$A:$A,"EU",Sheet1:Sheet3!C:C)
and
sumproduct(--(Sheet1:Sheet3!$A1:$A1000="EU"),Sheet1:Sheet3!C1:C 1000)

either way no result however.

thanks for helping.
andy

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,SUMPRODUCT litngldy New Users to Excel 2 September 12th 06 08:48 AM
sumif or sumproduct? ronnomad Excel Worksheet Functions 5 August 7th 06 10:13 PM
SUMPRODUCT or SUMIF nfbelo Excel Worksheet Functions 2 May 24th 05 07:18 PM
SUMIF/SUMPRODUCT?? Ket Excel Worksheet Functions 2 March 30th 05 08:21 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 10:13 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"