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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!