Forum Discussion

Beth ten Have's avatar
Beth ten Have
Copper Contributor
May 12, 2020
Solved

Add Cell Fill Colour Based on Hex or RGB

Is it possible to fill a cell with a colour based on either the hex code or the RGB values of that colour (they would be in neighbouring cells in the same row) without using VBA?
  • CVWISMO's avatar
    Aug 02, 2023

    Beth ten Have I just figured out a solution here for those still scratching their heads.

     

    Make a table with:

    • Column A: Insert your hex codes and name the column "HEX"
    • Column B: Name this column "LINK" and use formula:
    • Column C: Use formula {=image(@[LINK])}

    voila

     

Resources