ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Can Excel automatically highlight dates in the next week? (https://www.excelbanter.com/excel-discussion-misc-queries/206582-can-excel-automatically-highlight-dates-next-week.html)

georgiakate1039

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?

Roger Govier[_3_]

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?



Mike H

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?


nastech

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?



All times are GMT +1. The time now is 07:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com