=isnumber(match(a1,sheet2!b:b,0))
to return True if the value in A1 matches any of the values in column B of
sheet2. It'll return False if there is no match.
No both formulas give out false value i have same numbers in two different
work sheet what i want is it should check if sheet 1 column a10 matches the
same number in sheet 2 at column aa23 basically it should match the number
like
Either there is a difference in the characters that make up those entries. Or
one of the values is text even though it's comprised of all digits.
You can test by picking out the two cells that you know are the same.
Then use:
=a10='sheet2'!aa23
If that's false, then try this in two more empty cells:
=isnumber(a10)
and
=isnumber('sheet2'!aa23
If one of those is true and the other is false, then you can either change the
formula or fix the data.
No both formulas give out false value i have same numbers in two different
work sheet what i want is it should check if sheet 1 column a10 matches the
same number in sheet 2 at column aa23 basically it should match the number
like
i tried both both shows false, i am matching my cell 1 to cell of sheet2
cause i dont know in what cell that number is located in sheet 2 column will
be aa but cell not sure.
Do it manually. Find two cells that match. Then try the comparison formulas.
If you can't find a match manually, why do you think that there is a match?
i tried both both shows false, i am matching my cell 1 to cell of sheet2
cause i dont know in what cell that number is located in sheet 2 column will
be aa but cell not sure.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.