Conditional formatting

ChrisUK

Well-known Member
Joined
Sep 3, 2002
Messages
675
Sometimes excel just baffles me :(

I have a cell (a1) with a date in it, lets say 04/11/13

in the cell at the side I have a formula to ensure I'm not going mad ... =year(a1) the result is 2013

I want to use conditional formatting to fill all cells where the year is 2013 in red.

I typed in the following

=if(year(a1)=2013) and changed the fill attribute to red

If did't work and I've looked at it, pleaded with it, talked nicely to it but nothing I do seems to work. HELP

Thanks in anticipation
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Try it with just

=year(a1)=2013

Or you could do, but it's the same result.

=if(year(a1)=2013,True)
 
Last edited:
Upvote 0
You're welcome, problem was you weren't telling it what to do if it was = 2013, e.g. True
 
Upvote 0

Forum statistics

Threads
1,215,732
Messages
6,126,540
Members
449,316
Latest member
sravya

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