Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default formula to change font or cell colour

I'm a bit of a novice at excel and tend to learn better from examples than
reading through instruction. I know you can use condtion format to change
font or cell colour but I don't know how to work out the formula. I have a
simple membership spreadsheet with cell b4 as the start date, cell d4 as the
expiry date which is b4+365. What I want to do is try and get the expiry date
cells to go red 30 days before the due date but still be able to see the due
date. The start date cells are the only cells that will change everytime
membership is renewed, the expiry cells will always be start date+365. I hope
you understand what I am trying to get at. What I am after is a method of
flagging up memberships that are due to expire 30 days before so I can send
out reminders. Please, Please Help, I'm using Office 2003 at home but Office
2000 at work, I normally create my spreadsheets at home and then use them at
work.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default formula to change font or cell colour

Select D4, do formatconditional formattingformula is and use

=D4-30<=TODAY()


click format button and change the fonts to red or the pattern to red

make sure the computer date is correct



--


Regards,


Peo Sjoblom


"Dave" wrote in message
...
I'm a bit of a novice at excel and tend to learn better from examples than
reading through instruction. I know you can use condtion format to change
font or cell colour but I don't know how to work out the formula. I have a
simple membership spreadsheet with cell b4 as the start date, cell d4 as
the
expiry date which is b4+365. What I want to do is try and get the expiry
date
cells to go red 30 days before the due date but still be able to see the
due
date. The start date cells are the only cells that will change everytime
membership is renewed, the expiry cells will always be start date+365. I
hope
you understand what I am trying to get at. What I am after is a method of
flagging up memberships that are due to expire 30 days before so I can
send
out reminders. Please, Please Help, I'm using Office 2003 at home but
Office
2000 at work, I normally create my spreadsheets at home and then use them
at
work.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default formula to change font or cell colour

I don't know if I'm doing something wrong, but this did nothing. All I got
was a blank d4, or if I put in the expiry date and then use the conditional
format and formula below I don't get any changes, if I put the formula B4+365
in D4 then activate the cell and conditional format I get nothing. Eample of
what I'm after:
Member Start Paid Expire
King Kong 10 Dec 06 £30.00 10 Dec 07

As you can see the 10 Dec is within the 30 days from todays date
I need this to change colour 30 days before the expire date to remind me to
send out an rewnewal form.

"Peo Sjoblom" wrote:

Select D4, do formatconditional formattingformula is and use

=D4-30<=TODAY()


click format button and change the fonts to red or the pattern to red

make sure the computer date is correct



--


Regards,


Peo Sjoblom


"Dave" wrote in message
...
I'm a bit of a novice at excel and tend to learn better from examples than
reading through instruction. I know you can use condtion format to change
font or cell colour but I don't know how to work out the formula. I have a
simple membership spreadsheet with cell b4 as the start date, cell d4 as
the
expiry date which is b4+365. What I want to do is try and get the expiry
date
cells to go red 30 days before the due date but still be able to see the
due
date. The start date cells are the only cells that will change everytime
membership is renewed, the expiry cells will always be start date+365. I
hope
you understand what I am trying to get at. What I am after is a method of
flagging up memberships that are due to expire 30 days before so I can
send
out reminders. Please, Please Help, I'm using Office 2003 at home but
Office
2000 at work, I normally create my spreadsheets at home and then use them
at
work.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default formula to change font or cell colour

Follow Peo's instructions, but use this formula next to the Formula Is
dialogue box:

=D4=TODAY()-30

You can use the Format Painter to copy the format down to other cells
in the column.

Hope this helps.

On Nov 25, 6:55 pm, Dave wrote:
I don't know if I'm doing something wrong, but this did nothing. All I got
was a blank d4, or if I put in the expiry date and then use the conditional
format and formula below I don't get any changes, if I put the formula B4+365
in D4 then activate the cell and conditional format I get nothing. Eample of
what I'm after:
Member Start Paid Expire
King Kong 10 Dec 06 30.00 10 Dec 07

As you can see the 10 Dec is within the 30 days from todays date
I need this to change colour 30 days before the expire date to remind me to
send out an rewnewal form.



"Peo Sjoblom" wrote:
Select D4, do formatconditional formattingformula is and use


=D4-30<=TODAY()


click format button and change the fonts to red or the pattern to red


make sure the computer date is correct


--


Regards,


Peo Sjoblom


"Dave" wrote in message
...
I'm a bit of a novice at excel and tend to learn better from examples than
reading through instruction. I know you can use condtion format to change
font or cell colour but I don't know how to work out the formula. I have a
simple membership spreadsheet with cell b4 as the start date, cell d4 as
the
expiry date which is b4+365. What I want to do is try and get the expiry
date
cells to go red 30 days before the due date but still be able to see the
due
date. The start date cells are the only cells that will change everytime
membership is renewed, the expiry cells will always be start date+365. I
hope
you understand what I am trying to get at. What I am after is a method of
flagging up memberships that are due to expire 30 days before so I can
send
out reminders. Please, Please Help, I'm using Office 2003 at home but
Office
2000 at work, I normally create my spreadsheets at home and then use them
at
work.- Hide quoted text -


- Show quoted text -


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
Change font colour Min Excel Discussion (Misc queries) 9 February 18th 10 01:50 AM
Change font colour Stefi Excel Discussion (Misc queries) 1 March 28th 07 01:54 AM
Change font colour [email protected] Excel Discussion (Misc queries) 3 December 23rd 06 07:07 PM
Change Font Colour Automatic When Formula Match stevembe Excel Discussion (Misc queries) 3 October 3rd 05 11:45 AM
font colour change within a IF formula - Help!! Andyp Excel Worksheet Functions 2 August 25th 05 01:17 PM


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