Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

Change "or" to a formula

I have the following formula that works

=SUMIFS('all deals'!I:I,'all deals'!E:E,"Commit",'all deals'!K:K,"Civilian")

But I need it to sum if E:E = Commit or Upside
ASKER CERTIFIED SOLUTION
Avatar of Dan Craciun
Dan Craciun
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
or

=SUMPROCUCT(SUMIFS('all deals'!I:I,'all deals'!E:E,{"Commit","Upside"},'all deals'!K:K,"Civilian")