LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default referencing a 3D Named Range

I am reviewing a workbook that has multiple spreadsheets of similar
data that are referenced on a ¡§Total Costs¡¨ sheet. Right now we use
some pretty cumbersome formulas on the Totals sheet that I want to
clean up. I am trying to use 3D references, actually 3D Named Ranges
to simplify. I am aware that the range must be the same on each sheet
and have established for that. I¡¦m testing in a much simplified
workbook for the moment just to work the basics out. The 3D range is
named ¡§Results¡¨ and spans four sheets named 2005, 2004, 2003 and 2002
the common range on each sheet is C3:F5.

The following works, so I know the range is set up correctly:
=SUM(Results)


I¡¦m trying to perform calculations based on specific locations within
the range using the INDEX function or some other referencing method.
Eventually I want to identify the locations using headings and the
Match function but for now I¡¦m entering the INDEX arguments directly.

The following
=SUM(INDEX(Results,3,2))
Returns a #Value error

To isolate the problem, I created a name for the same range on just
one sheet ¡§Results2005¡¨ and with the following formula; I get the
correct value returned:
=SUM(INDEX(Results2005,3,2))

I¡¦m getting the feeling that I may be up against a limitation of using
3D ranges. Before I move on to another approach I wanted to turn it
over to the experts. Any advice, recommendations, or condolences will
be appreciated ļ
Robert
 
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
Referencing a named range based upon Range name entry in cell Barb Reinhardt Excel Worksheet Functions 14 June 20th 07 07:19 PM
referencing named ranges in VBA Dave F Excel Discussion (Misc queries) 5 January 25th 07 06:46 PM
Referencing Named Ranges using values in a cell eggman Excel Discussion (Misc queries) 2 September 23rd 06 06:30 PM
inserting a named range into new cells based on a named cell Peter S. Excel Discussion (Misc queries) 1 June 4th 06 03:53 AM
Referencing Named Ranges ExcelRookie Excel Worksheet Functions 2 March 6th 06 12:50 PM


All times are GMT +1. The time now is 06:39 PM.

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"