I have in column B the following formula
IF(F2>8997543,(LEFT(H2,(FIND("/",H2)-1))),(LEFT(H2,(FIND("-",H2)-1))))
This returns a unique reference which I then want to run a vlookup off in column C
=VLOOKUP(B2,lookup!J:K,2,FALSE)
I was going to nest the lookup but even separate I'm getting #NA...