View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andy Andy is offline
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