View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default Tricky comparing question


Corben,

You could use conditional formatting. Select the first cell you want
to see if is in your list of criteria (in my example B5). Go to
FormatConditional formatting. Change the Cell value is option to
Formula is. Enter this formula.

=COUNTIF($A:$A,B5)=0

Click on Format, Font and change the text color option to Red. Click
ok and ok. Use the format painter to apply this to all other cells
where you will be pasting in the data. This is where column A is not
one of the columns where you will be pasting the data.

HTH

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=535094