I cannot figure this out. I have a LARGE spreadsheet with blanks and some junk in it. But if it has an account number I need it to pull over the value. The Account numbers are in the spreadsheet like this:
'1010-01 So they are text and I am trying to come up with a formula that if is has this account number then put a value. I came up with this Formula but some of the text I am searching in has "-" so I want it to be more specific. But I tried to use "0000-00", ####-## and neither of these worked. I am at a loss... Please help!
=IF(ISNUMBER(SEARCH("-",E11)),VLOOKUP(E11,Sheet1!A:E,4,FALSE),"")
Bookmarks