R
rudekid
Am trying to use MATCH function to locate missing or incorrectly spel
country names in a spreadsheet of address data.
Here's the formula:
=IF(ISERROR(MATCH("*"&countries&"*",ImportData!$D1:$Z1,0)),0,1)
Doesn't work and BOY is that annoying cos I don't understand why unles
it has something to do with the size of the array or the amount o
information I'm trying to cross reference again.
I've tried:
re-typing and re-formatting the array, (failure).
tested smaller bits of the array, (failure)
The thing is, I have another array which is larger in row size - 45
lines as opposed to this country array of 250 - and that works fin
having IDENTICAL syntax. The only reason I can think it does work i
that in each field there is only one character.
Incidentally, I can't change the ImportData array as I don't know wher
the country field will be each time.
thanks for assistanc
country names in a spreadsheet of address data.
Here's the formula:
=IF(ISERROR(MATCH("*"&countries&"*",ImportData!$D1:$Z1,0)),0,1)
Doesn't work and BOY is that annoying cos I don't understand why unles
it has something to do with the size of the array or the amount o
information I'm trying to cross reference again.
I've tried:
re-typing and re-formatting the array, (failure).
tested smaller bits of the array, (failure)
The thing is, I have another array which is larger in row size - 45
lines as opposed to this country array of 250 - and that works fin
having IDENTICAL syntax. The only reason I can think it does work i
that in each field there is only one character.
Incidentally, I can't change the ImportData array as I don't know wher
the country field will be each time.
thanks for assistanc