Knowledge Base

How to import data to a SharePoint Lookup column?

When you are using Excel Import to import data from an Excel spreadsheet to a SharePoint list, you may need to import various data type to different list columns, SharePoint lookup column is one of them.

In this article, we will demonstrate you how to import values to a SharePoint lookup column.

WHAT YOU'LL GET

The values of Product column are imported to the SharePoint Lookup column “Product” list

WHAT YOU'LL NEED

The sample data we use for this case

And there is an Excel file named as Orders, the Excel file contains the order details as following.

Import data from Excel into a SharePoint Lookup column

  1. Firstly, download the trial version of Excel Import and install it to your SharePoint server.

  2. Open the Orders Excel spreadsheet, and separate the values of Product column with “; ” as following, and save the spreadsheet.

  3. Navigate to the Orders list.

  4. Under ITEMS tab, click Import Spreadsheet command in Import & Export group.

  5. When the Import from Spreadsheet dialog appears, click Browse… button to choose the Orders file already prepared.

  6. Click Next button.

  7. In the Import from Spreadsheet dialog, configure these import options.

    In the Sheet section, select USA to import. And select Skip header row in Excel option to skip importing header row into the list.

    In the Column Mapping section, select these columns (Order No., Customer, Product, Country and Saler) to import to the list.

  8. Keep other settings as default and click Import button.

  9. After importing process finished, click Close button.

  10. Go to the Orders list, you will find that the values are imported to the Product column (which is a SharePoint Lookup column) as following.

Login