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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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