ISNA match function help
These are all text values, and so you might have space(s) at the end
of them and not know it - if you are looking for an exact match then
you will not get it if one value has an extra space. Apply the TRIM
function to both sets of data to see if this improves things.
Hope this helps.
Pete
On Mar 7, 4:09*pm, Adam wrote:
The formula Fails on those types of Numbers i posted above
M4758375
12-67-8
056-76-23
08-22-456
So what i mean is that these types of numbers are found in both columns, but
the code still comes out as true. *I have tested the code for very simple
inputs such as 1, and 2, and it works fine.
"Adam" wrote:
Ok, i need some help.
I have two columns of data. *For one of the columns, i need to find out if
its contained somewhere, anywhere in the other column. *So how was going to
do it was useing an ISNA, Match function and create a new column called
Missing?, and then drag the code down, if its not contained then it will
output True, if it is there, then it will output False. *This usually works
great. *The only problem im having is that my column contents are kinda
wacky. *Here are some examples
M4758375
12-67-8
056-76-23
08-22-456
So both columns have data like this. *And for some reason, my ISNA code isnt
working. *
Any ideas?
Thanks,
-Adam- Hide quoted text -
- Show quoted text -
|