Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default Conditional Formatting Assistance

Hello,

I have a spreadsheet that contains multiple columns containing text. I
would like to highlight the unique values that exist in all other columns
when compared to the values of column B.

Any assistance in accomplishing this would be greatly appreciated.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default Conditional Formatting Assistance

I want to understand this better before I help.

You have lots of columns of text. The text in column B is your reference
for the other columns of text.

So if I;
1. looked at the text in cell C1 and
2. compared it to all of the text in column B and
3. there was NOT a match, then I would
4. highlight cell C1 and
5. move on to cell C2

This process would repeat for all cells that have text but do not belong to
column B.

Is this correct?


Dennis




"wendy" wrote in message
...
Hello,

I have a spreadsheet that contains multiple columns containing text. I
would like to highlight the unique values that exist in all other columns
when compared to the values of column B.

Any assistance in accomplishing this would be greatly appreciated.

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Conditional Formatting Assistance

Select all the columns from Column C to the last column you want to have
this functionality (doing this should leave C1 as the active cell) and then
try this Condition Formatting formula on them...

=AND(C1<"",NOT(ISNUMBER(MATCH(C1,$B:$B,0))))

--
Rick (MVP - Excel)



"wendy" wrote in message
...
Hello,

I have a spreadsheet that contains multiple columns containing text. I
would like to highlight the unique values that exist in all other columns
when compared to the values of column B.

Any assistance in accomplishing this would be greatly appreciated.

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 834
Default Conditional Formatting Assistance

Select all the cells to check, starting with C2, and add CF with a formula
of

=$B2<C2

then set the highlight formatting.

--

HTH

Bob

"wendy" wrote in message
...
Hello,

I have a spreadsheet that contains multiple columns containing text. I
would like to highlight the unique values that exist in all other columns
when compared to the values of column B.

Any assistance in accomplishing this would be greatly appreciated.

Thanks



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Conditional Formatting Assistance

Just so you know, your original description was not entirely clear as to
what you were looking for. Bob gave you an answer assuming you were looking
to compare values in a row with the contents of the cell for that row in
Column B whereas I assumed you wanted to check each cell against all the
values in Column B (no matter what row). Probably one of our solutions is
the one you are looking for; but we can't say for sure given the terse
description you provided in your original posting.

Anyway, just to follow up on my solution... I assumed your data started in
Row 1 whereas Bob assumed Row 1 was used for headers and that your data
started in Row 2. If, in fact, your data starts in Row 2, then select all
the cells starting with C2 up to a cell including the last column you want
to check down to a row that is larger than the maximum number of rows you
ever expect to fill data into (I'm assuming that is M1000 for this example)
and use this formula instead of the one I posted earlier...

=AND(C2<"",NOT(ISNUMBER(MATCH(C2,B:B,0))))

--
Rick (MVP - Excel)



"Rick Rothstein" wrote in message
...
Select all the columns from Column C to the last column you want to have
this functionality (doing this should leave C1 as the active cell) and
then try this Condition Formatting formula on them...

=AND(C1<"",NOT(ISNUMBER(MATCH(C1,$B:$B,0))))

--
Rick (MVP - Excel)



"wendy" wrote in message
...
Hello,

I have a spreadsheet that contains multiple columns containing text. I
would like to highlight the unique values that exist in all other columns
when compared to the values of column B.

Any assistance in accomplishing this would be greatly appreciated.

Thanks


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
Looking for assistance for an unusual conditional formatting probl John C. Excel Discussion (Misc queries) 2 November 9th 09 10:07 AM
Formatting Assistance Randy Excel Discussion (Misc queries) 2 February 6th 09 08:13 AM
Conditional Formatting - further assistance required Aaron Hodson \(Coversure\) Excel Worksheet Functions 2 October 8th 07 01:16 PM
Conditional Formatting Assistance JimMay Excel Discussion (Misc queries) 4 May 13th 06 06:46 PM
Conditional format assistance Bobby Excel Discussion (Misc queries) 5 April 8th 05 02:07 PM


All times are GMT +1. The time now is 10:59 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"