makepad/apps/sheets/demos/household_budget.csv
Admin 3c7566a565 Merge work into webdemos: the mp prefix rename
apps/files, apps/sheets, libs/wm_api, libs/wm_theme and the renamed env vars and script
namespaces meet the demo seams; added demo files move to the renamed paths; the files app
keeps its own makepad_home so demo builds without the chat feature do not link the AI hub.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WV6BzHQiJEvvK9EPc1d4ks
2026-09-02 11:23:11 +02:00

494 B

1CategoryPlannedActualVarianceStatus
2Housing18501850=B2-C2=IF(D2>=0,"On track","Over")
3Groceries650612.45=B3-C3=IF(D3>=0,"On track","Over")
4Utilities320287.80=B4-C4=IF(D4>=0,"On track","Over")
5Transport425468.20=B5-C5=IF(D5>=0,"On track","Over")
6Insurance280280=B6-C6=IF(D6>=0,"On track","Over")
7Leisure300246.75=B7-C7=IF(D7>=0,"On track","Over")
8Total=SUM(B2:B7)=SUM(C2:C7)=B8-C8=IF(D8>=0,"Within budget","Over budget")