Status

Inserts a simulated LED status light display element into the spreadsheet. The Status cell displays the specified value as a red, yellow, or green LED, with text labels for each color.

Status Inputs

Syntax: Status(Status,Label: Green,Label: Yellow,Label: Red)

Parameter Description

Status

References a cell containing the status Monitor Value. An indicator, known as the Status Color, is displayed, depending on the Monitor Value as follows:

Monitor Value Status Color

< 0

         Red

= 0

         Yellow

> 0

         Green

Label: Green

Specifies the text that will be displayed when Status is greater than zero.

Label: Yellow

Specifies the text that will be displayed when Status is equal to zero.

Label: Red

Specifies the text that will be displayed when Status is less than zero.

For more information, see Displays Functions and Graphics Functions.