Data Validation not seeing My Dynamic Range PLEASE HELP

bamaisgreat

Well-known Member
Joined
Jan 23, 2012
Messages
826
Office Version
  1. 365
Platform
  1. Windows
I had the great idea of changing some of my named ranges to Dynamic Ranges.
I did not research this before doing so, now nothing shows up in my drop downs.
All I have in the Data Valadation Source Box is =INDIRECT (I28)
I have read that Dynamic and Indirect dont go together.
If someone could would you Please modify =INDIRECT (I28)
so it will work. This is very frustrating.
Thank you all
 
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Create the names PLATE, BEAM, CHANNEL and MISC_CHANNEL that refer to D1, M1, O1 and P1 respectively. Create the names PLATECol, BEAMCol, CHANNELCol and MISC_CHANNELCol that refer to D:D, M:M, O:O and P:P respectively. Then in your validation try:

=OFFSET(INDIRECT(I28),1,0,COUNTA(INDIRECT(I28&"Col"))-1,1)
 
Upvote 0

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Andrew, I apoligize but Im not sure what you mean by respectively.
I have the
PLATE
BEAM
CHANNEL
MISC_CHANNEL
all in one range.
Are you saying also make a range with PLATECol, BEAMCol, CHANNELCol and MISC_CHANNELCol

<tbody>
</tbody><colgroup><col></colgroup>
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Respectively means in the same order as written, ie PLATE refers to D1, BEAM refers to M1, CHANNEL refers to O1 and MISC_CHANNEL refers to P1.
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Andrew thanks for the help. I also had the same question posted on another forum.
And recevied a link to http://www.excelforum.com/excel-tips...t-problem.html
which really explanes in depth what you were showing me.
I may have misunderstood what you were trying to do.

I didn't look at your file but read the additional replies to see where the thread was headed.

So, are you all squared away on this?
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Valko yes Andrew gave me a link that had a example workbook in it and it looks like I can figure it out from it. Thanks.
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Andrew, I appreciate your help. The Contexture's Link with the Example Workbook really shows me what I need to do. The work around does not make much since but as long as it works thats all I need.
Thank you again
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

Andrew I thought I could figure this out with your Contextures link and another link I found in another forumn but Im getting crunched for time and I dont completly understand the formula.
If you are able could you look at My attached Workbook ? I have all the Ranges made and the valadation works in the first cell, I cant seem to get it to work in the second. Its something in the formula I think.
https://skydrive.live.com/redir?resid=BC39913B0562FDC9!869&authkey=!AHEEuY9Xxq0iijE
Thanks again
 
Upvote 0
Re: Data Valadation not seeing My Dynamic Range PLEASE HELP

You data validation formula should be:

=OFFSET(INDIRECT(SUBSTITUTE($I$28," ","")),0,0,COUNTA(INDIRECT(SUBSTITUTE($I$28," ","")&"Col")),1)
 
Upvote 0

Forum statistics

Threads
1,216,441
Messages
6,130,643
Members
449,585
Latest member
Nattarinee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top