This is sample data. I want to sum up original estimates (column circled with RED) by column EPIC# when:
1. non-epic helper ="Yes"
2. current jira status <> "Closed"
3. Jira# = Epic#.
So, for 1st four rows, I should have sum=24+60+40=128. Next, 3 rows since don't meet all the criteria should give sum=0. I tried couple ways, but since I can't get all values matching in vlookup, I can't sum them up. I did browse thru a few discussions but was unable to get this working. Any help is appreciated!