PC Review


Reply
Thread Tools Rate Thread

conditional format help

 
 
hj
Guest
Posts: n/a
 
      1st May 2010
column A is my finished date, column C is my serial #. If I enter the same
serial # within 180 days of my finshed date what formula can I use to turn
cell red?
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      2nd May 2010
=A2<=C2+180

should do it

--

HTH

Bob

"hj" <(E-Mail Removed)> wrote in message
news140B3AF-8D8C-4559-8698-(E-Mail Removed)...
> column A is my finished date, column C is my serial #. If I enter the same
> serial # within 180 days of my finshed date what formula can I use to turn
> cell red?



 
Reply With Quote
 
Tom Hutchins
Guest
Posts: n/a
 
      4th May 2010
Try this....

Select C2. In the conditional formatting dialog, add this formula:
=AND(LEN(A2)>0,LEN(C2)>0,SUMPRODUCT(--(C$1:C1=C2),--(A$1:A1>(A2-180))))
Select the formatting options to fill the cell with red when this formula
returns TRUE, then click OK. Use Format Painter to copy this conditional
formatting to all of column C.

Hope this helps,

Hutch

"hj" wrote:

> column A is my finished date, column C is my serial #. If I enter the same
> serial # within 180 days of my finshed date what formula can I use to turn
> cell red?

 
Reply With Quote
 
JLatham
Guest
Posts: n/a
 
      4th May 2010
I've been waiting over 2 days to try and help, hope this does:
in cell c2 Use Conditional Formatting and "Cell Formula is" and enter
=SUMPRODUCT(--(A$1:A1>A2-180),--(C$1:C1=C2))
you can use the format painter to 'fill' this on up/down that column. I
think it'll do the trick, if not, then Tom Hutchins' solution may be the one.


"hj" wrote:

> column A is my finished date, column C is my serial #. If I enter the same
> serial # within 180 days of my finshed date what formula can I use to turn
> cell red?

 
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
Conditional Format overwrighting previous conditional format davethewelder Microsoft Excel Programming 2 10th Apr 2008 04:01 PM
New Conditional Format Overriding Previous Conditional Format Rene Microsoft Excel Misc 3 27th Feb 2008 06:08 PM
Multiple conditional on conditional format formula Frank Kabel Microsoft Excel Programming 1 27th Jul 2004 06:24 PM
Re: Multiple conditional on conditional format formula Bob Phillips Microsoft Excel Programming 0 27th Jul 2004 05:30 PM
Keep format after paste from other worksheets - conditional format or EnableControl solution doesn't work Microsoft Excel Programming 0 3rd May 2004 12:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:28 AM.