Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a formula which references a cell which has been defined as a Name
under Insert/Name/Define... The formula works just fine. However I want the named definition to be variable based on the input of another cell. For example: Input cell = A1 = 100 Possible Name Values: B1 = 1 B2 = 2 B3 = 3 B4 = 4 If A1<=100, then define range name XYZ = B1 If A2 100 and <200, then define range XYZ = B2 If A2 200 and <300, then define range XYZ = B3 If A2 300 and <400, then define range XYZ = B4 Ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I have a cell value define a dynamic named range? | Excel Worksheet Functions | |||
Dynamic Named Range | Excel Discussion (Misc queries) | |||
Change the starting and ending cell of a dynamic named range | Excel Discussion (Misc queries) | |||
Dynamic named list includes blank cell at bottom | Excel Discussion (Misc queries) | |||
dynamic named ranges | Excel Programming |