I want to sum a set of data using the following criteria:
If project Status is "submitted" and Division is "Pharma" I want to sum Est Savings. Here is what I have so far:
=SUMIFS({Idea Capture (with Form) Range 1}, [Primary Column]@row, {Idea Capture (with Form) Range 4}, {Idea Capture (with Form) Range 2})