Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ray Ray is offline
external usenet poster
 
Posts: 267
Default Can a SUMPRODUCT array formula be used across multiple worksheets?

Hi -

I have a workbook with 32 worksheets (Summary and 1-31) ... all sheets
are formatted the same way, with names in column A and then data-
values in B:L. The list of names on the Summary Sheet is all-
inclusive; however, these names may or may not appear on sheets 1-31.

Of course, the Summary should add up the values (per name) on sheets
1-31, and handle the fact that a) the name may not exist on a specific
sheet, and b) that the value on the sheet may be an error (#N/A).

Here's what I have so far, which doesn't work:
=SUM(IF(ISNUMBER(VLOOKUP($A28,'1:31'!$A$27:$L$395, 3,FALSE)),
0,VLOOKUP($A28,'1:31'!$A$27:$L$395,3,FALSE)))

How can this formula be modified to sum appropriately? or, is there
another formula that would work better?

TIA<
ray
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
Sumproduct across multiple worksheets Paul Excel Worksheet Functions 3 December 20th 08 04:40 AM
SUMPRODUCT / SUMIF on Multiple Worksheets with Multiple Criteria kazoo Excel Discussion (Misc queries) 2 August 21st 08 06:22 PM
Array across multiple worksheets rda Excel Discussion (Misc queries) 1 April 23rd 08 07:31 PM
Sumproduct across multiple worksheets woodcockmolely Excel Worksheet Functions 3 August 30th 06 09:28 AM
SUMPRODUCT as array formula? Henrik Excel Worksheet Functions 2 November 2nd 05 07:08 AM


All times are GMT +1. The time now is 09:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"