Changing colour of cell once multiple other cells contain text
Closed
VanessaR
-
Aug 18, 2016 at 06:13 AM
fdibbins Posts 33 Registration date Sunday June 19, 2016 Status Contributor Last seen November 20, 2016 - Aug 19, 2016 at 10:23 PM
fdibbins Posts 33 Registration date Sunday June 19, 2016 Status Contributor Last seen November 20, 2016 - Aug 19, 2016 at 10:23 PM
Hello,
I would like to indicate in a cell at the beginning of a row whether multiple 'mandatory' cells within the row contain text. Red for incomplete, green for complete
So.. If B2,G2 and K2 contain text, A2 would colour green.
Thanks in advance
I would like to indicate in a cell at the beginning of a row whether multiple 'mandatory' cells within the row contain text. Red for incomplete, green for complete
So.. If B2,G2 and K2 contain text, A2 would colour green.
Thanks in advance
Related:
- Changing colour of cell once multiple other cells contain text
- Crimping colour code - Guide
- How to delete multiple files at once on mac - Guide
- How to rotate multiple pictures at once windows 10 - Guide
- Conditional formatting if cell contains text - Excel Forum
- How to download multiple files from whatsapp web - WhatsApp Forum
1 response
fdibbins
Posts
33
Registration date
Sunday June 19, 2016
Status
Contributor
Last seen
November 20, 2016
1
Aug 19, 2016 at 10:23 PM
Aug 19, 2016 at 10:23 PM
1. highlight the range you want to apply the conditional formatting to
2. on the home tab, styles, select CF
3. select new rule, select use formula
4. enter =and(B2<>"",G2<>"",K2 <>"") format fill GREEN
For the other, you could create a new rule and reverse the rule (="" instead or <>"")
OR you could just regular format all cells to red, and let the CF rule change to green when they are filled in?
2. on the home tab, styles, select CF
3. select new rule, select use formula
4. enter =and(B2<>"",G2<>"",K2 <>"") format fill GREEN
For the other, you could create a new rule and reverse the rule (="" instead or <>"")
OR you could just regular format all cells to red, and let the CF rule change to green when they are filled in?