I currently have a Google spreadsheet that keeps track of all orders and the progress:
- Column 1: Order Form Sent
- Column 2: Order Form Received
- Column 3: Delivered to Pick Up Site
- Column 4: Picked Up
For those columns, I have entered checkboxes with data values of "true" or "false." On my sheet, there are two separate sections for complete orders (orders that are waiting to be picked up) and incomplete orders (orders are still in the production line).
Is there any way to create a new row when an column 3 is checked and move it to that new row?