PC Review


Reply
Thread Tools Rate Thread

3d array formulas

 
 
Idoia
Guest
Posts: n/a
 
      19th Jun 2008
Do array formulas work in multiple worksheet references?

I'm trying to sum cell C68 in every sheet where cell A27 is equal to "PD",
with the fillowing formula, entered as an array:

=+SUM(IF('PRP:HULL'!A27="PD",'PRP:HULL'!C68,0))

It's not working.

I also tried sumif, but it doesn't seem to work either:

=+SUMIF('PRP:HULL'!A27,"PD",'PRP:HULL'!C68)

Any suggestions?

Thanks




 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      19th Jun 2008
Put the sheet names in M1:M3 (or however many) and use

=SUMPRODUCT(SUMIF(INDIRECT("'"&M1:M3&"'!A27"),"PD",INDIRECT("'"&M1:M3&"'!C68")))

--
__________________________________
HTH

Bob

"Idoia" <(E-Mail Removed)> wrote in message
news:EC6D1053-A4B0-4248-BAC5-(E-Mail Removed)...
> Do array formulas work in multiple worksheet references?
>
> I'm trying to sum cell C68 in every sheet where cell A27 is equal to "PD",
> with the fillowing formula, entered as an array:
>
> =+SUM(IF('PRP:HULL'!A27="PD",'PRP:HULL'!C68,0))
>
> It's not working.
>
> I also tried sumif, but it doesn't seem to work either:
>
> =+SUMIF('PRP:HULL'!A27,"PD",'PRP:HULL'!C68)
>
> Any suggestions?
>
> Thanks
>
>
>
>



 
Reply With Quote
 
Idoia
Guest
Posts: n/a
 
      19th Jun 2008
Thanks a lot it's working...

"Bob Phillips" wrote:

> Put the sheet names in M1:M3 (or however many) and use
>
> =SUMPRODUCT(SUMIF(INDIRECT("'"&M1:M3&"'!A27"),"PD",INDIRECT("'"&M1:M3&"'!C68")))
>
> --
> __________________________________
> HTH
>
> Bob
>
> "Idoia" <(E-Mail Removed)> wrote in message
> news:EC6D1053-A4B0-4248-BAC5-(E-Mail Removed)...
> > Do array formulas work in multiple worksheet references?
> >
> > I'm trying to sum cell C68 in every sheet where cell A27 is equal to "PD",
> > with the fillowing formula, entered as an array:
> >
> > =+SUM(IF('PRP:HULL'!A27="PD",'PRP:HULL'!C68,0))
> >
> > It's not working.
> >
> > I also tried sumif, but it doesn't seem to work either:
> >
> > =+SUMIF('PRP:HULL'!A27,"PD",'PRP:HULL'!C68)
> >
> > Any suggestions?
> >
> > Thanks
> >
> >
> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Convert Array Formulas to Regular Formulas minyeh Microsoft Excel Worksheet Functions 0 21st Mar 2010 05:55 AM
Convert Array Formulas to Regular Formulas Domenick Microsoft Excel Worksheet Functions 4 19th Mar 2010 01:23 PM
Array formulas Lynda Microsoft Excel Worksheet Functions 3 25th Jun 2009 03:06 PM
array formulas Ray S. Microsoft Excel Misc 0 8th Aug 2008 08:15 PM
Array Formulas mkaake Microsoft Excel Worksheet Functions 3 27th Apr 2004 04:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:52 PM.