Issues with Vlookup formula

I was running into some issues with running a live copy column on a new sheet I made, that would continually updates itself with data from a reference master sheet's column.

I started off trying to use the cell link feature; however, it appears that this wouldn't add on any new rows that were added to the master sheet after the cell link was originally initiated.

I have now tried using vlookup formulas to pull this data into the necessary rows on this column but I keep getting a "#unparseable" message when i try to run my formula.

I have included a copy of the reference sheet I am trying to use below and the formula I have been using:

=VLOOKUP([Project Phase]@row, {Small Project Tracking Range Phase}, 1, false)

image.png


Does anyone happen to know why this would be returning "#unparseable" error message?

Additionally does anyone know if this is the best method for creating a column that copies a live version of another column from a different sheet and that also automatically adds new rows to that column that are added onto the master sheet? Happy to look into alternative methods if there is a simpler way to accomplish this.

Thanks in advance for any assistance that can be provided!

Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer βœ“

    Hi @J M

    To expand on @Paul Newcome's correct answer above, I believe you are receiving an error because the first cell you're referencing [in these] with @row is trying to reference a cell in the other sheet.

    The reference [in these] needs to be the value to match in the same sheet as the formula.

    So in the first screen capture on your second post, you have the following column names:

    Task Name / Phase ... etc

    If you're matching the Phase, as in your first formula example, then you need to reference the Phase column in this current sheet:

    =VLOOKUP(Phase@row, {Small Project Tracking Range 1}, 2, false)

    This formula will look for the value in your current Phase column, find it in the first column range of {Small Project Tracking Range 1}, and bring back the value in the second column (Functionality).

    Does that make more sense for how a VLOOKUP works? It requires a value to look up in the other sheet.

    Let me know if we can help further!

    Cheers,

    Genevieve

    Need more information? πŸ‘€ | Help and Learning Center

    こんにけは (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!πŸ‘‹ | Global Discussions

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!