Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Flashing RED before renewal date

Hi,

I have some vehicle data that we update time to time.
The below is an eg from the data

Coolum no Heading Data
C Vehicle License Plate Number TN 07 S 0003
D Vehicle Type Sumo
E Vehicle Year 2008
F Insurance renewal date 31-03-2010


In that we have a renewal date in one column I wanna assign some
automated indication(i.e.with some formulas in condition formatting)
to alert us priory on renewal date...

Thanks in anticipation


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Flashing RED before renewal date

1. Select the cell/Range (column F). Please note that the cell reference F1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting

3. For Condition1Select 'Formula Is' and enter the below formula
=AND(F1=TODAY(),F1<TODAY()+10)

4. Click Format ButtonPattern and select your color (say Red)
5. Hit OK

PS: If you are using XL2007 Goto Home tabStylesConditional
FormattingManage rulesNew ruleUse a formula to determine which cells to
format. Enter the formula in the box below.

Adjust the 10 to suit...The current formula will highlight dates which are
due in 10 days

--
Jacob (MVP - Excel)


"vinu" wrote:

Hi,

I have some vehicle data that we update time to time.
The below is an eg from the data

Coolum no Heading Data
C Vehicle License Plate Number TN 07 S 0003
D Vehicle Type Sumo
E Vehicle Year 2008
F Insurance renewal date 31-03-2010


In that we have a renewal date in one column I wanna assign some
automated indication(i.e.with some formulas in condition formatting)
to alert us priory on renewal date...

Thanks in anticipation


.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Flashing RED before renewal date

Excel doesn't have a built-in 'blink' feature, and most people consider
blinking cells annoying and there are even risks of blinking at some rates
causing seizures in people susceptible to them. But if you just must, then
see this page:
http://www.cpearson.com/excel/BlinkingText.aspx

But you can use Conditional Formatting, and choose 'Formula is" with this
formula for a date cell to highlight the cell when (in this example) then
date is less than 30 days from the current system date (assuming F2 has the
date, and formula is in F2):
=IF(F2-Now())<30
and set the format such as red cell or bold red text. It will remain red
until a date is set that is more than 30 days ahead of current system date is
entered.

You can select all of the cells with dates in them and format at once, just
enter the formula using the address of the first cell in the list. Later on,
you can simply drag/fill the format on down the sheet or use the format
painter.

"vinu" wrote:

Hi,

I have some vehicle data that we update time to time.
The below is an eg from the data

Coolum no Heading Data
C Vehicle License Plate Number TN 07 S 0003
D Vehicle Type Sumo
E Vehicle Year 2008
F Insurance renewal date 31-03-2010


In that we have a renewal date in one column I wanna assign some
automated indication(i.e.with some formulas in condition formatting)
to alert us priory on renewal date...

Thanks in anticipation


.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Flashing RED before renewal date

Hi Jacob/JLatham,

Thanks a ton for the quick help...

Exactly what I requiered from. I take the advice from JLatham on
blinking...

Thanks,
Vinu
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
Hi Blinking/Flashing Text in cell based upon date value EXCEL.SYED Excel Discussion (Misc queries) 1 February 17th 10 10:59 AM
how to get auto next due date for the renewal of some document Farida Excel Discussion (Misc queries) 1 November 17th 09 09:34 AM
Calcualtion of renewal Latha Excel Worksheet Functions 1 September 16th 06 10:15 AM
Calcualtion of renewal Latha Excel Worksheet Functions 0 September 15th 06 09:11 PM
Calcualtion of renewal Latha Excel Worksheet Functions 0 September 15th 06 09:11 PM


All times are GMT +1. The time now is 08:39 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"