Hi All,
Please can you help me on this.
I have a workbook with Sheet 1 having all the reference data and Sheet 2 have the actual data file. I want to do a index match function on Sheet 1 where A18:A600 is the wild card text search column (searching the Template name from Sheet 2 Column 2).
In Sheet 1 column B18:B600 there are customer numbers.
I am trying to place an Index - Match function in column D18 where the cell will lookup for the wild card search cell A18 and match the customer number cell also B18 to give the Template name (range for the Template name is in Sheet 2 - Column B). The customer number range in Sheet 2 is in column A.
I was able to get the desired Template name by doing Index-match function using the wild search range/column but its giving me an incorrect result with the customer number. I have used the below formula with not much help and its giving me the error #VALUE!
Truly appreciate if somebody can help me on this.
Thanks in advance.
Please can you help me on this.
I have a workbook with Sheet 1 having all the reference data and Sheet 2 have the actual data file. I want to do a index match function on Sheet 1 where A18:A600 is the wild card text search column (searching the Template name from Sheet 2 Column 2).
In Sheet 1 column B18:B600 there are customer numbers.
I am trying to place an Index - Match function in column D18 where the cell will lookup for the wild card search cell A18 and match the customer number cell also B18 to give the Template name (range for the Template name is in Sheet 2 - Column B). The customer number range in Sheet 2 is in column A.
I was able to get the desired Template name by doing Index-match function using the wild search range/column but its giving me an incorrect result with the customer number. I have used the below formula with not much help and its giving me the error #VALUE!
Excel Formula:
=INDEX('Sheet 2'!B:B,MATCH("*"&'Sheet 1'!A18&"*"&'Sheet 1'!B18,'Sheet 2'!B:B&'Sheet 2'!A:A,0))
Truly appreciate if somebody can help me on this.
Thanks in advance.