Forum Discussion

Tamkama's avatar
Tamkama
Copper Contributor
Aug 29, 2022
Solved

Sum Values based on same columns

Hello :).   I've been struggling with finding a good solution to calculate the total price of the products in the first row of the total column, but only when the info in the Name column matches.  ...
  • OliverScheurich's avatar
    OliverScheurich
    Aug 29, 2022

    Tamkama 

    =IF(COUNTIF($A$2:A2,A2)=1,SUMIF($A$2:$A$12,A2,$D$2:$D$12),"")

    You can try this formula.

Resources