Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lori
 
Posts: n/a
Default Date Passed Notification

I would like to create a formula that looks at a cell's date, compares it
with a different cell's date. If the different cell has a date prior to the
other cell's date, the text turns red. Is there some way to do that? Perhaps
an If Statement? Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default Date Passed Notification


If you have a date in A1 and want to colour it if it's later (greater)
than a date in B1

select A1
use Format Cells Conditional formatting
formula is
=A1B1
apply red pattern

this will also colour A1 if it has a date and B1 is blank, to avoid
that use

=(A1B1)*(B1<"")


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=503113

  #3   Report Post  
Posted to microsoft.public.excel.misc
Lori
 
Posts: n/a
Default Date Passed Notification

Thank you, That worked like a dream! :)

"daddylonglegs" wrote:


If you have a date in A1 and want to colour it if it's later (greater)
than a date in B1

select A1
use Format Cells Conditional formatting
formula is
=A1B1
apply red pattern

this will also colour A1 if it has a date and B1 is blank, to avoid
that use

=(A1B1)*(B1<"")


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=503113


  #4   Report Post  
Posted to microsoft.public.excel.misc
DavidOrtiz
 
Posts: n/a
Default Date Passed Notification


Is there a way to have the dates that were in red on several sheets (in
this case one sheet in the excel file) go to a pop up stating the dates
and sheet or a seperate sheet?


--
DavidOrtiz
------------------------------------------------------------------------
DavidOrtiz's Profile: http://www.excelforum.com/member.php...o&userid=33416
View this thread: http://www.excelforum.com/showthread...hreadid=503113

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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
Can a date be used for conditional formatting? Stevie P Excel Worksheet Functions 2 September 27th 05 09:42 PM
Date Math Problem Dkline Excel Worksheet Functions 4 March 4th 05 04:11 PM
date and time ladimples247 New Users to Excel 2 February 16th 05 08:52 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


All times are GMT +1. The time now is 01:51 AM.

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"