K
Karl
The range that Match() is searching on includes both "5B" and "5b".
The Match() function is returning the row that "5B" is in when the value
"5b" is being passed to it.
Here's how it's coded:
=MATCH("5b",Deals!$A$1:$A$2897,0)
any ideas?
Interestingly enought, the values "4B" and "4b" don't cause any problems.
TIA.
The Match() function is returning the row that "5B" is in when the value
"5b" is being passed to it.
Here's how it's coded:
=MATCH("5b",Deals!$A$1:$A$2897,0)
any ideas?
Interestingly enought, the values "4B" and "4b" don't cause any problems.
TIA.