I am attempting to run the Match Function using data from different sources, and the Match will not work unless the “full_road_name Data” is copied and pasted from one sheet to the other.
I have 3 sheets in a workbook and do a match across Sheets 1 and 2, and Sheets 2 and 3
If I Copy and Paste Data from Sheet 1 or Sheet 3 into Sheet 2 in the “full_road_name” column, the match works.
If I type it in or Copy and Paste Data from another spreadsheet, the Match does not work.
I have attached a sample of my work
On the Mailman Route Sheet,
cell A2 was copied and pasted from the Delivery Adress Sheet
cell A3 was typed
Cell A4 was copied and pasted from a completely different workbook
With Cells A2 and A3 I do no further formatting but A4 needed to change font point size and was centered in the cell.
If you look at the leading edge of the 1st letters in the 3 different cells, they do not line.
I am using the following match formula on the
Delivery Adress sheet
=MATCH(B2&A2,$‘Mailman’‘s Route’.A$1:A$552&$‘Mailman’‘s Route’.B$1:B$552,0)
and
On nz-adresses I am using
=MATCH(B2&A2,$‘Mailman’‘s Route’.A$1:A$552&$‘Mailman’‘s Route’.B$1:B$552,0)
Can someone help me get the formatting right or give me a different formula that will take these differences in letters into account?
test file.xlsx (7.1 KB)
Thank you for your help with this
Stuart