1. Organizing Sales Leads
Sales RepresentativeBackground
A raw CSV export of sales leads contains mixed entries with no logical order.
Problem
Need to prioritize high-value leads and organize them by company name.
How to use
Upload the leads file, set the primary sort column to 'Revenue' (descending), and the secondary column to 'Company' (ascending).
sortColumn: Revenue, sortOrder: desc, secondarySortColumn: Company, secondarySortOrder: asc, dataType: numberOutcome
A clean CSV file where leads are grouped by revenue from highest to lowest, with companies sorted alphabetically for equal revenue values.