Last active
August 1, 2024 10:13
-
-
Save felipecustodio/48627cceb8bac0e9fafa863ebf53b2b6 to your computer and use it in GitHub Desktop.
Add a logo in Google Sheets using Google Images search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=IFERROR(IMAGE(INDEX(IMPORTXML(CONCATENATE("https://www.google.com/search?q=";B6;" logo";"&tbm=isch"); "//img/@src"); 2; 1))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment