Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Group,
I am using Chip Pearon's excellent formula for comparing values in various cols, i.e Col B & Col A and vice versa. It works well but it has become very, very, very slow due to the size of the ranges I'm working with (10,000+) rows. Is there a faster method available (VBA?) to allow me to produce similiar results ? Here is Chip's formula. =IF(INDIRECT(ADDRESS(ROW(),COLUMN(Range2)))="","", IF (COUNTIF(Range1,INDIRECT(ADDRESS(ROW(),COLUMN(Rang e2),4))) =0,INDIRECT(ADDRESS(ROW(),COLUMN(Range2),4)),"")) Ideally I would like to produce the results... if in Col A but not in Col B put in Col C if in Col B but not in Col A put in Col D If duplicates put in Col E I amusing Excel 2000 on pentium 4. Regards Tony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
comparing two columns | Excel Worksheet Functions | |||
Comparing Columns to each other | Excel Discussion (Misc queries) | |||
Comparing two columns of information with 2 new columns of informa | Excel Discussion (Misc queries) | |||
comparing columns | Excel Discussion (Misc queries) | |||
Fastest way to do this? | Excel Programming |