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

Is there a way to use conditional formatting to search two lists of names,
and highlight the differences by only highlighing those with last name
differences. (My spreadsheet contains over 250 names)

Example:
Column A:
Jones, Dave
Smith, Bob
Brown, Sally
White, Mary

Column B:
Jones, Dave V.
Smith, Bob A.
White, Mary

I am looking for a conditional formula that would highlight Mary White in
column A as the only different one between the two lists.

Please help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Conditional Formatting with Partial name search

CF:

=COUNTIF($B$2:$B$4,LEFT($A2,FIND(",",$A2))&"*")=0


"Diane" wrote:

Is there a way to use conditional formatting to search two lists of names,
and highlight the differences by only highlighing those with last name
differences. (My spreadsheet contains over 250 names)

Example:
Column A:
Jones, Dave
Smith, Bob
Brown, Sally
White, Mary

Column B:
Jones, Dave V.
Smith, Bob A.
White, Mary

I am looking for a conditional formula that would highlight Mary White in
column A as the only different one between the two lists.

Please help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 96
Default Conditional Formatting with Partial name search

Thanks so much. It worked with one little change to cover the entire list.
=COUNTIF($B:$B,LEFT($A2,FIND(",",$A2))&"*")=0


"Teethless mama" wrote:

CF:

=COUNTIF($B$2:$B$4,LEFT($A2,FIND(",",$A2))&"*")=0


"Diane" wrote:

Is there a way to use conditional formatting to search two lists of names,
and highlight the differences by only highlighing those with last name
differences. (My spreadsheet contains over 250 names)

Example:
Column A:
Jones, Dave
Smith, Bob
Brown, Sally
White, Mary

Column B:
Jones, Dave V.
Smith, Bob A.
White, Mary

I am looking for a conditional formula that would highlight Mary White in
column A as the only different one between the two lists.

Please help.

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
partial word match for conditional formatting Maureen Excel Worksheet Functions 9 October 24th 08 10:05 PM
Search For A Column Width in Conditional Formatting ml Excel Worksheet Functions 3 October 13th 08 03:53 AM
Conditional formatting with text search Ed Excel Discussion (Misc queries) 7 September 24th 08 05:38 PM
Can I use an OR function with SEARCH in conditional formatting? RAYCV Excel Worksheet Functions 3 September 23rd 08 06:46 PM
Partial string search w/o VBA? MJW[_2_] Excel Discussion (Misc queries) 6 October 22nd 07 08:16 PM


All times are GMT +1. The time now is 12:28 PM.

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"