My requirement is like. I have 3 column & 1 row.
Column A -> Value a
Column B -> Value b
Column C -> Value 123
I have to split value in column C and get 3 rows from that, and also copy values from another columns. I have to get 3 rows and it should be like:
Column A -> Value a , a , a
Column B -> Value b , b , b
Column C -> Value 1, 2, 3
Any Idea?
try this: