Index/Collect returning #INCORRECT ARGUMENT SET

Hello, Community!
- I'm trying to bring in the value of the Available? column from the Availability sheet into the same named column on the Schedule sheet where: (1) Rescheduled on Schedule sheet matches Team Member on Availability sheet and (2) Start on Schedule sheet matches Date on Availability Sheet.
- My current syntax (returning the #INCORRECT ARGUMENT SET error): =INDEX(COLLECT({Available}, Rescheduled@row, {Who}, Start@row, {When}), 1)
Any thoughts?
Best Answers
-
I think you may have your criteria's in the wrong order? instead of:
=INDEX(COLLECT({Available},Β Rescheduled@row, {Who},Β Start@row, {When}), 1)
Try:
=INDEX(COLLECT({Available},Β {Who},Β Rescheduled@row, {When}, Start@row ), 1)
Did that work?
Hope that helps,
Thanks Paul
-
Thanks, @Paul McGuinness!
Answers
-
I think you may have your criteria's in the wrong order? instead of:
=INDEX(COLLECT({Available},Β Rescheduled@row, {Who},Β Start@row, {When}), 1)
Try:
=INDEX(COLLECT({Available},Β {Who},Β Rescheduled@row, {When}, Start@row ), 1)
Did that work?
Hope that helps,
Thanks Paul
-
Thanks, @Paul McGuinness!
-
Hi cghallo_VeoliaΒ
I hope you are doing well,Β
Please create a column for a unique key combination of date and name in both sheets and create a formula for the combination in both sheets like this - (=Start@row + Reschedule@row).Β
And then please try this formula - =INDEX({Available?}, MATCH([Unique key]@row, {Unique Key}, 0))Β
I hope this is useful to you, please let me know if you need any other help.Β Β
Have a Good Day.Β
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightfulπ‘" or "Awesomeβ€οΈ" and "Vote Upβ¬οΈ"
-
No worries @cghallo_Veolia glad it fixed it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!