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

I can't get thisd more func function to work - can anyone see what is wrong

=SUMIF({=THREED(Aug Out:Jul Out!A$3:A$339)},Reconciliation!A6,{=THREED(Aug
Out:Jul Out!D$3:D$339)})
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 3D SUMIF

What about your previous post..Have you tried this?

=SUMPRODUCT(SUMIF(INDIRECT("'"&"sheet"&ROW(INDIREC T("1:25"))&"'!A:A"),
Reconciliation!$A10,INDIRECT("'"&"sheet"&ROW(INDIR ECT("1:25"))&"'!D:D")))

If this post helps click Yes
---------------
Jacob Skaria


"BimboUK" wrote:

I can't get thisd more func function to work - can anyone see what is wrong

=SUMIF({=THREED(Aug Out:Jul Out!A$3:A$339)},Reconciliation!A6,{=THREED(Aug
Out:Jul Out!D$3:D$339)})

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

THREED has problems with sheet names that contain spaces. Rename the sheets
removing the spaces and it will work.

=SUMPRODUCT(--(THREED(AugOut:JulOut!A$3:A$339)=Reconciliation!A6 ),THREED(AugOut:JulOut!D$3:D$339))

However, if you only have 2 sheets to calculate you're better off using a
simple SUMIF (and you won't have to rename the sheets!):

=SUMIF('Aug out'!A3:A339,Reconciliation!A6,'Aug out'!D3:D339)+SUMIF('Jul
out'!A3:A339,Reconciliation!A6,'Jul out'!D3:D339)

--
Biff
Microsoft Excel MVP


"BimboUK" wrote in message
...
I can't get thisd more func function to work - can anyone see what is wrong

=SUMIF({=THREED(Aug Out:Jul Out!A$3:A$339)},Reconciliation!A6,{=THREED(Aug
Out:Jul Out!D$3:D$339)})



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
Help on SUMIF timotee New Users to Excel 3 January 29th 06 06:49 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 09:38 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"