Clean-up
Deduplicate a mailing list
One row per person, tidy names, sorted alphabetically.
Remove duplicate rows on Email, then trim spaces in every text column and sort by NameCopy a plain-language instruction, open the Workspace, and run it on your own file. Every recipe uses operations Sumio already supports — the AI proposes the plan, trusted code performs it.
One row per person, tidy names, sorted alphabetically.
Remove duplicate rows on Email, then trim spaces in every text column and sort by NameNo more gaps where a value is required.
Fill blank cells in Region with "Unknown" and drop rows that are missing an EmailMessy variants collapsed into one clean label.
In Status, replace "in progress" and "WIP" with "In Progress", then sort by StatusA currency-formatted Total column, computed with a live formula.
Add a column Total = {Quantity} * {Unit Price} and format it as currencyRows that need a GST number surfaced to the top.
Flag rows where GST Number is blank, then sort those rows to the topYour 20 biggest accounts, highest first.
Sort by Revenue descending and keep the top 20 rowsDeal value and deal count rolled up per region.
Group by Region, sum Deal Value and count the dealsEvery sheet stacked into one table, with its source labeled.
Merge all sheets into one table and add a Source column with each sheet's namePrices pulled in by SKU — no manual VLOOKUP.
Look up Unit Price from the Products sheet by SKU and add it as a columnOpen the Workspace and load the sample data — no upload needed to try it.
Start free