LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Referencing a tab NUMBER rather than the tab NAME in a formula

I'm looking for a NON-VBA solution here.

Say I have an Excel spreadsheet with two tabs, named "Source Data" and
"Results". When I look at the VPAProject screen of this spreadsheet I see
the two tabs of the spreadsheet listed as objects:
Sheet1 (Source Data)
Sheet2 (Results)

On the spreadsheet tab "Source Data" I have the following data:
cell A1: 645
cell A2: 785

On the Results tab I have the following formula somewhe
"=+'Source Data'!A1+'Source Data'!A2"

In the above formula (not in some VBA routine), is there a way to reference
the underlying VBA sheet NUMBER, rather than the NAME "Source Data"?

Something like: "=+'Sheet1'!A1+'Sheet1'!A2"
(Obviously, I've tried this syntax without success).

The REASON for this is that my company has truly huge budget spreadsheets
(80 to 112 Meg) that uses many, many Indirect formulas. These are necessary
because the individual uses are allowed to add Project tabs, where the tab
name can be anything they want. Formulas elsewhere use the data on this
tabs, so formulas have to be "built up" from predefined pieces, using
Indirects. Indirects, however, are volative functions tha use a lot of
memory and increase calculation time. If, OTOH, we could use sequential tab
NUMBERS in the formulas, rather than the tab NAMES, we could replace many of
the Indirects with specific formulas.

TIA.
 
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
A formula referencing another Jock Excel Worksheet Functions 9 August 15th 07 02:56 PM
Referencing a specific number to more general values in a table. AJL Excel Worksheet Functions 0 September 19th 06 05:11 PM
Formulas referencing a spaces instead of number ? Ainsley Excel Discussion (Misc queries) 4 May 3rd 06 02:00 PM
Referencing a formula Sprout Excel Discussion (Misc queries) 2 August 19th 05 02:57 PM
Equation Referencing Row Number Stored in Cell Jim Hagan Excel Discussion (Misc queries) 1 April 13th 05 09:04 PM


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