I'm trying to sum a column if the value in another column is one of two options.
Sum CMMachines if Status = Complete or Partially Complete
This is what I have and isn't working:
=SUMIFS([CM Machines]:[CM Machines], (Status:Status, "Complete", Status:Status, "Partially Complete"))