I have an urgent need for VBA on excel:
On sheet 1, i have
A B C
-----------------------------------
DATASET 1 variable1
variable2
variable3
DATASET 2 variable4
variable5
variable6
.......
on next sheet (sheet 2, for example)
i have
D F
-----------------------------------
DATASET 1 variable1
variable2
variable3
...
variable100
DATASET 2 variable4
variable5
variable6
variable200
.......
how can I write a VBA macro to create validation list for sheet 1 data entry. When I click a cell to enter variable 1 for Dataset 1, it will display a list that has been pulled from sheet 2 filtered by dataset name (e.g. dataset 1)?
thanks.