Say I have these two sheets..
1
2
3
4
5
and
1 x
3 y
5 z
So I apply a filter to the first one so that it now is
1
3
5
and want to paste the x, y, z column into there so that it matches up as the 2nd one..but if I paste it'll end up like
1 x
2 y
3 z
4
5
Is there a way to paste the data so that it shows up like the 2nd list?
1
2
3
4
5
and
1 x
3 y
5 z
So I apply a filter to the first one so that it now is
1
3
5
and want to paste the x, y, z column into there so that it matches up as the 2nd one..but if I paste it'll end up like
1 x
2 y
3 z
4
5
Is there a way to paste the data so that it shows up like the 2nd list?