When I do =RIGHT(DATA!$A$2:$A$1501,1)
I get the value 3. When I do =$B$5
I get the value 3. When I do =RIGHT(DATA!$A$2:$A$1501,1)=$B$5
I get the value FALSE.
How the f%^k can 3 not equal 3. Is this a data type issue? Do I need a cast? If so how?