vijay.vizzu
Member
Dear All,
I am creating a PO Template, i am getting unique values in a drop down named "combo" by using SQL statement in my template. It works fine and meets my requirement. Now i just want to create a list which is to be used in Data Validation to create a incell drop down list. My requirement is, whenever the user selects the value in Drop down box the related items should be fetch from another sheet named as Pendency in data validatino list, so that the user can selected related items on that.
The structure in Sheet name Pendency is as follows;
S.No. - Request No. - Item No - Item name
1 - PUR-001-13 - 12345 - AAA
2 - PUR-001-13 - 67891 - BBB
3 - PUR-001-13 - 25849 - CCC
4 - PUR-002-13 - 15975 - DDD
5 - PUR-002-13 - 85469 - EEE
The values which i am getting in drop down box is in col Request no as
PUR-001-13
PUR-002-13
if the user selects the value PUR-001-13 then
three items list should be appear in data validation list
I can't upload the file due to restriction in my office
Please help
I am creating a PO Template, i am getting unique values in a drop down named "combo" by using SQL statement in my template. It works fine and meets my requirement. Now i just want to create a list which is to be used in Data Validation to create a incell drop down list. My requirement is, whenever the user selects the value in Drop down box the related items should be fetch from another sheet named as Pendency in data validatino list, so that the user can selected related items on that.
The structure in Sheet name Pendency is as follows;
S.No. - Request No. - Item No - Item name
1 - PUR-001-13 - 12345 - AAA
2 - PUR-001-13 - 67891 - BBB
3 - PUR-001-13 - 25849 - CCC
4 - PUR-002-13 - 15975 - DDD
5 - PUR-002-13 - 85469 - EEE
The values which i am getting in drop down box is in col Request no as
PUR-001-13
PUR-002-13
if the user selects the value PUR-001-13 then
three items list should be appear in data validation list
I can't upload the file due to restriction in my office
Please help