Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2007

Tip: Looking for answers? Try searching our database.

Excel function query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rodney - 22 Nov 2007 14:49 GMT
Hi everyone,

Somehow i need a formula or something similar which will do the following.
Basically, i have a column (A) of cells with different dates in them (e.g.
11/10/07). I then have another column (B) with some blank cells and some
cells with numerical values in them. What i want to do is make only the blank
cells in column B turn blue if 60 days over the date in Column A passes. For
example, cell A1 contains the following date: 11/07/07 and Cell B1 is blank.
Therefore cell B1 should be blue because 60 days have passed since 11/07/07.

Hopefully someone can help, and that makes sense!

Thanks!
Rod
Pete_UK - 22 Nov 2007 15:57 GMT
Highlight all the cells in that column that you want to cover,
starting with B1, then click on Format | Conditional Formatting. In
the panel that pops up, select Formula Is rather than Cell Value Is in
the first box, and enter this formula in the second box:

=AND(B1="",A1<TODAY()-60)

Then click the Format button, select the Patterns tab and choose your
shade of blue. Click OK twice to exit the dialogue, and you should
have the cells coloured appropriately.

Hope this helps.

Pete

> Hi everyone,
>
[quoted text clipped - 10 lines]
> Thanks!
> Rod
Gord Dibben - 22 Nov 2007 16:02 GMT
I think this does what you want.

Select the range in column B

Format>Conditional Formatting>Formula is

=AND(ISBLANK($B1),($A1<TODAY()-60))

Gord Dibben  MS Excel MVP

>Hi everyone,
>
[quoted text clipped - 10 lines]
>Thanks!
>Rod

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.