Sum if?? on calculation

rachelchubb

New Member
Joined
Nov 30, 2006
Messages
2
Can anyone help me please.

I have a table on one sheet with the following information:

Process Activity Unit Time Volume

New Entrant New Entrants 10 246
New Entrant NE Queries 17 27
Increments Misc Inc Queries 17 5
Increments Increments 10 100
Transfer in Bulk SP/TV 60 50

On another sheet I need to basically calculate the total time for New entrants, Increments etc. I have a big list of these so I don't want just to manually put the formulas in. I was trying to do a sumif but what I need to do is multiply unit time by volume and sumif wasn't working for this.

Any suggestions?

chubby
 

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
Hi Rachel and welcome to the board,

How about;

=SUMPRODUCT(--(A1:A100="New Entrant"),((C1:C100)*(D1:D100)))
 
Upvote 0
Thanks Mikey, that works perfectly, should have asked the question at 10am this morning rather than trying to solve it myself all day.

Cheers

Chubby
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,237
Members
448,555
Latest member
RobertJones1986

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