I need a formula that will place in a cell the whole number in increments of 8 (8, 16, or 24) and place the remainder in another cell.
Cell C1 contains 4 (C1=4)
Cell A2 contains 8 (A2=8)
Cell B2 should contain the formula. It should add cells A2+C1 (8+4=12) then display the whole number 8.
Cell C2 should display the remainder 4 (C2=4) or zero if the sum of A2+C1=8.
If the total of A2+C1 is equal to or greater than 16, then the formula should display 16 and any remainder should be in cell C2 including zero. The totals of A2+C1 will never be greater than 24.
Hope this makes sense and thanks in advance.