XL.HexColorToRGB function
XL.HexColorToRGB function – Text function type – сonverts a string with HEX color format like #RRGGBB to its equivalent in RGB format like rgb(255, 255, 255).
Syntax
=XL.HexColorToRGB(colorHex)
Argument | Description |
---|---|
colorHex [required] | A hexadecimal formatted color string like #RRGGBB |
Any questions or suggestions?