Conditional Formatting: Font color for entire column based on another column
Solved/Closed
Kitkatpdx
Posts
3
Registration date
Tuesday January 12, 2021
Status
Member
Last seen
January 13, 2021
-
Jan 12, 2021 at 09:49 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jan 13, 2021 at 01:04 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jan 13, 2021 at 01:04 PM
Hi!
I would like to format an entire column so that if there is any entry in column B (in the same row) the font in column A will be blue, if there is an entry in column C, the font will be red etc.
I can figure out how to do the formatting one row at a time but I'd like to be able to format the first row and have the same rule in every row without having to manually put it in.
Thanks for your help!
I would like to format an entire column so that if there is any entry in column B (in the same row) the font in column A will be blue, if there is an entry in column C, the font will be red etc.
I can figure out how to do the formatting one row at a time but I'd like to be able to format the first row and have the same rule in every row without having to manually put it in.
Thanks for your help!
Related:
- Conditional formatting excel column based on another column
- How to delete column in word - Guide
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Excel conditional formatting if cell contains specific text - Excel Forum
- How do i auto number a column in excel? ✓ - Excel Forum
- Vba select column by name ✓ - Excel Forum
3 responses
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jan 13, 2021 at 12:33 PM
Jan 13, 2021 at 12:33 PM
KItKatpdx, Good afternoon.
Try to do this one:
Select the range you desire: ex.: A3:A50
Menu --> Conditional Format --> New rule
1) Use a formula to determine which cells to format:
Use the formula: =B3<>""
Format Font color as you want: BLUE -- OK
New rule
2) Use a formula to determine which cells to format:
Use the formula: =C3<>""
Format Font color as you want: RED -- OK
OK
Please, tell us if it worked for you.
I hope it helps.
Try to do this one:
Select the range you desire: ex.: A3:A50
Menu --> Conditional Format --> New rule
1) Use a formula to determine which cells to format:
Use the formula: =B3<>""
Format Font color as you want: BLUE -- OK
New rule
2) Use a formula to determine which cells to format:
Use the formula: =C3<>""
Format Font color as you want: RED -- OK
OK
Please, tell us if it worked for you.
I hope it helps.
Jan 13, 2021 at 12:35 PM