A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Flashing RED before renewal date



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 10:58 AM posted to microsoft.public.excel.misc
vinu
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  
Old April 19th, 2010, 12:52 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
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(),F1TODAY()+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  
Old April 19th, 2010, 01:05 PM posted to microsoft.public.excel.misc
JLatham
external usenet poster
 
Posts: 1,896
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  
Old April 19th, 2010, 05:37 PM posted to microsoft.public.excel.misc
vinu
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
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:31 AM.


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