I have been searching for hours with no luck on fixing this issue. I have a grid that I am using to populate raw data. I would like to combine this data into a more clean grid that I will be able to pull reports from. However, there are blank cells in the raw data grid so it is not pulling the information from where there is data filled in. How can I tell Smartsheet to ignore the blank cells?
This is the formula that I am using:
=VLOOKUP([Quote Number]@row, {Work Breakdown Structure Raw Data - All Cells}, 4, false))
If there is data in the first instance of the column, the formula works fine (see highlighted cell below)
But if there are any blanks before the cell with a value, it comes back #UNPARSEABLE.
Any help is greatly appreciated.