VLOOKUP CROSS SHEET REFERENCE

MY QUESTION:
I am using a vlookup/cross sheet reference to populate when specific criteria are met, such as vendor name and contact number.
=IFERROR(IFERROR((VLOOKUP(Payee@row + [Agrmt No. 1]@row, {MATCHING ACTIVE CONTRACTS Range 6}, 6, false)), (VLOOKUP(Payee@row + [Agrmt No. 2]@row, {MATCHING ACTIVE CONTRACTS Range 6}, 6, false))), "Not Found")
SUGGESTED SOLUTION:
Make sure that your {MATCHING ACTIVE CONTRACTS Range 6} includes all the rows needed for lookup. Better option is to define the range to include entire columns, that is, the [Column 1]:[Column 6] instead of [Column 1]1:[Column 6]20
MY FOLLOW QUESTION:
What would this look like in the formula?
=IFERROR(IFERROR((VLOOKUP(Payee@row + [Agrmt No. 1]@row, {MATCHING ACTIVE CONTRACTS [Column 2]:[Column 6]}, 6, false)), (VLOOKUP(Payee@row + [Agrmt No. 2]@row, {MATCHING ACTIVE CONTRACTS [Column 2]:[Column 6]}, 6, false))), "Not Found")
Answers
-
When setting up your ranges, try clicking on the column headers. This will select the entire column and automatically pick up new rows as they are added to the source data.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!