I’m working on a SUMIFS formula to add/sum numbers in 2 or more separate cells based on a checkbox input in 2 or more other cells. I’m able to do so only if the number columns and the checkbox columns are next to another.
Is there a way to do so even when the columns are NOT next to the other?
Here are snapshots:

The formula used on the “Total Qty” column is =SUMIFS([PO #1 Qty]1:[PO #3 Qty]1, [PO #1 Approved]1:[PO #3 Approved]1, =1)