Conditional Formating Questions

tobor

Board Regular
Joined
Apr 7, 2008
Messages
75
Can anyone tell me how to make cell A1 change color based on the answer in cell C1? For example if cell C1 is "Yes" I would like the font in A1 and C1 to turn blue.

Thank you in advance!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try like this: select columns A and C and apply the CF formula shown

Excel Workbook
ABC
1A1Yes
2A2No
Sheet4
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =$C1="Yes"Abc
C11. / Formula is =$C1="Yes"Abc
 
Upvote 0
Can anyone tell me how to make cell A1 change color based on the answer in cell C1? For example if cell C1 is "Yes" I would like the font in A1 and C1 to turn blue.

Thank you in advance!
What version of Excel are you using?
 
Upvote 0
I am using Excel 2007
Try this...

• Select cells A1 and C1
• Goto the Home tab>Styles>Conditional Formatting>Manage rules>New rule>
• Use a formula to determine which cells to format
• Enter this formula in the box below:
• =$C$1="yes"
• Click the Format button
• Select the Font tab
• From the Color drop down select a shade of BLUE
• OK out
 
Upvote 0
Biff,

Thank you if you are still out there. My question is not how do I apply that to a range of cells. I tried =$A$1:$A$15="Yes" but it only works in A1. Any insight as to what I'm doing wrong?

Thanks in advance
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,259
Members
452,901
Latest member
LisaGo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top