Sum in a Column

AnnieGr

New Member
Joined
Jan 21, 2019
Messages
19
This one hopefully is my last one. I need Excel to look up a region, and then the type of job which I have done. Then the final column I need it to total the number of hours. So my CountIFS bit works, but as soon as I add the formula to total the hours up from I11 to I164 it just wont work. If I take the sum bit out works and gives me the number of restoration jobs

=COUNTIFS('[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!$A$11:$A$164, "02-TYNE AND WEAR", '[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!$B$11:$B$164, "RESTORATION", '[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!SUM($I$11:$I$164))

In other words how many hours have been accumulated in the Tyne and Wear Area, that are restoration jobs?

Ugh.....
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Look at sumifs :)

Similar to countifs

=SUMIFS('[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!$I$11:$I$164,'[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!$A$11:$A$164, "02-TYNE AND WEAR", '[Generator Daily Data 19.01.2019.xlsx]SUPPLIER TEMPLATE'!$B$11:$B$164, "RESTORATION")
 
Last edited:
Upvote 0
Ah right so I had this the wrong way round. I thought it had to look at the columns and rows and then do the calculation. Thank you
 
Upvote 0

Forum statistics

Threads
1,223,229
Messages
6,170,881
Members
452,364
Latest member
springate

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