Last active
June 26, 2023 13:37
-
-
Save ExcelRobot/e927551a853f01bc3b511c3d62d468c5 to your computer and use it in GitHub Desktop.
Harvey Balls Lambda
This file contains 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
=LAMBDA(percent,[color],LET( | |
baseurl,"", | |
IMAGE(baseurl&IF(ISOMITTED(color),"Black",color)&TEXT(percent,"0")&".png") | |
)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What URL's are you using for this?