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

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
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,215,200
Messages
6,123,611
Members
449,109
Latest member
Sebas8956

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