Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default Excel Function Query

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 735
Default Excel Function Query

You can use conditional formatting.

Click on cell B1, choose Format from the menu and then choose Conditional
Formatting.

Set condition 1 (left hand drop down) to 'Formula Is' then in the empty box
to the right type in

=AND(A10,B1=0,NOW()-A160)

Set the Format to Patterns 'Blue' press OK

Copy this cell and 'Paste Special - Formats' to all relevant cells in column
B

--

Regards,
Nigel




"Rodney" wrote in message
...
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL & Like Query function in excel George Applegate[_2_] Excel Worksheet Functions 0 November 1st 07 03:55 PM
Microsoft Query rejects "nz" function in Access Query Vaughan Excel Discussion (Misc queries) 0 May 4th 05 05:20 PM
Run Query w/Function from Excel Kev[_4_] Excel Programming 3 December 19th 03 10:12 AM
Run Query w/Function from Excel Kev[_4_] Excel Programming 1 December 18th 03 07:53 PM
Excel Web Query Function Steven Baroni Excel Programming 3 December 8th 03 10:49 PM


All times are GMT +1. The time now is 11:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"