Forum Discussion

Jootin's avatar
Jootin
Copper Contributor
Mar 14, 2024
Solved

Multiple conditions

I wanted to create a cell  that can fetch the data needed with multiple conditions regarding my table below. e.g. I want to sum up the price of all category CAT1 of unit U1    im not sure what fun...
  • Detlef_Lewin's avatar
    Mar 14, 2024

    Jootin 

    =SUMIFS(Price,Category,Category_value,Unit,Unit_value)

    Or a pivot table.

    Category and unit into rows area.

    Price into values area.

     

Resources