I'm doing an "Index(Match)" command and my data has an "*" in the actual values. Example Table 1 Col "A" contains *1234, 12345, *1237 and Table 2 Col "A" has *4528, 12345, *1234 with Col "B"" has the return value I need. The formula I would normally use is: =INDEX('TABLE B'!A:B,MATCH('TABLE...