Nia Phillips
New Member
- Joined
- Oct 30, 2024
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
I have a row of columns and when I choose a Fast Track, from a drop down, I would like row C, D and F to change to a colour so I know to fill them in
=$A1="Fast Track"
These are the only options I have for conditional formatting.I have a row of columns and when I choose a Fast Track, from a drop down, I would like row C, D and F to change to a colour so I know to fill them in
After selecting your cells in, say, column C (not row as rows run across the worksheet) from that list choose New Rule .. and then what Joe suggested.These are the only options I have for conditional formatting.
Thank you. I have managed to do some of it. Is there a way to stop the row F1 changing colour? So it starts from F2 down? I have tried changing F1 to F2, but then the highlighted columns jump a line, if that makes sense. Photo is attached. Also, if I want the column to change colour from multiple drop down's such as Fast Track, FNC, CHC, how do I do this? I have tried adding a comma but it doesn't allow the formula to work.After selecting your cells in, say, column C (not row as rows run across the worksheet) from that list choose New Rule .. and then what Joe suggested.
View attachment 119130
Thank you. I have managed to do some of it. Is there a way to stop the row F1 changing colour? So it starts from F2 down? I have tried changing F1 to F2, but then the highlighted columns jump a line, if that makes sense. Photo is attached. Also, if I want the column to change colour from multiple drop down's such as Fast Track, FNC, CHC, how do I do this? I have tried adding a comma but it doesn't allow the formula to work.
Let's deal with that first.if I want the column to change colour from multiple drop down's such as Fast Track, FNC, CHC, how do I do this?
Once the above is in placeIs there a way to stop the row F1 changing colour?
Thank you. That's now working. Is there a way that once the columns are filled in with text, for example column L, it has a date date or any text in there, that the colour can be reomved?Let's deal with that first.
Select column L again
Conditional Formatting -> Manage Rules..
Select the existing rule then choose Edit Rule ..
Change the formula to this (add more values if required)
=SEARCH("|"&F1&"|","|FNC|CHC|Fast Track|")
Once the above is in place
Select cell L1 only
Conditional formatting -> Clear Rules -> Clear Rules from Selected Cells
SureIs there a way that once the columns are filled in with text, for example column L, it has a date date or any text in there, that the colour can be reomved?
That's brilliant! Thanks so much for all your helpSure
- Select cell l2
- Conditional Formatting -> manage rules ..
- Click on the rule and choose 'Edit Rule ..'
- Paste this formula over the top of the existing one =AND(L2="",SEARCH("|"&F2&"|","|FNC|CHC|Fast Track|"))
- Click OK -> Apply -> OK