Looking for Help to Auto Refresh - Data Validation "List".
I have Master sheet in which 2 Columns like 1. Category and 2. Field Name. ("Master "data)
Table 1:
[TABLE="width: 430"]
<tbody>[TR]
[TD]Category[/TD]
[TD]Field Name[/TD]
[TD]Updated[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D3[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T3[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D4[/TD]
[TD="align: right"]09-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X3[/TD]
[TD="align: right"]12-Jan[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
I have another tab ("Client to Fill") which has more columns and the requirement is listed below:
It has Category, Field Name, Data
1. The Category has DEP-ACCT, TIME-DEP and DEP-TXN (i can use Data Validation - List and restrict to use these 3 values)
2. Field Name, we need to bring it from Master Data and we need to use Data Validation - List again.
But Limit the Fields Names to be shown in drop down with associated Category.
Similarly, The client will keep adding Field Names randomly against the 3 categories.
So this Field Name drop down list should show the category and respective Field Names to them "automatically" by including new / additional fields.
Like this: ("Client to Fill "sheet looks)
[TABLE="width: 657"]
<tbody>[TR]
[TD]Category[/TD]
[TD]Field Name[/TD]
[TD]Data to Fill[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]List down and choose one field (D1,D2, D3, D4)[/TD]
[TD]Abc..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]XyZ..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]N1234..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]Vtq..[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]List down and choose one field (X1,X2, X3)[/TD]
[TD]Npqwe..[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]List down and choose one field (X1,X2, X3)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]List down and choose one field (D1,D2, D3, D4)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]This list to reflect data from master sheet and lists field names from specific Category[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can not ask my client to use PQ or VBA. Please share any formula as of Excel 2010 version. thank you.
I have Master sheet in which 2 Columns like 1. Category and 2. Field Name. ("Master "data)
Table 1:
[TABLE="width: 430"]
<tbody>[TR]
[TD]Category[/TD]
[TD]Field Name[/TD]
[TD]Updated[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D3[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]T3[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X1[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X2[/TD]
[TD="align: right"]05-Jan[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]D4[/TD]
[TD="align: right"]09-Jan[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]X3[/TD]
[TD="align: right"]12-Jan[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
I have another tab ("Client to Fill") which has more columns and the requirement is listed below:
It has Category, Field Name, Data
1. The Category has DEP-ACCT, TIME-DEP and DEP-TXN (i can use Data Validation - List and restrict to use these 3 values)
2. Field Name, we need to bring it from Master Data and we need to use Data Validation - List again.
But Limit the Fields Names to be shown in drop down with associated Category.
Similarly, The client will keep adding Field Names randomly against the 3 categories.
So this Field Name drop down list should show the category and respective Field Names to them "automatically" by including new / additional fields.
Like this: ("Client to Fill "sheet looks)
[TABLE="width: 657"]
<tbody>[TR]
[TD]Category[/TD]
[TD]Field Name[/TD]
[TD]Data to Fill[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]List down and choose one field (D1,D2, D3, D4)[/TD]
[TD]Abc..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]XyZ..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]N1234..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]Vtq..[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]List down and choose one field (X1,X2, X3)[/TD]
[TD]Npqwe..[/TD]
[/TR]
[TR]
[TD]DEP-TXN[/TD]
[TD]List down and choose one field (X1,X2, X3)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD]TIME-DEP[/TD]
[TD]List down and choose one field (T1,T2, T3, T4)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD]DEP-ACCT[/TD]
[TD]List down and choose one field (D1,D2, D3, D4)[/TD]
[TD]Fill..[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]This list to reflect data from master sheet and lists field names from specific Category[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can not ask my client to use PQ or VBA. Please share any formula as of Excel 2010 version. thank you.