Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can INDIRECT function reference a cell that contains a formula | Excel Worksheet Functions | |||
Conditional formatting if value in cell is found in a named range | Excel Worksheet Functions | |||
Variable Determines Number of Cell in Formula Range | Excel Worksheet Functions | |||
Using a formula to create named range reference | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |