Help with Collect / Match / Vlookup formula
Working on a collection of sheets that I use between the different staffing agencies that service my operation. My Sr. Ops manager publishes a sheet (with the green shaded cells in the attachments below) with the labor order (by agency) each day for up to a week at a time. I am wanting to have the agency specific sheet (blue shaded cells in the attachments below) reference this master order sheet and look at the date and shift (am/pm) to return the ordered value by position code. Initially thought maybe a vlookup, but that doesn't allow me to pull in different values for the same day depending on AM or PM shift. I think a Collect formula is the way to go, just haven't been able to find a way to write this.
Comments
-
Try using a JOIN/COLLECT instead. If you are able to specify criteria so that only one row would be pulled, it would produce the desired results.
Something along the lines of...
=JOIN(COLLECT({Associates Ordered}, {Shift Date}, [Shift Date]@row, {Shift}, Shift@row, {Agency}, "Lyneer"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 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!