Vlookup not working if data has ( or )

Vlookup not working if data has ( or )

having the following data on A1, A2, and A3:

one

two

three(bug)

and using vlookup(“three(bug)”,A1:A3,1,0) will return #N/A instead of returning “three(bug)”.


How can this bug be fixed?