=Si la cellule A1 a du texte = B1 devient couleur
jsecours
Posted messages
5
Status
Membre
-
huhh -
huhh -
Bonjour,
Je suis à la recherche d'une formule à double volet :
Dans la même formule :
Si la cellule A1 contient la lettre P = cellule B1 devient bleue OU toujours la cellule A1 contient la lettre D la cellule devient rouge.
Est-ce que quelqu'un peut m'aider ?
Merci
Julie
Je suis à la recherche d'une formule à double volet :
Dans la même formule :
Si la cellule A1 contient la lettre P = cellule B1 devient bleue OU toujours la cellule A1 contient la lettre D la cellule devient rouge.
Est-ce que quelqu'un peut m'aider ?
Merci
Julie
2 answers
Hello,
A formula does not change the color of a cell.
For that, you need to use conditional formatting (CF):
Home / Conditional Formatting / New Rule ...
Apply formatting only to cells that contain
Specific Text / containing / P
Format / Fill / Blue
And add another CF for D red
--
Best regards
Patrice
A formula does not change the color of a cell.
For that, you need to use conditional formatting (CF):
Home / Conditional Formatting / New Rule ...
Apply formatting only to cells that contain
Specific Text / containing / P
Format / Fill / Blue
And add another CF for D red
--
Best regards
Patrice
Formula of the type:
=IF(ISERROR(SEARCH("P",$A1)),FALSE,TRUE)
ftggrfcgr't
wxtjgj(t'v'(t