Hello…I have been searching the posts to find a similar question and seem to be getting close to finding an answer. But my customer’s deadline is fast-approaching! I have a worksheet with 3 columns: Project, Department, Capital. I would like to find the total Capital needed for all Project A’s that are in Department C&C. Basically, I scan through column A and check the value for Project “A.” Then with those results I scan their column B for Department “C&C.” With those results I add their column C value for Capital.
I need to know how to check column A’s range and then use something like SUMIF(B2:B9,”C&C”,C2:C9). Pivot tables seems to perform a count only, instead of adding the capital. Thanks in advance!