MAX, COLLECT, MATCH Formula
I have a formula that is giving an "incorrect argument" error.
=MAX(COLLECT({_Training Database Range 1}, MATCH([Primary Column]@row, {_Training Database Range 2}, 0), {_Training Database Range 3}, "ROVER - SITE CALIBRATION"), 0)
I am trying to match a name for from a column (sheet 1) to a column in another sheet (sheet 2) and pull the max number from a different column in sheet 2. bases on a specific criteria.
Any help fixing the formula would be greatly appreciated.
Best Answer
-
Not clear on what you need. But try the below:
=MAX(COLLECT({_Training Database Range 1}, {_Training Database Range 2}, @cell = [Primary Column]@row, {_Training Database Range 3}, @cell = "ROVER - SITE CALIBRATION"))
Answers
-
Not clear on what you need. But try the below:
=MAX(COLLECT({_Training Database Range 1}, {_Training Database Range 2}, @cell = [Primary Column]@row, {_Training Database Range 3}, @cell = "ROVER - SITE CALIBRATION"))
-
That formula seems to work just fine for what I need. Thank you!!!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!