Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default Non-matching cells

COL A has 800,000 cells
COL B has 750,000 cells

How do I find the cells in COL B that do NOT match the cells in COL A?






  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Non-matching cells

On May 6, 2:39*am, gcotterl wrote:
COL A has 800,000 cells
COL B has 750,000 cells

How do I find the cells in COL B that do NOT match the cells in COL A?



It is better to use conditional format:
In the Cf dialog choose "formula is" and insert the formula

=ISNA(VLOOKUP(Cell1OfColB,ColARange,1,0))

and choose any pattern that will help you highlight the non matching
cells.

What do you mean by "find" I thought highlight it may be also doing
other things if possible specify.

Or if you want further analysis you can use pivot tables also.But the
process is a bit deep.If you give me exact address of cells ,sheet
name,filename i can give the code.
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
display a range of cells editible cells based on matching date Miki Excel Worksheet Functions 0 October 10th 07 03:27 PM
Matching cells gary Excel Programming 4 October 8th 07 10:47 PM
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side [email protected] Excel Discussion (Misc queries) 2 June 11th 07 02:38 PM
Matching two cells bLOBBY Excel Worksheet Functions 3 October 2nd 06 02:01 PM
Matching cells [email protected] Excel Discussion (Misc queries) 0 July 1st 05 02:43 PM


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