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
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!