I am trying to sum a person's allocation if it is after a certain date. They might have 1-8 projects at one time with differing finish dates.
I can get it to work to sum a person's allocation without the date, =SUMIF({Quality Assurance Resource Assigned To}, [Project Status]@row, {Quality Assurance Resource % Committed}) returning 95%.
and I can get it to work if I only want to sum projects they are working on if it isn't a maintenance project =SUMIFS({Quality Assurance Resource % Committed}, {Copy of Copy of Copy of Quality Assurance Range 1}, [Project Status]@row, {Quality Assurance Maint Projects}, =0) returning 2%
but when I try =SUMIFS({Quality Assurance Resource % Committed}, {Quality Assurance Resource Assigned To}, Names@row, {Quality Assurance Actual Finish}, to get projects only finishing after Feb 1 I get 0% when it should be 95%
@Paul Newcome thanks in advance