Search

Set Color to Range

Last Updated: Mar 8, 2023

Articles

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

Syntax

Set Color to Range (range, color)

Parameters

Input Parameter Name Description
range First cell to last cell value separated by : to set the color
color RGB value of the color to be set

Sample

Set Color to Range (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?