• Thanks

    It is possible to base a Traffic Light indicator comparing values from textboxes?

    For example:

    I have to compare these 2 columns:

    %Realized (the data to this cell is based in an expression - Textbox1)

    %Planned (the data to this cell is based in an expression - Textbox2)

    If Textbox1 > Textbox2 - Green

    If Textbox1 < Textbox2 - Red

    If textBox1 = Textbox2 - Yellow

    Any solution?

    Thanks

    Best Regards