not calculating when i enter another criteria to the formula

Patcheen

Active Member
Joined
Sep 28, 2015
Messages
388
Office Version
  1. 365
Platform
  1. Windows
Cant figure out where im going wrong

=SUMIFS($I$5:$I$1000,"delivered",t5:t1000,"Pm,",$C$5:$C$1000

this formula worked fine til i input the - t5:t1000,"Pm,"

it says you've entered too many arguments.

and when i put sumifs it says there is a problem with this formula

im at a loss.

TIA
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
You don't have a closing bracket ?
 
Upvote 0
Maybe this is what your after.
Excel Formula:
=SUMIFS($C$5:$C$1000,T5:T1000,"delivered",T5:T1000,"Pm")
 
Upvote 0
Solution
Try this. because the formula is reversed, so it's an error

Excel Formula:
=SUMIFS($I$5:$I$1000,T5:T1000,"Pm,",$C$5:$C$1000,"delivered")

or this

Excel Formula:
=SUMIFS($I$5:$I$1000,T5:T1000,"delivered",$C$5:$C$1000,"Pm,")


I don't know where the "deliver" column is and where the "pm" column is.
 
Last edited:
Upvote 1
Thank you to both of you both solutions worked a treat

Thank you
 
Upvote 0

Forum statistics

Threads
1,216,009
Messages
6,128,261
Members
449,435
Latest member
Jahmia0616

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top