Help with Sumif formula please

jedibrown

Board Regular
Joined
Oct 17, 2011
Messages
136
Hi all - I am having some problems with a formula.

I am trying to find a formula which picks out the relevant I.D's in the first column and produces how many hours in total it's been worked on if it's with a certain team.

The ID will appear several times in column a and will have hours for each time it appears in column D.

ID Date changed Hours With Total Time

I want a formula which says:

Look in column A (ID) for a specific ID (E.G. 444) then look in column E to see if it's with a specific team (say team A) and if it is, add up all of the hours listed in column D which correspond.

I hope this makes sense - any help will be much appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Try

=SUMIFS(D5:D17,A5:A17,444,E5:E17,"A")

and format the result cell as Custom

[h]:mm
 
Upvote 0
Thank works perfectly - thank you.

Would it also be possible for me to add 1 more column?

I also want it to add up the hours that are over a certain date so..

I want it to look for the issue ID, look for the team and add up the hours but, I also want it to look in column C for dates over say 18/02/11 and only count those.

Is this possible?

Thanks
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,999
Members
452,373
Latest member
TimReeks

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