Basic formula
Use Excel’sIMAGE
function to display logos from company domains:
YOUR_API_KEY
with your publishable key from the dashboard.
The basic formula uses a hardcoded domain, while the cell reference formula pulls the domain from cell A2 dynamically.
Insert logos from web URL
For Excel versions without the IMAGE function, insert logos directly from the web:Open Insert Pictures dialog
Paste Logo.dev URL
https://img.logo.dev/stripe.com?token=YOUR_API_KEY&format=png&size=256
Insert the logo
Add logos to Excel headers and footers
Add your company logo to headers or footers for branded reports:Open Header & Footer view
Select header section
Insert picture from web
Add Logo.dev URL
Customize logo appearance
Customize logo size, format, and effects using URL parameters:Excel version compatibility
Excel Version | IMAGE Function Support |
---|---|
Microsoft 365 | ✓ Full support |
Excel 2019 | ✓ Full support |
Excel Online | ✓ Full support |
Excel 2016 | ✗ Use VBA or insert as picture |
Excel 2013 | ✗ Use VBA or insert as picture |
Position and lock logos with cells
Keep logos aligned with your data as you sort, filter, and resize:Select the logo
Open properties
Choose positioning behavior
VBA macro for bulk logos
For advanced users, use this VBA macro to add logos to multiple cells:FAQs
Does the IMAGE function work in all Excel versions?
Does the IMAGE function work in all Excel versions?
Can I insert logos in Excel headers and footers?
Can I insert logos in Excel headers and footers?
How do I keep logos aligned when sorting data?
How do I keep logos aligned when sorting data?
What image format should I use for Excel?
What image format should I use for Excel?
format=png
in your
Logo.dev URL.Can I add multiple company logos at once?
Can I add multiple company logos at once?
How do I look up logos if I only have company names?
How do I look up logos if I only have company names?
Will logos appear when I share the Excel file?
Will logos appear when I share the Excel file?
Can I make logos transparent or greyscale?
Can I make logos transparent or greyscale?
greyscale=true
to your Logo.dev URL for greyscale logos. For
transparency, use PNG format which supports transparent backgrounds for logos
that have them.How do I add logos to Excel Online?
How do I add logos to Excel Online?
What size should I use for logos in Excel?
What size should I use for logos in Excel?
size=128
or size=256
. For headers, use size=128
.
For small icons, use size=64
. Adjust based on your cell size and layout
needs.Are there rate limits for Excel integrations?
Are there rate limits for Excel integrations?
How do I handle missing logos?
How do I handle missing logos?