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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 206 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 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!