Back to Blog

Import Bank Statement into Google Sheets: Quick Guide

5 min readMarch 14, 2026

Google Sheets is one of the most popular tools for managing personal and business finances. But getting your bank statement data from a PDF into Google Sheets has always been painful -- until now. This guide shows you how to import bank transactions into Google Sheets in under a minute.

Why Google Sheets for Bank Statement Analysis?

  • Free and accessible: No software to install. Works on any device with a browser.
  • Collaboration: Share with your accountant, bookkeeper, or business partner in real time.
  • Powerful formulas: Use SUMIF, VLOOKUP, pivot tables, and charts to analyze spending.
  • Apps Script automation: Automate categorization, reporting, and reconciliation with Google Apps Script.

Method 1: Convert PDF to CSV, Then Import (Recommended)

The fastest and most reliable method is to convert your PDF bank statement to CSV first, then import the CSV into Google Sheets. Here is how:

1

Convert your PDF to CSV

Go to our converter page and upload your PDF bank statement. Select CSV as the output format and download the result.

2

Open Google Sheets

Go to sheets.google.com and create a new blank spreadsheet. Or open an existing spreadsheet where you want to add the transactions.

3

Import the CSV

Go to File → Import → Upload. Select the CSV file you downloaded. Choose "Replace current sheet" or "Append to current sheet" depending on your needs. Set the separator type to "Comma" and click Import Data.

4

Format and analyze

Your transactions are now in Google Sheets with columns for Date, Description, Amount, and Balance. Format the date and currency columns, add filters, and start analyzing.

Method 2: Copy-Paste from Excel

If you prefer working with Excel first, you can convert your PDF to Excel (.xlsx), open it in Excel or Google Sheets, and then copy-paste the data into your master spreadsheet.

  1. Convert your PDF to Excel using our converter
  2. Open the Excel file in Google Sheets (File → Open → Upload)
  3. Select all transaction data (Ctrl+A)
  4. Copy and paste into your target spreadsheet

Supported Banks

Our converter works with all major Nordic banks and many international banks:

Handelsbanken
SEB
Nordea
Swedbank
Danske Bank
DNB
SpareBank 1
Jyske Bank
Lansforsakringar
Storebrand

Google Sheets Formulas for Bank Statement Analysis

Once your transactions are in Google Sheets, here are some useful formulas:

Total spending (negative amounts)

=SUMIF(C2:C1000,"<0",C2:C1000)

Total income (positive amounts)

=SUMIF(C2:C1000,">0",C2:C1000)

Count transactions containing a keyword

=COUNTIF(B2:B1000,"*Swish*")

Sum of transactions by category keyword

=SUMIFS(C2:C1000,B2:B1000,"*ICA*")

Tips for Managing Multiple Months

  • One sheet per month: Create a new tab for each month to keep things organized.
  • Summary dashboard: Create a summary tab that pulls totals from each monthly sheet using INDIRECT formulas.
  • Consistent column order: Always use the same column order (Date, Description, Amount, Balance) so formulas work across sheets.

Frequently Asked Questions

Can I import directly from my bank into Google Sheets?

Most Swedish banks do not offer direct Google Sheets integration. The fastest method is to download your PDF kontoutdrag, convert it to CSV using our tool, and then import the CSV into Google Sheets.

Will Swedish characters (a, a, o) display correctly?

Yes. Our CSV exports use UTF-8 encoding, which Google Sheets fully supports. All Swedish, Norwegian, and Danish characters will display correctly.

Can I automate this process?

Yes. Our Pro plan includes API access, so you can build a Google Apps Script that calls our API to convert PDFs and populate your spreadsheet automatically.

Ready to import into Google Sheets?

Upload your PDF and get a CSV file ready for Google Sheets. Free, no signup required.