Hi, how can I replace somme rows with data from another column
Column 1 Column 2 Column 3
1 1 data1
1 2 data2
2 3 data3
2
3
3

If cell1 collumn 1 = 1 than replace with data 1 and so on.

How can I do that?
Thanks