Conditional formating for a column if a cell meets criteria

mgmugica

New Member
Joined
May 20, 2011
Messages
10
Hello All,

I am working in a Gantt chart and I have a critical date of Jun 20th, I need that if the cell in row 6 is equal to jun 20th the whole column will be highlighed in Red, does any one know how to do it?

Thanks
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Conditional Formating can do this.

In Excel 2003, select the cell in row 6,
Format,
Conditional Formating,
Formula is,
Code:
=A$6=date(2011,6,20)
Replace A$6 with whichever cell contains the date.
If your target date can change, and you want to control it by storing it in another cell, replace date(2011,6,20) with the reference for that cell.
Apply a format as required.
Then copy, select the entire column, paste special, formats.

In later versions of Excel I think the menu paths may be slightly different, but the general principle will still apply.
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,626
Members
452,933
Latest member
patv

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