Dear MrExcel,
I need to insert rows based on certain numbers and I need your kind help and assistant to help me out.
I have 2 columns, A & B
A is containing value (string)
B is containing value (number)
If the value in column B = 1 then no inserting rows
But if the value in column B <> 1, let's say 2 then it will insert 1 (one) row
And if the value in column B <> 1, let's say 5 then it will insert 4 (four) rows
Before:
Col A Col B
Row 1 - Apple 1 (no inserting rows)
Row 2 - Sugar 2 (insert 1 row)
Row 3 - Cookies 1
After
Col A Col B
Row1 -Apple 1 (no inserting rows)
Row2 - Sugar 2 (insert 1 row)
Row3 - Sugar 2
Row4 - Cookies 1
Thanks in advance.
I need to insert rows based on certain numbers and I need your kind help and assistant to help me out.
I have 2 columns, A & B
A is containing value (string)
B is containing value (number)
If the value in column B = 1 then no inserting rows
But if the value in column B <> 1, let's say 2 then it will insert 1 (one) row
And if the value in column B <> 1, let's say 5 then it will insert 4 (four) rows
Before:
Col A Col B
Row 1 - Apple 1 (no inserting rows)
Row 2 - Sugar 2 (insert 1 row)
Row 3 - Cookies 1
After
Col A Col B
Row1 -Apple 1 (no inserting rows)
Row2 - Sugar 2 (insert 1 row)
Row3 - Sugar 2
Row4 - Cookies 1
Thanks in advance.