Forum Discussion

CarlM42's avatar
CarlM42
Copper Contributor
Mar 15, 2024
Solved

Trying to find the MIN and Max Values based upon multiple criteria

I am trying to find the min and max value of a column depending on the criteria of other columns.

 

Sample of data:

1/23rdLPK02876FBanana124.0122.2
1/23rdLPK02876FBanana124.0122.2
1/23rdLPK02876FBanana124.3123.1
1/23rdLPK02876FBanana124.3123.1
1/23rdLPK02876FBanana124.3123.1
1/23rdLPK03877FStrawberry121.8122.4
1/23rdLPK03877FStrawberry121.8122.4
1/23rdLPK03877FStrawberry121.8122.4
1/23rdLPK03877FStrawberry120.2119.6

 

I need to find the values of column 6 based upon columns 1, 2, and 3.

 

I have tried to figure out MIN, Max, Filter functions but the results keep being data from other parts of the spreadsheet.

  • Detlef_Lewin's avatar
    Detlef_Lewin
    Silver Contributor

    CarlM42 

    With a pivot table.

     

    column1column2column3Min. of column6Max. of column6
    1/23rdLPK02124124,3
      LPK03120,2121,8
    • CarlM42's avatar
      CarlM42
      Copper Contributor
      I have not used Pivot Tables much how do you get multiple columns for the same source data?

Resources