Hi Team,
Need help to add few blank rows in data as shown below:
Input data:
A | B | C | D | E |
F | 1 | 2 | 4 | 3 |
G | 5 | 6 | 7 | 8 |
H | 9 | 10 | 11 | 12 |
I | 13 | 14 | 15 | 16 |
J | 17 | 1 | 81 | 9 |
Output data:
A | B | C | D | E |
F | 1 | 2 | 4 | 3 |
G | 5 | 6 | 7 | 8 |
H | 9 | 10 | 11 | 12 |
I | 13 | 14 | 15 | 16 |
J | 17 | 1 | 81 | 9 |
Thanks in advance:)
Solved! Go to Solution.
No @atcodedog05.I want to add them whenever required.
Hi @Polite123
Here is a workflow for the task.
Output:
Workflow:
You can mention row before which you want blank.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Magical!!!!Thanks a ton:)