Hi,
I have a list of data that I need to cross reference against some other data. The problem I am facing, is I only have the last 4 characters of what I will be searching. I have tried this:
=VLOOKUP(TEXT(G28,0),RIGHT(currentData.csv!$B:$B,4),1,FALSE)
and I can see it is assessing the last 4 digits by looking at the function arguments, but it is returning an #N/A error. I have confirmed the data is definately in the series I am doing the vlookup on. The data I am searching has 13761 rows if that could be where the issue is happening?
I have a list of data that I need to cross reference against some other data. The problem I am facing, is I only have the last 4 characters of what I will be searching. I have tried this:
=VLOOKUP(TEXT(G28,0),RIGHT(currentData.csv!$B:$B,4),1,FALSE)
and I can see it is assessing the last 4 digits by looking at the function arguments, but it is returning an #N/A error. I have confirmed the data is definately in the series I am doing the vlookup on. The data I am searching has 13761 rows if that could be where the issue is happening?