1. Payroll Uplift Calculation
Financial AnalystBackground
A financial analyst needs to calculate weekly payroll totals with a 10% rate multiplier applied to the sum of hours.
Problem
Verifying that the formula correctly sums the hours and applies the multiplier without opening Excel.
How to use
Input `=SUM(A1:A3)*B1` as the formula, set the cell values JSON to represent hours and the multiplier, and evaluate.
Formula: `=SUM(A1:A3)*B1`
Cell Values: `{"A1": 12, "A2": 18, "A3": 20, "B1": 1.1}`
Decimals: 2Outcome
The tool returns 55.00, listing the evaluated range A1:A3 and the multiplier B1.