textcolor

Syntax:

Return Cell  textcolor(Color color)

Description:

Sets the text color of the current cell to color.

Examples:

($a1:$a5) = textcolor(aqua)
Before:
AB C
17451
24
3-332
42-7.2
51118
61641
78-3.9
Before:
AB C
17451
24
3-332
42-7.2
51118
61641
78-3.9
($b2) = textcolor(128,255,64)
($a2:$c3) = textcolor(FF00FF)