Count if/sum if formulae

SeekingExcelSupport

New Member
Joined
Aug 15, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all!

Looking for some help!

I want to add the total value for each reference

So final hours = Total hours completed by reference

ReferenceHours completeFinal hours
12310HELP HERE
34512
1238
12320
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Welcome to the Board!

Are you looking for a running total, like this?
1692110842039.png


If so, place this formula in cell C2 and copy down:
Excel Formula:
=SUMIF(A$2:A2,A2,B$2:B2)

If that is not what you are after, please show us your expected results.
 
Upvote 0
Solution
If you are looking for the Grand Total on every row like this:
1692111016495.png


Then your formula in C2 would look like:
Excel Formula:
=SUMIF(A$2:A$5,A2,B$2:B$5)
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,215
Members
452,618
Latest member
Tam84

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