Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Can Excel automatically highlight dates in the next week?

I'm using excel 2003. I want to make it easier to see when borrowed items
need to be returned soon. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Can Excel automatically highlight dates in the next week?

Hi

we're a bit light on detail here, but maybe what you want is with Date
borrowed in column A, enter in B1
=IF(A1<"",TODAY()-A1,"")
Format B1 as follows
FormatCellsNumberGeneral
Copy down column B as far as required

Column B will show how many days have elapsed since the item was borrowed.
--
Regards
Roger Govier

"georgiakate1039" wrote in
message ...
I'm using excel 2003. I want to make it easier to see when borrowed items
need to be returned soon. Is this possible?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Can Excel automatically highlight dates in the next week?

Hi,

lets assume we have a return date in A1 and when you get it back you put
something In b1

Select a1 and then

Format|Conditional format
Formula is
=AND(A1<"",B1="",A1-TODAY()<=7)
pick a colour
OK

A1 will now change colour when it is seven day or less to the return date
and stay that way until you book it back in in B1

Use the format painter to paint this into other cells



Mike

"georgiakate1039" wrote:

I'm using excel 2003. I want to make it easier to see when borrowed items
need to be returned soon. Is this possible?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Can Excel automatically highlight dates in the next week?



"Mike H" wrote:

Hi,

lets assume we have a return date in A1 and when you get it back you put
something In b1

Select a1 and then

Format|Conditional format
Formula is
=AND(A1<"",B1="",A1-TODAY()<=7)
pick a colour
OK

A1 will now change colour when it is seven day or less to the return date
and stay that way until you book it back in in B1

Use the format painter to paint this into other cells



Mike

"georgiakate1039" wrote:

I'm using excel 2003. I want to make it easier to see when borrowed items
need to be returned soon. Is this possible?

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
Automatically highlight max and min values in a column in Excel Mahurshi Akilla Excel Discussion (Misc queries) 2 September 4th 07 05:19 AM
In Excel can I automatically highlight the row im working on? JPAP Excel Discussion (Misc queries) 2 September 29th 06 12:53 PM
Can Excel automatically color highlight entire row of cell I'm in Estephanina Excel Discussion (Misc queries) 3 April 27th 06 09:54 PM
automatically highlight cells with expired dates?! cwest123456 Excel Discussion (Misc queries) 2 August 1st 05 06:20 PM
How do I highlight expired dates automatically in excel. adam Excel Discussion (Misc queries) 1 July 31st 05 10:53 PM


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

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

About Us

"It's about Microsoft Excel"