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 Is it poss to have a double array in Excel 2003?

HI

I am trying to use a double array. I need to use it on a pivot table result,
so I need first to check the date matches before it does the standard array
function. I can get the standard array working, but when I put in
=(IF($I$3=$A$5:$A$1200,SUM(IF(F5=$B$5:$B$34,$C$5:$ C$34)),0))
it shows the grand total not just the dataq for the I3 check


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Is it poss to have a double array in Excel 2003?

Beads,

Your arrays need to be the same size, but this is the preferred way of doing it....

=SUMPRODUCT(($A$5:$A$1200=$I$3)*(F5=$B$5:$B$1200)* $C$5:$C$1200)

HTH,
Bernie
MS Excel MVP


"Beads" wrote in message
...
HI

I am trying to use a double array. I need to use it on a pivot table result,
so I need first to check the date matches before it does the standard array
function. I can get the standard array working, but when I put in
=(IF($I$3=$A$5:$A$1200,SUM(IF(F5=$B$5:$B$34,$C$5:$ C$34)),0))
it shows the grand total not just the dataq for the I3 check




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 80
Default Is it poss to have a double array in Excel 2003?

Hi Beads

Have you used ctrl-shift-enter?

Have you thought of using GETPIVOTTABLE?

Regards

Phil


"Beads" wrote:

HI

I am trying to use a double array. I need to use it on a pivot table result,
so I need first to check the date matches before it does the standard array
function. I can get the standard array working, but when I put in
=(IF($I$3=$A$5:$A$1200,SUM(IF(F5=$B$5:$B$34,$C$5:$ C$34)),0))
it shows the grand total not just the dataq for the I3 check


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
double axis, double problem (i hope only to me) kitcho Charts and Charting in Excel 1 December 30th 06 12:52 AM
Pull cell format across sheets as part of the fomula? Is it poss? Midnite Thunder Excel Worksheet Functions 2 September 16th 06 04:59 PM
why doesn't Excel 2003 bottom double border icon work RunwithGod Excel Discussion (Misc queries) 2 May 17th 06 01:26 PM
Table array in VLOOKUP (EXcel 2003) J BRAUD Excel Worksheet Functions 2 April 7th 06 06:30 PM
Pivot Table for survey data w/ questions as Rows & poss answrs as pfwebadmin Excel Discussion (Misc queries) 0 May 17th 05 02:31 PM


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