Citi bank statement to Excel
Drop a Citibank PDF below and get a spreadsheet with the columns split the way the statement prints them. The file stays in your browser.
Drop your Citi PDF statement here
or click to choose a file · nothing is uploaded
Import straight into accounting software
A CSV leaves you at the door of QuickBooks or Quicken; these formats walk in, with each transaction carrying an id so a re-import can't duplicate it.
QuickBooks (.qbo)Quicken (.qfx)What a Citi statement looks like
| Columns | Date · Description · Amount · Balance |
|---|---|
| Amounts | one amount column carries both, with money out negative |
| Date format | MM/DD |
Citi statements carry long descriptions that wrap onto a second and sometimes third line. Each wrapped line has no date and no amount, so a naive converter turns it into an extra transaction — this one rejoins it to the row above.
What to check afterwards
Long merchant names wrap onto a second and sometimes third line. After converting, the quickest sanity check is to count rows: if you have noticeably more rows than the statement has transactions, wrapped lines were treated as separate entries.
How the conversion works, why scans are refused, and how to confirm for yourself that nothing is uploaded: read the details.