Incorrect Argument Set error when using Vlookup to reference another sheet.
I am using a Vlookup to use a row id in sheet A to lookup the corresponding row id in sheet B and return the value in the status column - the syntax looks correct to me but I am getting an Incorrect Argument Set error.
This is the syntax I am using:
=VLOOKUP([Row ID]@row, {Cutover Tasks Range - Row ID}, 6, false)
Can you tell me what is wrong here?
Thanks
Answers
-
Are all the Columns in the ref right next to each other. This requirement is why i prefer using Index Match
=Index({Status Ref},Match([Row ID]@row,{Row ID Ref},0))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Hello,
Thanks for the info. I have tried the using Index Match as you suggested and am getting an #INVALID REF error on this:
=INDEX({Range - Row ID}, MATCH([Row ID]@row, {Row ID Ref}, 6))
Any ideas
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!