If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Formating

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-19-04, 14:40
allmad allmad is offline
Registered User
 
Join Date: Mar 2004
Posts: 13
Formating

Can you format a cell so that if a persons name apears in a column and is put in again that cell goes red
Reply With Quote
  #2 (permalink)  
Old 03-19-04, 15:46
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Welcome to the Board!

Are you trying to prevent duplicate entries? If so, this may be of interest: http://support.microsoft.com/default...&Product=xlw2K

If duplicates are ok, but you just want them highlighted, select your data range and Goto Format-->Conditional Formatting-->Formula Is-->=COUNTIF($A$1:$A$33,A1)>1 Then select the Patterns Tab-->Red.

Where A1:A33 represents your range of data.

Hope that helps,

Smitty
Reply With Quote
  #3 (permalink)  
Old 03-20-04, 01:14
allmad allmad is offline
Registered User
 
Join Date: Mar 2004
Posts: 13
What you have described is what I am after.

The ranges are from A1:A204

I have done what you have discribed but it doesnt highlight them.

This if the formula I am using


=COUNTIF($A$1:$A$204,A1)>1

Then Choose the colour to highlight if the same.

I am trying to highlight peoples names if they are duplicated.

I thank you for your help

Mark
Reply With Quote
  #4 (permalink)  
Old 03-20-04, 01:29
allmad allmad is offline
Registered User
 
Join Date: Mar 2004
Posts: 13
Take no notice .........its working now

went back into the formula and it had put its self

=COUNTIF($A$1:$A$204,A123231)>1

so i changed it again

thanks for your halp again

Mark
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On