I'm looking to compute and show individual row totals and a Grand Total. I just need the formulae to put in the boxes so the calculation is automatic but the problem is the calculations are a little complicated...
I'm using data validation to select the day type
. This is what I think I need:
- Assign a price to the
day type
(either Standard day = £23 or Extended day = £26). - Apply a volume discount where appropriate. If Jack is attending all week (5 days) and the
day type
is the same for all (all Standard or all Extended), the total cost is £100 (or £120) - Else the total number of days needs to be added up for Jack. (Number of days for each ‘day type’) and priced up.
- For his siblings after the first, as above but apply an additional discount of 15%.
- The grand total then needs to show at the bottom.