Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,101
Default If = Change Color

Hi there...

What I´m trying to do its pretty simple, but not to me.

I´m trying to make something like this...
A1 = 12/12/2006
A2 = 12/12/2006

If A1=A2, change the color of the cell to... whatever color I want it.

Is there anyway of doing it? I read everything I could on the internet, but
didn´t find anything that could help me,

Thank´s

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 209
Default If = Change Color

mike wrote:
Hi there...

What I´m trying to do its pretty simple, but not to me.

I´m trying to make something like this...
A1 = 12/12/2006
A2 = 12/12/2006

If A1=A2, change the color of the cell to... whatever color I want it.

Is there anyway of doing it? I read everything I could on the internet, but
didn´t find anything that could help me,

Thank´s

Under Format take a look at conditional formatting. It's pretty straight
forward but if you have more questions please post back.

gls858
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,718
Default If = Change Color

Select your range
Conditional Formatting
Change Cell Value Is to Formula Is
=COUNTIF($A$1:$A$2,$A1)1
Format any color you like

"mike" wrote:

Hi there...

What I´m trying to do its pretty simple, but not to me.

I´m trying to make something like this...
A1 = 12/12/2006
A2 = 12/12/2006

If A1=A2, change the color of the cell to... whatever color I want it.

Is there anyway of doing it? I read everything I could on the internet, but
didn´t find anything that could help me,

Thank´s

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If = Change Color

Try also this sample from my archives which might be a close fit he
http://savefile.com/files/259026
CF color rows for identical successive col A value
(nicely rendered, with CF dialog screen-pic)

Presuming row1 is left empty (data from row2 down), this seems to work ok
Select cols A to C, then apply the cond format formula for condition 1 as:
=AND($A1<"",OR(OFFSET($A1,1,)=$A1,OFFSET($A1,-1,)=$A1))
Format the fill to taste, OK out
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"mike" wrote:
Hi there...

What I´m trying to do its pretty simple, but not to me.

I´m trying to make something like this...
A1 = 12/12/2006
A2 = 12/12/2006

If A1=A2, change the color of the cell to... whatever color I want it.

Is there anyway of doing it? I read everything I could on the internet, but
didn´t find anything that could help me,

Thank´s

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 cell color to red & then green when value change in 2 cel Innswood Excel Discussion (Misc queries) 0 July 24th 06 05:07 AM
in excel, how do i change the fill color? [email protected] Excel Worksheet Functions 1 November 29th 05 06:33 PM
Change cell color dependin on date ... T. Denford Excel Worksheet Functions 4 April 13th 05 01:59 AM
background color of my cell does not change Colorblinded Excel Discussion (Misc queries) 2 March 27th 05 04:55 PM
Allow users to change the color of the comment indicator color so. DanC Excel Discussion (Misc queries) 1 February 25th 05 05:15 PM


All times are GMT +1. The time now is 04:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"