Hi All
I need to be able to create a formula to find out the number of units that are ordered on each day of the week.
When a customer inputs a number into the day of the week column (MONDAY/TUESDAY) they are inputting the number of cases they want to order. I need this to then multiply by the units per case to let me know how many units are being ordered on each day.
I then need to be able to sum the total across the rows for each column. So in below example, I need to be able to find out that in Monday there are 360 units in total & Tuesday 540 units.
I need to be able to create a formula to find out the number of units that are ordered on each day of the week.
When a customer inputs a number into the day of the week column (MONDAY/TUESDAY) they are inputting the number of cases they want to order. I need this to then multiply by the units per case to let me know how many units are being ordered on each day.
I then need to be able to sum the total across the rows for each column. So in below example, I need to be able to find out that in Monday there are 360 units in total & Tuesday 540 units.
Units Per Case | MONDAY | TUESDAY |
90 | 1 | |
90 | 2 | |
90 | 2 | |
90 | ||
90 | 2 | |
90 | ||
70 | ||
45 | ||
45 | 2 | |
45 | ||
45 | 2 | |
45 | ||
45 | 2 | |
35 | ||
TOTAL | 360 | 540 |