Indirect Data validation List

mohitspamz

New Member
Joined
Feb 25, 2009
Messages
29
Hey all,
I'm trying to get an indirect data validation condition. However, the lists are ever expanding and thus i'm using the following formula to define these lists:

=OFFSET(List!$C$1,0,0,COUNTA(List!$C:$C),1)
=OFFSET(List!$D$1,0,0,COUNTA(List!$D:$D),1)

My, data validation formula in column H is:

=INDIRECT($F1:$F1)

However, because i'm using an offset formula, i get an error on the data validation.

Column F is the validation condition column which has "Own" and "Market". i got both lists under the offset function. I need to fill up Column H based on the cell value of Column F.

Any help would be great.

Thanks

Mohit
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Define a name called say MyList as referring to:
=EVALUATE(sheet1!$f$1)
and then use =MyList as the DV source.
 
Upvote 0
I think you you only need to click on D and highlite entire column and name it OWN and same with column C and name it MARKET then your Data / Validation
=indirect(F1)
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,278
Members
452,902
Latest member
Knuddeluff

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