Hello everyone,
I am trying to create a formula that could capture two parameters. The following grid aims to show the total approved change order amount by Vendor Name AND Original SOW#.
For instance, the following example shows 2 different vendors (Apple and Watermelon). The total approved amount for Apple should be $30k, whereas for Watermelon should be $50k.
I have the following formula... however, it is giving me an error message. Can anyone identify what is wrong with the formula? Thank you
=SUM(COLLECT([Approved Change Order Amount]:[Approved Change Order Amount], Status:Status, ="Approved", [Original SOW #]:[Original SOW #], =[Original SOW #]@row), [Vendor Name]:[Vendor Name], =[Vendor Name]@row)