It is possible to create a formula that will change the symbol to represent the HIGHEST level out of the 4 rows?
IF the (HIGHEST) Risk Level for rows 1-4 is "x" THEN action for symbol column
is "low" = blue symbol
is "medium" = green symbol
is "high" = yellow symbol
is "extreme" = red symbol
I currently have a formula to show a RYGB symbol that represents that rows Risk Level, but i want the "Parent" row to show the highest level symbol of the 4 rows.
Example:
Row 2 = Risk Level - LOW
Row 3 = Risk Level - MEDIUM
Row 4 = Risk Level - HIGH
Row 5 = Risk Level - EXTREME
I want Row 1 symbol to show Red Ball Symbol to represent extreme.
If all 4 rows were "Low" then Row 1 symbol will show blue to represent low
Is this possible?