Need to remove random special characters from A column by formula and also lookup only by consisting special character from A column to D column. Please find the attached file.
I want a lookup formula which will lookup only numbers match from A column.
In A column data are merged with special characters. Look up values will be D and table array will be A. Hope this is clear now.
The ROW($1:$10) is the length of the string, if you are working with strings longer than 10 simply change the 10 in ROW($1:$10) to what ever length you prefer.