Hello, I am attempting to replace text using a conditional format in a cell that is using a formula to generate a text string. Here is my formula:
=IF(A1>"",B1&" "&LEFT(C1,2),"")
Basically it combines text from B1 with the number value from the first part of C1 to create results like "Car 01" or "Car 04"
What I want the conditional format to do is replace any cell that says "Car 04" to "Car 01"
I've tried using a formula condition to format where true =D1="CAR 01", then under Format > Number > Custom entering "Car 04", but it isn't changing. Just curious if I'm missing a step. Is the formula result overriding the condition?
=IF(A1>"",B1&" "&LEFT(C1,2),"")
Basically it combines text from B1 with the number value from the first part of C1 to create results like "Car 01" or "Car 04"
What I want the conditional format to do is replace any cell that says "Car 04" to "Car 01"
I've tried using a formula condition to format where true =D1="CAR 01", then under Format > Number > Custom entering "Car 04", but it isn't changing. Just curious if I'm missing a step. Is the formula result overriding the condition?