Excel : Mise en forme conditionnelle selon une autre cellule
Solved
Peu importe
-
Intrus -
Intrus -
Salut! je galère beaucoup en fait sur une fonction que je cherche à réaliser dans excel 2002.
Je vous serais vraiment tres reconnaissant d'acceder à ma requete.voilà j'aimerais appliquer à une cellule un format spécifique (rouge, gras, etc...) en fonction de la valeur (une lettre, pas un nombre) d'une cellule adjacente.
Est-ce qq1 pourrait m'aider à réaliser cet exploit ? (pour moi)
Faut t il utiliser une fct définie ou une macro ?
merci bcp
Je vous serais vraiment tres reconnaissant d'acceder à ma requete.voilà j'aimerais appliquer à une cellule un format spécifique (rouge, gras, etc...) en fonction de la valeur (une lettre, pas un nombre) d'une cellule adjacente.
Est-ce qq1 pourrait m'aider à réaliser cet exploit ? (pour moi)
Faut t il utiliser une fct définie ou une macro ?
merci bcp
2 answers
Hi,
for that you just need to use conditional formatting
select cell B1 for example
from the menu "format - conditional formatting.."
in the drop-down list select "the formula is" and the condition for example =A1="A" then the format you want
this will allow you to give a color to cell B if you've typed an A in cell A1
there you go, that's all
for that you just need to use conditional formatting
select cell B1 for example
from the menu "format - conditional formatting.."
in the drop-down list select "the formula is" and the condition for example =A1="A" then the format you want
this will allow you to give a color to cell B if you've typed an A in cell A1
there you go, that's all
This is the second time I am consulting this question and trying to implement it.
- The first time: it was a complete failure
- today: it started to act randomly! (notably adding " " where I had already placed them..... then after several attempts, it worked.
Your sentence is simple and precise. So it is necessary to insist to succeed.
.
As for me, I wanted several cells following cell A1 to be conditionally formatted. So I added a $ to write $A1, and it worked.