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

asked on

Need a Formula to conditionally sum data

in my summary tab I want to pull in the sum of column H when column E = Commit and Column K = Test from tab 'all deals'
ASKER CERTIFIED SOLUTION
Avatar of NBVC
NBVC
Flag of Canada 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
Avatar of Matt Pinkston
Matt Pinkston

ASKER

got an error trying that formula
Sorry, forgot a double quote after Commit...

try:

=SUMIFS('all deals'!H:H,'all deals'!E:E,"Commit",'all deals'!K:K,"Test")
it was missing a "