Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() A simple way w/o macros is to create a new column with an "if formula" that does a "vlookup." If the vlookup matches then return "Duplicate" else return "". Then copy/pastespecial (value) the new column and sort the data by the new column in descending order. So for you, insert a column "C" in your "original work database" then in the new column all the way down: =IF(ISERROR(VLOOKUP(B1,[output]output!$S:$S,1,FALSE))=FALSE,"DUP","") -- Ikaabod ------------------------------------------------------------------------ Ikaabod's Profile: http://www.excelforum.com/member.php...o&userid=33371 View this thread: http://www.excelforum.com/showthread...hreadid=535002 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i cross reference two excel spreadsheets? | Excel Worksheet Functions | |||
Need help with match/cross reference two GAINT excel databases!! | Excel Discussion (Misc queries) | |||
Need help find automate way to cross reference two GAINT excel databases!! | Excel Worksheet Functions | |||
How do i cross reference two excel spreadsheets? | Excel Worksheet Functions | |||
How do I find a cross reference value | Excel Discussion (Misc queries) |