Hello All, I have a vlookup that works if I am looking up a vendor name from a cell and searching another file to return the vendor owners name, but it does not work if the vendor name as anything else in the cell ie. (formerly ....), i tried to use the left function but then it does not work at all
Lookup vendor file
Vendor Active / Inactive Notes "Primary Renewal Month" Owner
Accuity (formerly
Safe Banking Systems) Inactive 06 - June Mary
=VLOOKUP(LEFT(A4,FIND(" ",A4)-1),'[DSAM Vendor assignments.xlsx]Vendor Assignments'!$A:$E,5,FALSE)
Bookmarks