I've got a basic handle on VLOOKUP but what I am trying to do is a little unconventional due to sheet row limitations within smartsheet.
We have a sheet in which people will fill in a part number, each part number has a part description. What I want to do is automate the part description field. So I want to use a VLOOKUP to reference other sheet to match the part number of the row and fill in the corresponding part description.
My issue starts with the fact that we have other 15,000 parts and part descriptions. So when I imported the data from excel into smartsheet I had to do so in 4 separate sheets due to the 5000 row limit Smartsheet has.
I cant seems to write a functioning VLOOKUP to search the part number field of all 4 sheets no matter how I configure the syntax of the VLOOKUP.
I've read on some documentation https://help.smartsheet.com/articles/2476606-formulas-reference-data-from-other-sheets?_ga=2.267643466.530744127.1534772995-1133749180.1518182414
This makes it seem possible, was hoping for some help.