My VLookUp doesn't return all the values while I know that my look up value exists in both sheet.
I use code(cell) to get the number of the invisible character
It gave me values: such as: 53, 143 and so on
I used the top values in substitute function to remove unwanted characters,
=Substitute(substitute(text, char(143),""),"","")
Then my VLookUp returned values.
however, I did the same thing today and I received a bunch of values but not all the values returned to me, still I received a lot of #N/A while I am certain that my LookUp Values are in both list.
How can i fix this problem?
My values are:
Sheet 1: Sheet2:
MM100098 MM100098
000456 000456
RR34567 RR34567
Regards,
GGGGG
I use code(cell) to get the number of the invisible character
It gave me values: such as: 53, 143 and so on
I used the top values in substitute function to remove unwanted characters,
=Substitute(substitute(text, char(143),""),"","")
Then my VLookUp returned values.
however, I did the same thing today and I received a bunch of values but not all the values returned to me, still I received a lot of #N/A while I am certain that my LookUp Values are in both list.
How can i fix this problem?
My values are:
Sheet 1: Sheet2:
MM100098 MM100098
000456 000456
RR34567 RR34567
Regards,
GGGGG