Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Cell entry to access Worksheet

Hi All,

I have a number of spreadsheet that use the same data. What I want to
be able to do is to enter a year in e.g. cell B4, this will also be
the same as a worksheet, and use this cell to reference a worksheet in
a formula.

Sorry if this does not make complete sense, but if need I will try and
explain more clearly

Roberto

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Cell entry to access Worksheet

Use the INDIRECT function. Something like:

=INDIRECT("'"&B4&"'!A1")

This will reference Cell A1 on the Sheet whose name is stored in cell B4.
Note the use of double and single quotes, shown here with additional spaces
(do not include the spaces): " ' " & B4 & " ' !

HTH,
Elkar


"Roberto" wrote:

Hi All,

I have a number of spreadsheet that use the same data. What I want to
be able to do is to enter a year in e.g. cell B4, this will also be
the same as a worksheet, and use this cell to reference a worksheet in
a formula.

Sorry if this does not make complete sense, but if need I will try and
explain more clearly

Roberto


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Cell entry to access Worksheet

On 16 Jul, 23:38, Elkar wrote:
Use the INDIRECT function. Something like:

=INDIRECT("'"&B4&"'!A1")

This will reference Cell A1 on the Sheet whose name is stored in cell B4.
Note the use of double and single quotes, shown here with additional spaces
(do not include the spaces): " ' " & B4 & " ' !

HTH,
Elkar



"Roberto" wrote:
Hi All,


I have a number of spreadsheet that use the same data. What I want to
be able to do is to enter a year in e.g. cell B4, this will also be
the same as a worksheet, and use this cell to reference a worksheet in
a formula.


Sorry if this does not make complete sense, but if need I will try and
explain more clearly


Roberto- Hide quoted text -


- Show quoted text -


Thanks Elkar this has worked a treat.

Many thanks

Roberto

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
Excel or Access for Data Entry and Reporting Application Karin Excel Discussion (Misc queries) 2 October 17th 07 04:17 PM
Cell Entry That Locks Selected Cells From Any Data Entry. ron Excel Worksheet Functions 5 February 16th 07 09:52 PM
Data Entry Form Connect With Access Anna Excel Discussion (Misc queries) 0 November 24th 06 04:01 PM
Using cell content to access another worksheet in same workbook ScubaBum Excel Worksheet Functions 5 June 28th 06 11:11 PM
Excel as Data Entry into Access Database Btibert Excel Discussion (Misc queries) 3 August 29th 05 02:17 PM


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