1. Monthly Expense Summary
Small Business OwnerBackground
I have a CSV file containing daily office expenses for the month.
Problem
I need to find the total expenditure for the 'Supplies' and 'Utilities' columns to track my budget.
How to use
Paste the expense data, select 'Sum' as the operation, and specify the 'Supplies' and 'Utilities' columns.
operation: sum, columns: Supplies, Utilities, newRowLabel: Monthly TotalOutcome
A new row labeled 'Monthly Total' is added to the bottom of the table with the calculated sums for both columns.