conditional formatting

rickf2220

New Member
Joined
Mar 20, 2002
Messages
2
question: I have 20 columns of data, in one of the columns I have a row of dates: example: 1/31/02, what i would like to do is compare the date against today, if its less than or equal to todays date I would like the row of data to turn red. Any help would be appreciated.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
On 2002-03-21 09:37, rickf2220 wrote:
question: I have 20 columns of data, in one of the columns I have a row of dates: example: 1/31/02, what i would like to do is compare the date against today, if its less than or equal to todays date I would like the row of data to turn red. Any help would be appreciated.

Lets say that that column where you have dates is C and that your data start start in row 1.

Select all of the cells of your data range.
Activate Format|Conditional Formatting.
Choose Formula Is for Condition 1.
Enter in the formula box:

=$C1<=TODAY()

Activate Format.
Select a color on the Patterns tab.
Click OK, OK.
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,700
Members
448,979
Latest member
DET4492

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