INDEX COLLECT not working!
I have an estimate sheet, where I am referencing pricing from another sheet with multiple criteria - trying to use an INDEX with COLLECT formula. Please see screen
shots attached. The formula I am using is:
=INDEX(COLLECT({Rental Cost}, {Equipment Description}, [Equipment Description]@row, {Units}, Units@row, 1))
This returns an Incorrect Argument Set error however. Any ideas why?
Tags:
Best Answer
-
I figured it out! Missing a parenthesis!
=INDEX(COLLECT({Rental Cost}, {Equipment Description}, [Equipment Description]@row, {Units}, Units@row), 1)
Answers
-
I figured it out! Missing a parenthesis!
=INDEX(COLLECT({Rental Cost}, {Equipment Description}, [Equipment Description]@row, {Units}, Units@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!