Hello Ladies and Gents, I am trying to create an automatically filled text box based on the text value of two other cells.
Please see the example below. I have on another sheet two drop down lists, one to select the customer, the second recognises which customer has been selected and then offers the list of customer sites. What I want is for a third cell to recognise the value of the first two and enter the ab, af, bd etc. values.
I can get this to work with continuous lists but not when the data is split up like this.
Please can you help with my problem?
Thanks!
[table="width: 500"]
[tr]
[td]Customer_1[/td]
[td][/td]
[td]Customer_2[/td]
[td][/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_1[/td]
[td]ab[/td]
[td]Customer_2_Site_1[/td]
[td]ba[/td]
[td]....[/td]
[/tr]
[tr]
[td]Customer_1_Site_2[/td]
[td]ac[/td]
[td]Customer_2_Site_2[/td]
[td]bb[/td]
[td]....[/td]
[/tr]
[tr]
[td]Customer_1_Site_3[/td]
[td]ad[/td]
[td]Customer_2_Site_3[/td]
[td]bc[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_4[/td]
[td]ae[/td]
[td]Customer_2_Site_4[/td]
[td]bd[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_5[/td]
[td]af[/td]
[td]Customer_2_Site_5[/td]
[td]be[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_6[/td]
[td]ag[/td]
[td]Customer_2_Site_6[/td]
[td]bf[/td]
[td].....[/td]
[/tr]
[/table]
Please see the example below. I have on another sheet two drop down lists, one to select the customer, the second recognises which customer has been selected and then offers the list of customer sites. What I want is for a third cell to recognise the value of the first two and enter the ab, af, bd etc. values.
I can get this to work with continuous lists but not when the data is split up like this.
Please can you help with my problem?
Thanks!
[table="width: 500"]
[tr]
[td]Customer_1[/td]
[td][/td]
[td]Customer_2[/td]
[td][/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_1[/td]
[td]ab[/td]
[td]Customer_2_Site_1[/td]
[td]ba[/td]
[td]....[/td]
[/tr]
[tr]
[td]Customer_1_Site_2[/td]
[td]ac[/td]
[td]Customer_2_Site_2[/td]
[td]bb[/td]
[td]....[/td]
[/tr]
[tr]
[td]Customer_1_Site_3[/td]
[td]ad[/td]
[td]Customer_2_Site_3[/td]
[td]bc[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_4[/td]
[td]ae[/td]
[td]Customer_2_Site_4[/td]
[td]bd[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_5[/td]
[td]af[/td]
[td]Customer_2_Site_5[/td]
[td]be[/td]
[td].....[/td]
[/tr]
[tr]
[td]Customer_1_Site_6[/td]
[td]ag[/td]
[td]Customer_2_Site_6[/td]
[td]bf[/td]
[td].....[/td]
[/tr]
[/table]