Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear experts!
I have two worksheets. Given examples below: Excel 1 Column A 00123466799 126565897854 45457878451 45546544782 155467846564 Excel 2 Column A 1234667 65897854 57878451 46544782 67846564 I want to compare both the excels...... and give me result like a "vlookup" function... however, in this case, the columns wont exactly match - but excel 1 "contains" the values of excel 2 in the same order - ignoring prefixes or suffixes |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Sheet2 B1 try the below formula and copy down which will lookup and get
the value from Sheet1 =IF(A1<"",INDEX(Sheet1!A:A,MATCH("*" & A1 & "*",Sheet1!A:A,0)),"") If this post helps click Yes --------------- Jacob Skaria "Fuzzy" wrote: Dear experts! I have two worksheets. Given examples below: Excel 1 Column A 00123466799 126565897854 45457878451 45546544782 155467846564 Excel 2 Column A 1234667 65897854 57878451 46544782 67846564 I want to compare both the excels...... and give me result like a "vlookup" function... however, in this case, the columns wont exactly match - but excel 1 "contains" the values of excel 2 in the same order - ignoring prefixes or suffixes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Changing "returned" values from "0" to "blank" | Excel Worksheet Functions |