I have sheet that is "scoring" projects across 6 criteria. The criteria all have numeric values associated with them from 1-4. I want to sum the values for all the criteria, but ONLY IF all columns have a value. Meaning, if someone fails to score one of the criteria, I want the sum column to be blank vs it summing the other 5 criteria.
The formula I created is this: =SUMIFS([Retail / Non-Retail Helper Column]@row:[Resources Required - Helper Column]@row, [Retail / Non-Retail Helper Column]@row, <>"", [Impact to Business - Helper Column]@row, <>"", [Alignment w/ Strat Priority - Helper Column]@row, <>"", [Leadership Engagement - Helper Column]@row, <>"", [LOE - Helper Column]@row, <>"", [Resources Required - Helper Column]@row, <>"")
It is resulting in #INCORRECT ARGUMENT SET and I've tried to rewrite it a number of ways and I can't sort it out. Any thoughts?