I know it's possible to do a left lookup, I am currently using this formula on the worksheet:
=VLOOKUP($B4,CHOOSE({1,2},Sheet1!$C$2:$C$65536,Sheet1!$B$2:$B$65536),2,FALSE)
Unfortunately, I cannot use this. This spreadsheet has several userforms to populate my spreadsheet with data. When using...