I am using VLOOKUP to pull data from one sheet another. I am getting #INVALID REF

THIS IS THE SOURCE TABLE

THIS IS THE TABLE THAT IS BEING UPDATED WITH THE VLOOKUP

This is my formula

=VLOOKUP([Materials Description]@row, {TDO Material Cost Tracking Sheet All Values}, 3, 0)

Best Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    That means the formula does not recognize the cross sheet reference. How exactly did you create it?

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    You will want to follow the steps for creating a valid cross sheet reference.


    Start typing your formula:

    =VLOOKUP([Materials Description]@row, {TDO Material Cost Tracking Sheet All Values}, 3, 0)


    In the small helper box there should be a blue link to "Reference another sheet". Click on that, select the source sheet from the left, then click on the column header that contains the data you are matching on. From there you want to shift+click on the column header that contains the data you want to pull in. Finally you will click on the blue box in the bottom right corner that says "Insert Reference".

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!