How do I build a button to insert cells. Currently I have a sheet that I keep adding data to the left and it is getting out of hand. So I want to add a button to insert blank cells and push all the older data to the left. This way the newest data can be easily accessed and visible.
In this example I need to added new information in c3, c4, c5, c6 and all the existing data moved to c7,c8,c9,c10 and so on and so forth. I need to be able to add cells to any of the rows (Eric, Ron, Steve etc)
Also how hard is it to do the same to add cells that move down?
Thanks in advance.
<tbody>
</tbody>
In this example I need to added new information in c3, c4, c5, c6 and all the existing data moved to c7,c8,c9,c10 and so on and so forth. I need to be able to add cells to any of the rows (Eric, Ron, Steve etc)
Also how hard is it to do the same to add cells that move down?
Thanks in advance.
Name | Original start date | Original Stop Date | Complete | name | Start | Stop | Complete | name | Start | Stop | Complete | name | start | |||||||||||
Eric | xx/xx/xx | xx/xx/xx | yes | Eric | xx/xx/xx | xx/xx/xx | no | |||||||||||||||||
Ron | xx/xx/xx | xx/xx/xx | yes | Inserted | Inserted | Inserted | Inserted | older data | older data | older data | older data | |||||||||||||
Steve | xx/xx/xx | xx/xx/xx | no | |||||||||||||||||||||
Cathy | xx/xx/xx | xx/xx/xx | yes | |||||||||||||||||||||
Jessie | xx/xx/xx | no | ||||||||||||||||||||||
Darla | xx/xx/xx | no |
<tbody>
</tbody>
Last edited: