Vlookup for a partial name or display name of a max collect/min collect
Hello,
Can i do a partial vlookup of a name? Specifically, i have an equipment list but the equipment is varied across each project. So instead of matching the entire name, can i do a partial lookup? For example, i want to look up when our latest switchgear is going to arrive. Also, when our latest panelboard is going to arrive? But i just want to search for "switchgear" or "panelboard", not the entire name.
If that is not possible, mabye an alternative method could work. My current formula is able to output my earliest and latest equipment arrival dates. This is helpful, but i'd like to see what the name of the equipment it is that it is selecting.
Thank you!
=MIN(COLLECT({Electrical Equipment Tracker Range 1}, {Electrical Equipment Tracker Range 2}, [Location ID]@row))
Answers
-
You would need to incorporate a CONTAINS function.
{Equipment List}, CONTAINS("Panelboard", @cell)
-
Ahh o, thank ykou. But how do i match back to the location ID?
=VLOOKUP({Electrical Equipments Procurement Tracker Range 1}, CONTAINS("switchboard", @cell), 10, true)
-
Try an INDEX/COLLECT
=INDEX(COLLECT({Range To Pull From}, {Location}, [Location ID]@row, {Equipment List}, CONTAINS("switchboard", @cell)), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!