Microsoft announce exciting new IMAGE function
Announced by Microsoft on 21st February 2023
In this latest article in our Future of Excel series, we look at the new IMAGE function.
The image is imported and sized using the new IMAGE function:
=IMAGE(source, [alt_text], [sizing], [height], [width])
I would like to bring the Full Stack Modeller logo below into my model.
The logo is stored here:
https://www.fullstackmodeller.com/hubfs/Full%20Stack%20Modular%20Feature%20Images.webp
The formula to bring this image into my Excel spreadsheet with an Alt Text of "Full Stack Modeller" and a sizing of 200 by 300 is:
=IMAGE("https://www.fullstackmodeller.com/hubfs/Full%20Stack%20Modular%20Feature%20Images.webp", "Full Stack Modeller", 3, 200, 300)
This is a very helpful new feature from Microsoft. The ability brings images straight into a workbook via a formula will undoubtedly prove useful to anyone who regularly works with images in their spreadsheets.
It is a shame that you can only bring images in from HTTPS addresses rather than from a local drive, or from within the model itself. Hopefully, this will be added to the IMAGE function in the near future.
The feature is currently available in the 365 version of Excel.
This series of articles focuses on new features recently released or soon to be released in Excel. See the announcement from the Microsoft Tech Community team.
See other articles in our Future of Excel series here.