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
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!