cellcolor

Syntax:

Return Cell  cellcolor(Color color)

Description:

Sets the cell color of the current cell to color.

Examples:

($a1:$a5) = cellcolor(red)
Before:
AB
13
24
32
4
59
After:
AB
13
24
32
4
59
($b2) = cellcolor(128,255,0)
($a2:$c3) = cellcolor(FF1493)