Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need help find automate way to cross reference two GAINT excel databases!!


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
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
How do i cross reference two excel spreadsheets? Paula Excel Worksheet Functions 6 October 2nd 07 05:00 PM
Need help with match/cross reference two GAINT excel databases!! bxc2739 Excel Discussion (Misc queries) 3 April 21st 06 05:13 PM
Need help find automate way to cross reference two GAINT excel databases!! bxc2739 Excel Worksheet Functions 1 April 21st 06 04:59 PM
How do i cross reference two excel spreadsheets? Paula Excel Worksheet Functions 0 March 30th 06 10:27 AM
How do I find a cross reference value Jo Davis Excel Discussion (Misc queries) 2 November 30th 04 12:56 PM


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