Insert File in Excel

If you just need to insert file in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: use Insert ▸ Text ▸ Object ▸ Create from File, tick Display as icon to attach it, or tick Link to file to keep it in sync with the original.

On this page7
Annotated stepsExcel
1

Click the cell where the icon should sit — the object anchors to the cell under its top-left corner.

2

Open Insert ▸ Text ▸ Object and switch to the Create from File tab.

3

Browse to the file, then decide: leave both boxes clear to embed the content visibly, tick Display as icon to attach it compactly, tick Link to file to store a pointer instead of a copy.

4

Right-click the object ▸ Format Object ▸ Properties and choose Move and size with cells so it follows its row.

5

Double-click the icon at any time to open the attachment in its own application.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Insert ▸ Object stores another document inside the workbook as an OLE object. Embedded, the whole file is copied in, so the workbook is self-contained and larger. Linked, only a path is stored, so the workbook stays small but the object shows nothing once the source moves. Either way the object floats on the drawing layer and opens in its own application when double-clicked. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “insert file in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a data step that keeps your analysis trustworthy into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

Each row of a contracts register needs the signed PDF beside it. Select the cell, Insert ▸ Object ▸ Create from File ▸ Browse, pick contract-2291.pdf, tick Display as icon, and change the icon caption to the contract number. The workbook grows by the size of the PDF and colleagues can open it without access to the shared drive. A register that points at its own evidence survives an audit; one that points at a network folder somebody reorganised does not. If this is something you do often, add the command to the Quick Access Toolbar (right-click it on the ribbon and choose Add to Quick Access Toolbar) or learn its shortcut, so next time it is one click instead of a hunt through the menus.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. Treat “insert file in excel” as a routine rather than a one-off. Once you know which setting or command controls it, the same few steps handle every workbook where it comes up in Excel, and you can explain them to a colleague in a sentence.

Common mistakes

  • Embedding a dozen large attachments and pushing the workbook past the size limit of the mail system it is sent through.
  • Ticking Link to file with a local path such as C:\Users\… — every other person opening the workbook sees a broken object.
  • Expecting embedded objects to open in Excel for the web or on a phone; they need the desktop application and the matching program.
  • Leaving the default anchoring so the icon stays put when rows are inserted above it and ends up beside the wrong record.

Frequently asked questions

How do I attach a PDF to an Excel cell?

Insert ▸ Object ▸ Create from File ▸ Browse, select the PDF and tick Display as icon. Anchor it with Format Object ▸ Properties ▸ Move and size with cells.

What is the difference between embedding and linking?

Embedding copies the file into the workbook, which makes it portable but bigger. Linking stores only the path, which keeps the workbook small but breaks when the file moves.

Can I attach several files at once?

No. Insert ▸ Object handles one file per action, so repeat it per attachment.

Is a hyperlink not simpler?

Often yes. Ctrl+K stores a link with no size cost, but it only works while the reader can reach that location.

Other ways people ask this

On the way here you may have searched this as “how to insert a file in excel”, “how to insert file in excel”, “how to insert excel file in ppt” and “how to insert files in excel” — it is all the same task, and this page is the single, complete answer to it.

Why do people search for this in so many different ways?

Because the same task has many names. “how to insert a file in excel”, “how to insert file in excel”, “how to insert excel file in ppt” all point at the one operation explained on this page, which is why they all lead here.