I am trying to find a way to pull info from a string and use that as a lookup_value for VLOOKUP. I cam up with the equation =VLOOKUP(IFERROR(LEFT($C4,FIND("x",$C4,1)-2),"NA"),H4:I20,2,FALSE) however it keeps returning an error. I know the VLOOKUP works and i know the IFERROR works, am i missing...