I need help figuring out how to Sum everything that meets 2 criteria on another sheet. My criteria is that if it meets
1) Level AND
2) Cost Code
Calculate the total of hours worked
I used Index Collect to collect the hours worked but don't know how to calculate the total. This is my Formula so far
=INDEX(COLLECT({Units or Hours}, {Level}, Location@row, {Source Cost Code}, [Cost Code]@row), 1)