1. Automated KPI Performance Dashboard
Sales ManagerBackground
The manager needs to format a weekly sales report containing hundreds of entries to highlight performance.
Problem
Manually applying colors to cells based on sales targets is time-consuming and prone to human error.
How to use
Upload the sales report and define threshold rules in the JSON input to color-code performance.
[
{
"sheetName": "2026 Sales",
"ref": "H2:H100",
"type": "cellIs",
"operator": "greaterThan",
"formulae": [100000],
"fillColor": "#DCFCE7",
"fontColor": "#166534"
},
{
"sheetName": "2026 Sales",
"ref": "I2:I100",
"type": "dataBar"
}
]Outcome
Cells exceeding 100,000 are automatically highlighted in green, and column I displays data bars for visual completion tracking.