I have a spreadsheet with form control checkboxes next to various cells. I would like a formula where if the checkbox is selected, then it copies a specific cell and pastes it into a range on the same sheet (I4:I15). There will be multiple checkboxes checked so I would need it to copy/paste the cell corresponding to that checkbox to the row below the cell in that range (I4:I15) with information already in it. If possible, I would also like it that if the cell is checked and then un-checked, it would delete the information pasted into that range from that check box. The items that will be copy/pasted will be text. All items are on the same Excel Sheet "Sheet1"
I appreciate any help given!
For example:
I appreciate any help given!
For example:
- If CheckBox1 is selected, copy cell C72
- Paste contents of cell C72 into range I4:I15. If I4 has information in it, check I5, if I5 is empty, paste contents of C72 into I5
- If CheckBox2 is selected, copy cell C73
- Paste contents of cell C73 into range I4: I15. If I4 has information in it, check I5, If I5 has information in it, check I6, if I6 is empty, paste contents of C73 into I6
- If CheckBox1 is unselected, delete the pasted information from C72 from range I4:I15