Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Dynamic Ranges?

I am using a combo dropdown list. The list is linked to a name range.
I need the name range to change based on the value of another cell.

Example
If i put X in
A1 = x
Then
A2 = "NameRange1"

but...

If i put Y in
A1 = y
Then
A2 = "NameRange2"

Is this posible?

Thank you for your help,

Steve

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 318
Default Dynamic Ranges?

Create a Range MyRange and make it equal the following formula

=if(Sheet1!$A$1="x",NameRange1,NameRange2)

Alok Joshi

"Smonczka" wrote:

I am using a combo dropdown list. The list is linked to a name range.
I need the name range to change based on the value of another cell.

Example
If i put X in
A1 = x
Then
A2 = "NameRange1"

but...

If i put Y in
A1 = y
Then
A2 = "NameRange2"

Is this posible?

Thank you for your help,

Steve


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Dynamic Ranges?

Alok, thanks for your help. That worked perfectly.

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
Dynamic Ranges PAL Excel Worksheet Functions 3 January 25th 08 07:52 PM
Dynamic Ranges Graham Excel Discussion (Misc queries) 0 July 24th 07 01:24 PM
Dynamic Ranges JackR Excel Discussion (Misc queries) 2 February 23rd 06 06:25 PM
Dynamic Formulas with Dynamic Ranges Ralph Howarth Excel Worksheet Functions 5 January 21st 05 08:44 AM
Dynamic Ranges Q John[_78_] Excel Programming 6 December 9th 04 04:07 AM


All times are GMT +1. The time now is 12:09 PM.

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"