Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default I want to use a cell Value as a named Range in a Formula

I was a value in a cell to represent the name of a range that I want to use
in a formula. Is there a function or way to do this in excel without VBA?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 111
Default I want to use a cell Value as a named Range in a Formula

This seemed to work though I don't know if it is necessarily the best way.
As a test, I put some numbers in a range (C4:C8) added a formula to sum it
(for comparison purposes,) highlighted the range and named it using the name
box (MyRange,) put the word MyRange in cell D4, made another formula =sum(d4)
which as I suspected returned 0 and then changed it so that it read
=sum(indirect(d4)) and it returned the same value as the previously created
sum formula for comparison purposes.
--
Kevin Vaughn


"tmjones" wrote:

I was a value in a cell to represent the name of a range that I want to use
in a formula. Is there a function or way to do this in excel without VBA?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default I want to use a cell Value as a named Range in a Formula

Thanks! That worked.

"tmjones" wrote:

I was a value in a cell to represent the name of a range that I want to use
in a formula. Is there a function or way to do this in excel without VBA?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 111
Default I want to use a cell Value as a named Range in a Formula

You're welcome. Thanks for the feedback.
--
Kevin Vaughn


"tmjones" wrote:

Thanks! That worked.

"tmjones" wrote:

I was a value in a cell to represent the name of a range that I want to use
in a formula. Is there a function or way to do this in excel without VBA?

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
Can INDIRECT function reference a cell that contains a formula Steve E Excel Worksheet Functions 13 August 23rd 06 10:49 PM
Conditional formatting if value in cell is found in a named range Grumpy Grandpa Excel Worksheet Functions 5 April 15th 06 04:30 PM
Variable Determines Number of Cell in Formula Range MJSlattery Excel Worksheet Functions 0 March 30th 06 01:28 AM
Using a formula to create named range reference [email protected] Excel Worksheet Functions 4 June 29th 05 08:03 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


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