Hello, I need some assistance with a formula.
I have the following sheet with an 'Original SOW#' & 'Approved Change Order Amount' columns. I would like to sum up the Approved Change order Amount by Original SOW#.
Example, for SOW# 012, the sub-total should be $117,000 since I added $67K + $50k from the Approved Change Order amount column.
The above formula should work anytime there is a duplicate value in the Original SOW# (in the above example we have two rows with 012).
Here is the formula I am currently using but not working since I have not figured out a way to find the duplicates:
=SUMIFS([Approved Change Order Amount]:[Approved Change Order Amount], [Original SOW #]: [Original SOW #], CONTAINS([Original SOW #]$1: [Original SOW #], @cell), Status:Status, "Approved")
Thank you