validation of data

rammohanJ

New Member
Joined
May 25, 2006
Messages
7
I have list of countries with a name range as well list of states separately for each country.

In cell A4, if I select India (using drill down menu using data validation), the cell B4 should list only those states in India using same drill down menu.

for this what should I do.

thanks
ram
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
hi mr pgc
eg given in validation of dependent cells
=OFFSET(RegionStart,MATCH(B2,RegionColumn,0)-1,1,COUNTIF(RegionColumn,B2),1)

The above function modified to suit my criteria is giving error. This is reproduced here.

d8 is the data that takes instruments. Based on name, corresponding range of experiments is fetched through vlookup. I hope there will be minor missout.

+OFFSET(Inststart,MATCH(VLOOKUP(D8,cmp,2,FALSE),Inst_exp),0)-1,1,COUNTIF(Inst_exp,VLOOKUP(D8,cmp,2,FALSE),1)

guide me.

thanks
ram
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,204
Members
449,072
Latest member
DW Draft

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