Computing.Net > Forums > Office Software > chainging cell colours based on date

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

chainging cell colours based on date

Reply to Message Icon

Name: sddonov
Date: May 7, 2009 at 11:14:19 Pacific
OS: Windows XP
Subcategory: Microsoft Office
Comment:

I have a task sheet with a column for start date, end date and status.

Is it possible to change the colour of the cell in the status column based on the date from the end date column?

ie. when today's date matches the date in the end date column, the colour in the status column switches.

any and all help is greatly appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: Mike (by mmcconaghy)
Date: May 7, 2009 at 12:16:19 Pacific
Reply:

Your looking for Conditional Formatting

Start Date is in Cell A1
End Date is in Cell B1
Status is in Cell C1

1st – Select the cell C1

On the Menu Bar:

2nd - Format
3rd - Conditional Formatting
4th – Change “Cell Value is” to “Formula Is”
5th – Enter the formula:

=IF($B$1=TODAY(),TRUE,FALSE)

Sub Menu Format :
6th - Patterns
7th - Choose Green
8th - Press OK
9th - Press OK

If you now enter Todays Date in cell B1
Cell C1 will change color to Green.

Modify to suit your needs.

MIKE

http://www.skeptic.com/


0

Response Number 2
Name: sddonov
Date: May 8, 2009 at 04:32:05 Pacific
Reply:

Tks much for the answer Mike. I was working with conditional forumlas but messed up the IF statement string. Appreciate the help

Cheers

sean


0

Response Number 3
Name: Mike (by mmcconaghy)
Date: May 8, 2009 at 06:15:08 Pacific
Reply:

Glad I could help.

MIKE

http://www.skeptic.com/


0

Response Number 4
Name: sddonov
Date: May 8, 2009 at 06:30:50 Pacific
Reply:

Tks much for the answer Mike. I was working with conditional forumlas but messed up the IF statement string. Appreciate the help

Cheers

sean


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Copy by Vendor to Correct... Compacting Outlook files?



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: chainging cell colours based on date

Sum multiple worksheets based on dates www.computing.net/answers/office/sum-multiple-worksheets-based-on-dates/9316.html

sort seniority based on date www.computing.net/answers/office/sort-seniority-based-on-date/9752.html

Date based on data in another cell www.computing.net/answers/office/date-based-on-data-in-another-cell/9266.html