A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Range names selected from within a cell



 
 
Thread Tools Display Modes
  #1  
Old July 21st, 2004, 02:03 PM
Alan Hines
external usenet poster
 
Posts: n/a
Default Range names selected from within a cell

Hi, hope you can help.

I have a number of named ranges across a workbook. In 1
summary sheet I want to be able to enter a range name and
then other cells containnig a formula referring to the
cell I typed the range name in to in order to calculate.

An example in cell A1 i would input "Name" as the cell
content.

Then in cell A2 the following formula would be used "=sum
(A1). I get an error message, and I need to have the
flexibility to type or select from a list a whole number
of range names into cell A1 to get the required
calculation in cell A2.

Any suggestions?

Many thanks,
Alan
  #2  
Old July 21st, 2004, 02:20 PM
Arvi Laanemets
external usenet poster
 
Posts: n/a
Default Range names selected from within a cell

Hi

=SUM(INDIRECT(A1))


--
Arvi Laanemets
(Don't use my reply address - it's spam-trap)


"Alan Hines" wrote in message
...
Hi, hope you can help.

I have a number of named ranges across a workbook. In 1
summary sheet I want to be able to enter a range name and
then other cells containnig a formula referring to the
cell I typed the range name in to in order to calculate.

An example in cell A1 i would input "Name" as the cell
content.

Then in cell A2 the following formula would be used "=sum
(A1). I get an error message, and I need to have the
flexibility to type or select from a list a whole number
of range names into cell A1 to get the required
calculation in cell A2.

Any suggestions?

Many thanks,
Alan



  #3  
Old July 21st, 2004, 02:23 PM
Frank abel
external usenet poster
 
Posts: n/a
Default Range names selected from within a cell

Hi
try
=SUM(INDIRECT(A1))

-----Original Message-----
Hi, hope you can help.

I have a number of named ranges across a workbook. In 1
summary sheet I want to be able to enter a range name and
then other cells containnig a formula referring to the
cell I typed the range name in to in order to calculate.

An example in cell A1 i would input "Name" as the cell
content.

Then in cell A2 the following formula would be used "=sum
(A1). I get an error message, and I need to have the
flexibility to type or select from a list a whole number
of range names into cell A1 to get the required
calculation in cell A2.

Any suggestions?

Many thanks,
Alan
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Counts all cell containing even numbers in the range Thomas Worksheet Functions 5 July 9th, 2004 11:51 AM
Using range names in formulas Mulgrew6 Worksheet Functions 5 April 27th, 2004 01:19 PM
Calendar Function Tom Worksheet Functions 10 April 20th, 2004 10:39 PM
lookup for a range around a cell in another workbook Valeria Worksheet Functions 2 November 13th, 2003 12:15 PM
Multiple SUMIF Statements Gary Thomson Worksheet Functions 4 October 28th, 2003 11:16 AM


All times are GMT +1. The time now is 06:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.