Vlookup formula issue
Hi there-
I had a formula entered into my worksheet that would auto-assign a colleague to order requests based on what groups they did ordering for. Somehow the formula was augmented so that it no longer worked. (i.e., I don't know what happened! I'm still learning.) I have the corresponding columns in the primary worksheet linking to a secondary worksheet that lists the different groups who place orders, the colleague assigned to that group, and the colleague's email address. What I having a hard time with is getting the formula right again. Below I have copied an approximation of the formula I had before but I know I am missing something. It keeps coming back #unparseable.
=VLOOKUP([Lab Name]@row, {Lab Assignments Range 2}, 2)
TIA!
Answers
-
Try an INDEX/MATCH instead.
=INDEX({Email Address Column}, MATCH([Lab Name]@row, {Lab Name Column}, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!