You can use conditional formatting to format the colors of these two cells based on values.
Conditional Formatting
Open conditional formatting
Select the two cells that will be filled with color, with the value and the result (Good, excellent, etc.)
Open Formatação Condicional
> Nova Regra
> Usar uma fórmula para determinar quais células devem ser formatadas
Format by formula
In the Formatar valores em que esta fórmula é verdadeira
field, enter the range of values in which the formula will fill the color, for example:
- For values between 5 and 6:% with%
- For values between 6 and 7:% with%
- And so on ...
Choose color format
In the field of =E($A$5>=5;$A$5<6)
> click =E($A$5>=6;$A$5<7)
A window will open and the Visualização
tab should be selected. In this tab, choose the fill color for the formula values.
Formatting should look like this:
Tochecktheformattingandedit,gotoFormatar...
>Preenchimento
SelectFormataçãoCondicional
inGerenciarRegras...
,whereformattingshouldlooklikethis:
Statusvalue
Tochangethevalueofthetable,thefollowingformulamustbepopulatedwiththeconditionalvaluesforfacestatus.
EstaPlanilha
Inordertoaddothervalues,simplyinsertMostrarregrasdeformataçãopara:
into=SES(E($A$5>=4;$A$5<5);"QUESTIONÁVEL";E($A$5>=5;$A$5<6);"BOM")
Result