I need help with a macro that adds a row under the following condition:
From N5:N80, if any of those cells contains a 5 or higher, then add a row below that cell where you have the 5 or higher?
Ex: N26 has a value of 6. Therefore I would want a row below N26. Then N55 has a 7. I want a row added below N55?
If cell value is 5, add 1 row. If cell value is 9, add 2 rows. If cell value is 13 add 3 rows. That's it.
Is this possible?
From N5:N80, if any of those cells contains a 5 or higher, then add a row below that cell where you have the 5 or higher?
Ex: N26 has a value of 6. Therefore I would want a row below N26. Then N55 has a 7. I want a row added below N55?
If cell value is 5, add 1 row. If cell value is 9, add 2 rows. If cell value is 13 add 3 rows. That's it.
Is this possible?