In the formula I am using below:
=IF(ISNUMBER(LOOKUP(9.99999999999999E+307,SEARCH(b1,INDIRECT("'2011a.xlsx'!"&codes)))),LOOKUP(9.99999999999999E+307,SEARCH(b1,INDIRECT("'2011a.xlsx'!"&codes)),INDIRECT("'2011a.xlsx'!"&prodname)),"")
In column B1, my number I am searching for is between a 4 and 6 digit number.
If I put in 5229, it will still return the information associated with Code 522922.
Is there something I can add to my formula to correct this?
=IF(ISNUMBER(LOOKUP(9.99999999999999E+307,SEARCH(b1,INDIRECT("'2011a.xlsx'!"&codes)))),LOOKUP(9.99999999999999E+307,SEARCH(b1,INDIRECT("'2011a.xlsx'!"&codes)),INDIRECT("'2011a.xlsx'!"&prodname)),"")
In column B1, my number I am searching for is between a 4 and 6 digit number.
If I put in 5229, it will still return the information associated with Code 522922.
Is there something I can add to my formula to correct this?