I am trying to use Aggregate function to sum up the rows in M column, referencing to A column (to the rows, where the cell starts with "O" letter. Here is the formula: =+AGGREGATE(9,2,(A7:A112="O*")*M7:M112).
The result is #VALUE! error. Is there an alternative way to to this? Sumproduct...