Hello.
I can't find proper tutorial for the issue like below.
Assume we have columns with rows:
|Task|Persons(D1)|Hours|
| T1 | Js | 5 |
| T2 | JW | 8 |
(D1 - is drop down list of namesthat I created in different sheet)
It works for me fine.
Now I open 3th Sheet where have colums (and want to have data in it like below filled autmatically based on D2)
|Task|Person|MON|TUE|WED|FRI|
D2 D3 D4 D4 D4 D4
D2 I drop down based on sheet mentioned earlier. That I have already working.
But now I want is D3 and D4 (data) beeing autmatically filled and based on the table mentioned in the beginning.
D3 is Persons(D1), D4 is Hours but dependend what I drop down in Task (D2)
Like in example here:
1. I drop down (D2) and take Task1 (T1)
D2->T1
Table will automatically fill:
|Task|Person|MON|TUE|WED|FRI|
T1 Js 5 5 5 5
If I change (Drop down) Task to T2
it will change to
|Task|Person|MON|TUE|WED|FRI|
T1 JW 8 8 8 8
Thank you in advance.
I can't find proper tutorial for the issue like below.
Assume we have columns with rows:
|Task|Persons(D1)|Hours|
| T1 | Js | 5 |
| T2 | JW | 8 |
(D1 - is drop down list of namesthat I created in different sheet)
It works for me fine.
Now I open 3th Sheet where have colums (and want to have data in it like below filled autmatically based on D2)
|Task|Person|MON|TUE|WED|FRI|
D2 D3 D4 D4 D4 D4
D2 I drop down based on sheet mentioned earlier. That I have already working.
But now I want is D3 and D4 (data) beeing autmatically filled and based on the table mentioned in the beginning.
D3 is Persons(D1), D4 is Hours but dependend what I drop down in Task (D2)
Like in example here:
1. I drop down (D2) and take Task1 (T1)
D2->T1
Table will automatically fill:
|Task|Person|MON|TUE|WED|FRI|
T1 Js 5 5 5 5
If I change (Drop down) Task to T2
it will change to
|Task|Person|MON|TUE|WED|FRI|
T1 JW 8 8 8 8
Thank you in advance.