Forum Discussion
AWD
Apr 09, 2025Copper Contributor
Returning max value from vector result based on lookup function
Hi Im trying to return the maximum value from one column based on the value in a second equalling a specific value in a third (actually a separate sheet) Sheet 1 LocationInfo Sheet 2...
HansVogelaar
Apr 09, 2025MVP
In B2 on LocationInfo:
=MAXIFS(AnalysisResults!$B$2:$B$100, AnalysisResults!$A$2:$A$100, A2)
Fill down.