Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Parameterisation of table names

Hello

I need to name various tables in excel, by tables I mean a group of cells
(e.g A1:D56). However I need to parameterise the name of the table to equal
another cell.

I know this may seem like a trivial matter but I really can't find how to do
it anywhere, please help.

Tom
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Parameterisation of table names

Use a defined name:

Insert Name Define

So if A1 thru D10 have values and the Name blok has been assigned to this
range then:

=SUM(blok)

will display the same as =SUM(A1:D10)
and if H1 contains the text blok, then:

=SUM(INDIRECT(H1)) will do the same.
--
Gary''s Student - gsnu201001


"Tom O''Riordan" wrote:

Hello

I need to name various tables in excel, by tables I mean a group of cells
(e.g A1:D56). However I need to parameterise the name of the table to equal
another cell.

I know this may seem like a trivial matter but I really can't find how to do
it anywhere, please help.

Tom

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 376
Default Parameterisation of table names

Hi Tom

It sounds as though you need the Indirect function.
If your named ranges are Group1, Group2 etc. and in cell D1 you had the
value Group1, then to refer to that range it would be
=INDIRECT(D1)

Alternatively, if you just had a number 1 in cell D1 then
=INDIRECT("Group"&D1)

Regards
Roger Govier

Tom O''Riordan wrote:
Hello

I need to name various tables in excel, by tables I mean a group of cells
(e.g A1:D56). However I need to parameterise the name of the table to equal
another cell.

I know this may seem like a trivial matter but I really can't find how to do
it anywhere, please help.

Tom

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
Pivot Table Field Names bamataylor Excel Discussion (Misc queries) 0 February 3rd 10 04:07 PM
Delete Table Names Treasur2 New Users to Excel 2 July 28th 08 09:51 PM
Matching names to numbers in a table Giselle Excel Worksheet Functions 2 January 25th 06 04:54 AM
SIMILAR NAMES IN A TABLE Dimitri Kryukov Excel Discussion (Misc queries) 5 June 28th 05 03:27 PM
Pivot table field names somewhat confused Excel Worksheet Functions 1 December 14th 04 03:15 AM


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

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"