Iferror(vlookup) not pulling all data from a cell.
I am using the Iferror(vlookup) function to track my teams inspections. Recently, I changed the form to have multiple locations, and since then the iferror(vlookup) is not pulling every locations date from the data set. Picture 1 is an example that pulls the data properly, picture 2 does not pull the data, and picture 3 shows the data set it is pulling from. I have tried switching the match type to false and still no change. I copy pasted the values in the data set sheet to ensure spelling is accurate as well.
Best Answer
-
Try an INDEX/COLLECT/HAS instead.
=INDEX(COLLECT({Date Column}, {Location Column}, HAS(@cell, Location@row)), 1)
Answers
-
Try an INDEX/COLLECT/HAS instead.
=INDEX(COLLECT({Date Column}, {Location Column}, HAS(@cell, Location@row)), 1)
-
That fixed it! Thank you so much, Paul. Had a few syntax issues but got it working perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!