Apply IF/THEN/ELSE conditional logic to CSV columns to categorize, flag, or transform values without writing code.
Free for files up to 5 MB and 10,000 rows. Files are processed in your
browser — nothing is uploaded to a server. No account required.
About IF/ELSE Logic
IF, THEN and ELSE for a column, with no formula language to learn. Test whether a value is greater than, less than, equal to, or contains something, or whether the cell is empty, then write one value when the test passes and another when it fails.
Sales pipeline exports get banded this way: if amount is greater than 50000 write "enterprise", otherwise write "smb". Invoice files get flagged the same way on days_overdue. The answer can go into a new column, or replace the value in the column you tested.
Fill in the IF column, condition and value, add the THEN and ELSE values, then apply. The full result is visible before you download it.
Related tools
CSV Viewer — Free online CSV viewer to open, search, sort, and paginate large CSV files instantly in your browser — no upload required.
CSV Editor — Free online CSV editor to edit cells, add or delete rows and columns, with undo/redo and instant export back to CSV.
CSV Validator — Validate CSV files online — find missing values, cells that break their column's type, duplicate headers, and mojibake left by a bad export.
CSV Cleaner — Clean messy CSV files online: trim whitespace from every cell, drop rows that are entirely empty, and tidy header names — in one pass, in your browser.
CSV Deduplicator — Find and remove duplicate rows in CSV files online — match across selected columns and export a clean, unique dataset.
CSV Sorter — Sort CSV files online by one or multiple columns, ascending or descending, with stable multi-key ordering and instant export.