Thread: [Solved] Index Match function
View Single Post
 
Old 12-03-2014, 12:07 PM
jackzha jackzha is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Dec 2014
Posts: 3
jackzha is on a distinguished road
Default

Quote:
Originally Posted by Pecoflyer View Post
Hi and welcome

I think that is because the question mark is used as wildcard in excel.

Instead of looking for "abc?" try
Code:
=match("abc"&"~?",your_range,0)
( the character before the question mark is a "tilde" or "swung dash")
Thanks for replying! This works fine for one material, but the problem is, we have a ton of different materials, probably hundreds, with this kind of coding convention, and they are all in the same array and it would be very time consuming if not impossible to enter the formula you mentioned for each and everyone of them. Is there a work-around formula that can be applied to the whole array without being specific abo
ut what I need to match?

Thanks!
Reply With Quote