Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Multiple Vlookups from Different sheets

Hello everyone

im trying to do multiple vlookups from different sheets, but im having #unparseable as an output.

=IFERROR(VLOOKUP([HELPER 1]1, {LIR-whse1 Range 2}, 22, false),iferror(VLOOKUP([HELPER 1]1), {LIR-whse2 Range 3}, 22, false),"no match"))

sheet1: {LIR-whse1 Range 2}

sheet2: {LIR-whse2 Range 3}


thank you

Answers

  • ✭✭✭✭✭

    Hi Archie,


    There's an ")" after [HELPER 1]1 in your second VLOOKUP. That's where the problem comes from. Remove it and it should work fine :)

    It should be this:

    =IFERROR(VLOOKUP([HELPER 1]1, {LIR-whse1 Range 2}, 22, false),iferror(VLOOKUP([HELPER 1]1, {LIR-whse2 Range 3}, 22, false),"no match"))

    Have a nice day.

  • ✭✭✭✭✭

    thank You David.

    I used your suggestion but the outcome was "No Match" on all my fields.

    thanks

  • ✭✭✭✭✭✭

    Hi @Archie Villa

    Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)

    I hope that helps!

    Be safe and have a fantastic weekend!

    Best,

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions