Search

Set Range Color

Last Updated: Dec 1, 2020

Articles

Use this function to apply the color of the specified RGB value to the specified range of cells.

Syntax

Set Range Color (range, color)

Parameters

Input Parameter Name Description
range Two cell values (first cell and last cell) separated by ‘:’ to set the color
color RGB value of the color to be set

Sample

Set Range Color (C3:F8, (0, 128, 0) )

  • Applies the color with the RGB value (0, 128, 0) to the range from ‘C3’ to ‘F8’.

To view all the Excel functions, click here.

Did you find what you were looking for?