Total formula to add items in sequence

GG78

New Member
Joined
Aug 8, 2022
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
So I've tried this formula and I'm only part way there for what I need. I want to sum the net amt. in the sequences below based on invoice #, but have the total appear on each sequence line. I want the sum of column F to appear in each cell in column C, but only if the data in Column A is the same.
This is what I used (close but not there):
=IF(COUNTIF($A$2:A2,A2)=1,SUMIF($A:$A,A2,$F:$F),"")

This is what I get (not what I want):
1659982373219.png


This is what I want, but I'm stumped on the formula. Any suggestions/help is appreciated:
1659982526316.png
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi & welcome to MrExcel.
Just use
Excel Formula:
=SUMIF($A:$A,A2,$F:$F)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,397
Members
449,081
Latest member
JAMES KECULAH

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