Hello,
Could somebody help?
I have data in Sheet 'Reference' as per below:
An in the other sheet named "Data Input", in column B for option i should have a drop-down refering a data in sheet 'reference' and the result depends on what i fill in column A in this sheet.
For example, if i fill Category1 in column A then the drop-down list in column B should be showing Cat1.1 and Cat1.2
I already seek for solution and most of it using Indirect function, but after i try it's only applicable if the reference data on the same sheet as the input column.
Thank you.
Could somebody help?
I have data in Sheet 'Reference' as per below:
A | B | |
---|---|---|
1 | Category1 | Category2 |
2 | Cat1.1 | Cat2.1 |
3 | Cat1.2 | Cat2.2 |
An in the other sheet named "Data Input", in column B for option i should have a drop-down refering a data in sheet 'reference' and the result depends on what i fill in column A in this sheet.
For example, if i fill Category1 in column A then the drop-down list in column B should be showing Cat1.1 and Cat1.2
A | B | |
---|---|---|
1 | Category | Option |
2 |
I already seek for solution and most of it using Indirect function, but after i try it's only applicable if the reference data on the same sheet as the input column.
Thank you.