Forum Discussion
nimrod1
Sep 18, 2025Copper Contributor
Suggestion: Add =IMAGE() function to Excel 2016 & 2019
Hi Microsoft Team, I’m an Excel 2016 user and really appreciate the product. However, I’ve noticed that the =IMAGE() function is available only in Microsoft 365 and the web version. Many of us who ...
NikolinoDE
Sep 21, 2025Gold Contributor
A couple of things to keep in mind about your request for =IMAGE() in Excel 2016 / 2019:
- Perpetual versions (2016/2019) are in fixed support mode. That means they only get security updates, not new feature updates. Microsoft typically reserves new functions (like =IMAGE(), =UNIQUE(), =FILTER(), etc.) for Microsoft 365 subscribers.
- The reasoning is partly technical (they’re maintaining different codebases) and partly strategic (feature innovation is the main incentive to move people to 365).
- So realistically, Microsoft will not back-port =IMAGE() (or any new dynamic array functions) into 2016/2019.
What you can do:
If you need something similar in 2016/2019, you can approximate =IMAGE() by:
Using VBA to insert pictures linked to cells (works but requires macros).
Using linked pictures (Copy > Paste Special > Linked Picture) for dynamic dashboards.
Moving certain solutions to Excel for Web (free with a Microsoft account) where =IMAGE() is supported.
How you can send feedback or suggestions to Microsoft (Excel / Office)
- From within Excel (or most Office apps)
- In Excel 2016 / 2019, go to File → Feedback (if available) or Help → Feedback.
- Choose “I have a suggestion” (or similar wording), describe your suggestion (i.e. adding =IMAGE() to 2016/2019), and submit.
- Use Microsoft’s Feedback Portal (web)
- Microsoft has a general feedback site: Feedback (Preview). Feedback Portal
My answers are voluntary and without guarantee!
Hope I was able to help you with this information.