Basic formula
Use Google Sheets’IMAGE function to display logos from company domains:
YOUR_API_KEY with your publishable key from the dashboard.
The basic formula uses a hardcoded domain. The cell reference formula pulls domains from cells dynamically. Use ARRAYFORMULA to apply logos to entire columns at once.
ENCODEURL() to properly format brand names with spaces or special characters. See the name lookup documentation for details.Customize logo appearance
Customize logo appearance with URL parameters:Control image sizing in cells
Google Sheets’ IMAGE function supports sizing modes:Bulk logo retrieval with ARRAYFORMULA
Apply the logo formula to entire columns using ARRAYFORMULA:- Checks if cells in column A are empty
- If not empty, generates a logo from the domain
- Applies to all rows automatically as you add data
FAQs
Does this work in Google Sheets mobile app?
Does this work in Google Sheets mobile app?
Can I use this in Google Apps Script?
Can I use this in Google Apps Script?
How do I add logos to multiple rows at once?
How do I add logos to multiple rows at once?
Will logos appear when I share the Google Sheet?
Will logos appear when I share the Google Sheet?
Can I use this in Google Docs or Google Slides?
Can I use this in Google Docs or Google Slides?
How do I handle companies without logos?
How do I handle companies without logos?
What image format should I use for Google Sheets?
What image format should I use for Google Sheets?
format=png in your Logo.dev URL.Can I filter or sort rows with logo images?
Can I filter or sort rows with logo images?
How do I look up logos if I only have company names?
How do I look up logos if I only have company names?
Are there rate limits for Google Sheets integrations?
Are there rate limits for Google Sheets integrations?
Can I use dark mode optimized logos?
Can I use dark mode optimized logos?
theme=dark to your Logo.dev URL to get logos optimized for dark
backgrounds. This is useful if your sheet has a dark theme.How do I make logos clickable?
How do I make logos clickable?