match aproximates

slochin

Board Regular
Joined
Dec 1, 2015
Messages
70
Hello,
I have a formula which has index match combination and it is working ok.There is one problem in that the data sometimes is not exactly the same.
For example it is mainly to do with the placement of the full stop. One data source the full stop is placed with a space after the number.e,g. 2. red.The one I am usually trying to match with often has the number placed directly after the number.e.g. 2.red.
This data varies and sometimes the full stop is placed after the number as in the first instance.I have read that there is an approximate match commande but I am not sure if this would work in this case.
Hopiing someone may be able to advise please.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
If it's just the possible extra space that you need to get rid of try using the SUBSTITUTE-function twice in your MATCH:

MATCH(SUBSTITUTE(YourLookUpValue," ",""),SUBSTITUTE(YourLookUpRange," ",""),0)

Enter with CTRL + SHIFT + ENTER instead of just ENTER.
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,580
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top