PC Review


Reply
Thread Tools Rate Thread

Can you use formulas in conditional formatting or do I think diff.

 
 
=?Utf-8?B?S2VuUmFtb3NrYQ==?=
Guest
Posts: n/a
 
      28th Jul 2006
I have a spreadsheet with names and dates. They want a date to turn
color or do something when the date hits 3 years old. So if I did something
on 1.1.04 they want it to indicate expired when 1.1.07 hits.
Any suggestions would be greatly appreciated.
Thanks!!!!
 
Reply With Quote
 
 
 
 
Member
Join Date: Nov 2004
Posts: 67
 
      28th Jul 2006
One way would be to put today's date, =today(), in a cell of your choice.
insert a column (assuming you have your data in columns) where you substract your date from today's date (set cell format to general to see the value in days)
then do a conditional formatting of your date column column to change color when the difference in dates exceeds target value in days.
 
Reply With Quote
 
willwonka
Guest
Posts: n/a
 
      28th Jul 2006
Sure... Using Conditional Formatting, assuming date is in A1:

Format... Conditional Formatting...
Hit Drop down to say Formula is
=if(now()-a1>1095,1,0)
Click on Format to change to desired result.
That should do it.



KenRamoska wrote:
> I have a spreadsheet with names and dates. They want a date to turn
> color or do something when the date hits 3 years old. So if I did something
> on 1.1.04 they want it to indicate expired when 1.1.07 hits.
> Any suggestions would be greatly appreciated.
> Thanks!!!!


 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      28th Jul 2006
There could be a leap year within that 3-year span (generally), so
maybe better to make it:

=if(now()-a1>1096,1,0)

Hope this helps.

Pete

willwonka wrote:
> Sure... Using Conditional Formatting, assuming date is in A1:
>
> Format... Conditional Formatting...
> Hit Drop down to say Formula is
> =if(now()-a1>1095,1,0)
> Click on Format to change to desired result.
> That should do it.
>
>
>
> KenRamoska wrote:
> > I have a spreadsheet with names and dates. They want a date to turn
> > color or do something when the date hits 3 years old. So if I did something
> > on 1.1.04 they want it to indicate expired when 1.1.07 hits.
> > Any suggestions would be greatly appreciated.
> > Thanks!!!!


 
Reply With Quote
 
=?Utf-8?B?S2VuUmFtb3NrYQ==?=
Guest
Posts: n/a
 
      28th Jul 2006
AWESOME!!!!!!!!!!!!!!

"willwonka" wrote:

> Sure... Using Conditional Formatting, assuming date is in A1:
>
> Format... Conditional Formatting...
> Hit Drop down to say Formula is
> =if(now()-a1>1095,1,0)
> Click on Format to change to desired result.
> That should do it.
>
>
>
> KenRamoska wrote:
> > I have a spreadsheet with names and dates. They want a date to turn
> > color or do something when the date hits 3 years old. So if I did something
> > on 1.1.04 they want it to indicate expired when 1.1.07 hits.
> > Any suggestions would be greatly appreciated.
> > Thanks!!!!

>
>

 
Reply With Quote
 
=?Utf-8?B?Q0xS?=
Guest
Posts: n/a
 
      28th Jul 2006
........ alternative method is to create a RangeName given a value of
=EDATE(TODAY(),-36)

........then do a CF of "CellValueIs", "less than or equal to",
=YourRangeName

Vaya con Dios,
Chuck, CABGx3


"KenRamoska" wrote:

> I have a spreadsheet with names and dates. They want a date to turn
> color or do something when the date hits 3 years old. So if I did something
> on 1.1.04 they want it to indicate expired when 1.1.07 hits.
> Any suggestions would be greatly appreciated.
> Thanks!!!!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If using =MOD(ROW(),2)=0 conditional formatting and want diff fill tjsmags Microsoft Excel Misc 1 23rd Sep 2009 10:02 PM
formulas in conditional formatting Alaa Masry Microsoft Excel Worksheet Functions 2 13th Dec 2008 12:25 AM
formulas for conditional formatting =?Utf-8?B?TWFsaXlhOQ==?= Microsoft Excel Programming 5 21st Jan 2007 06:22 PM
Conditional formatting / formulas Julie Microsoft Excel Misc 1 29th Jul 2004 02:11 PM
Conditional formatting formulas Mike Harris Microsoft Excel Misc 2 24th Feb 2004 09:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:36 AM.