I have a vlookup in Google Sheets that isn't making sense to me.
=MID(A3,search("(",A3,1)+1,6)
returns 263972
=vlookup(263972,$S$3:$X$158,3,0)
returns the expected result
=vlookup(MID(A3,search("(",A3,1)+1,6),$S$3:$X$158,3,0)
returns N/A. (Did not find value '263972' in VLOOKUP evaluation.)
Does anybody know why I can't combine the two formulas? Is this just a downside to using Google?
Thanks for your help!
=MID(A3,search("(",A3,1)+1,6)
returns 263972
=vlookup(263972,$S$3:$X$158,3,0)
returns the expected result
=vlookup(MID(A3,search("(",A3,1)+1,6),$S$3:$X$158,3,0)
returns N/A. (Did not find value '263972' in VLOOKUP evaluation.)
Does anybody know why I can't combine the two formulas? Is this just a downside to using Google?
Thanks for your help!