Common Insert Link questions usually focus on link opening, batch creation, and display format. This FAQ covers 3 frequent question types.
FAQ
Why does my hyperlink not open when I click it?
- Check whether the address is complete. For web links, include the
https://prefix when needed. - Make sure the destination page, file path, or target location is still valid.
- If your current environment requires a modifier key for link activation, hold Ctrl and click the link.
How can I create many links with the same prefix in a worksheet?
- Use the
HYPERLINK()formula to generate links in cells. - Combine a fixed prefix with cell values and fill the formula down.
- Check whether the result appears as clickable text.
Why does the inserted address show as code instead of display text?
- Right-click the target cell and open the cell format settings.
- In the number format options, choose General or Text.
- Re-enter the content or set the display text again.
Glossary
| Term | Definition |
|---|---|
| Hyperlink | A clickable entry that points to a web page, file, email address, or another location in a document. |
| Display text | The text shown in the cell for a link. It does not have to be the same as the full destination address. |
| Unlink | An action that removes the clickable link property while keeping the original text content. |