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...
TrungQuan1602
Apr 10, 2025Copper Contributor
=MAXIFS('AnalysisResults'!C2:C10,'AnalysisResults'!A2:A10,A2:A5)
type in sheet LocationInfo. Try this