I have two worksheets. Each has multiple columns, but the same column A (ID) and Column C (Claim#). The first worksheet has 324 records and the second worksheet has 10,248 records. I want to search for each claim # in sheet1 to see if it exists in sheet2, and, if so, tell me the ID of the second sheet. This is the formula that I used, but I only get the #N/A error in every cell. =VLOOKUP(C2,sheet2!$A$2:$C$10248,3,FALSE)
I know that there are matches, but it doesn't show anything but the error.
Is this formula wrong? Does VLOOKUP search multiple worksheets/workbooks? Should I do this using VBA instead? If so, what code?
Any assistance is appreciated.
Sharron Puryear
__._,_.___
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.
----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA
----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.
----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA
----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com
----------------------------------
.
__,_._,___
Tidak ada komentar:
Posting Komentar