I have a sheet that tracks project works by [acronym] or [client name] in Primary Column, with additional columns that track what time assigned people spend working on each project. I want to SUM all project time for each client in the Sheet Summary with a formula that picks up those specific requirements, for example:
=IF(OR(CONTAINS([Primary Column]:[Primary Column], "Client Name", "Acronym", @cell), SUM([Employee]:[Employee])))
=SUMIF([Employee]:[Employee], CONTAINS([Primary Column]:[Primary Column], "Client Name", "Acronym", @cell)))
I'm getting errors i.e. #incorrect argument set. Appreciate your help on getting the formula functioning. π