Hello, I'm trying to achieve something in excel 365 which im not sure is possible
i have a simple table containing some products ie.
What i want to do is create a new line in the table for each box that is needed for the order ie
The yellow shorts would have 3 lines (carton number 10 & 11)
is there any way this can be done
i have a simple table containing some products ie.
CODE | ITEM NAME | QUANTITY REQUIRED | BOX QUANTITY | NUMBER OF BOXES | ||
0001 | RED TOP | 10 | 10 | 1 | ||
0002 | BLUE TOP | 20 | 10 | 2 | ||
0052 | YELLOW TOP | 20 | 10 | 2 | ||
0063 | RED SHORTS | 15 | 15 | 1 | ||
0064 | BLUE SHORTS | 30 | 15 | 2 | ||
0048 | YELLOW SHORTS | 45 | 15 | 3 |
What i want to do is create a new line in the table for each box that is needed for the order ie
CODE | ITEM NAME | QUANTITY REQUIRED | BOX QUANTITY | NUMBER OF BOXES | CARTON NUMBER | |
0001 | RED TOP | 10 | 10 | 1 | 1 | |
0002 | BLUE TOP | 20 | 10 | 2 | 2 | |
0002 | BLUE TOP | 20 | 10 | 2 | 3 | |
0052 | YELLOW TOP | 20 | 10 | 2 | 4 | |
0052 | YELLOW TOP | 20 | 10 | 2 | 5 | |
0063 | RED SHORTS | 15 | 15 | 1 | 6 | |
0064 | BLUE SHORTS | 30 | 15 | 2 | 7 | |
0064 | BLUE SHORTS | 30 | 15 | 2 | 8 | |
0048 | YELLOW SHORTS | 45 | 15 | 3 | 9 |
The yellow shorts would have 3 lines (carton number 10 & 11)
is there any way this can be done