Hi Team,
Hi @Qiu
I have a column named A & B. If column A is "empty" means, then content from ROW+1 of Column B must be copied. I have attached sample input & sample output. Please help me with this.
Solved! Go to Solution.
Hi @Emil_Kos
Thanks for the reply.
But my input is like
| A | B |
| 1234 | ABCD |
| 5678 | EFGH |
| 9067 | IJKL |
And I need output as
| A | B |
| 1234 | ABCD |
| ABCD | |
| 5678 | EFGH |
| EFGH | |
| 9067 | IJKL |
| IJKL |
please help me on this

