Update the output cells so that each customer row shows the correct total points based on these rules: 1) Base points are equal to Purchases multiplied by Rate. 2) Bonus points are equal to one extra point for every full block of 10 base points (ignore any remainder). 3) The displayed total points must be the sum of base points and bonus points, adjusted to the nearest multiple of 10. See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited
Update the output cells so that each customer row shows the correct total points based on these rules: 1) Base points are equal to Purchases multiplied by Rate. 2) Bonus points are equal to one extra point for every full block of 10 base points (ignore any remainder). 3) The displayed total points must be the sum of base points and bonus points, adjusted to the nearest multiple of 10.