SUM of records

Onjslnjps

Spammer
Joined
Jul 1, 2011
Messages
10
I'm looking for a formula that will give me the quantity of line items (records) rather than a sum of the actual currency values. Sounds simple but it's beyond my knowledge...

Thanks in advance
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I'm looking for a formula that will give me the quantity of line items (records) rather than a sum of the actual currency values. Sounds simple but it's beyond my knowledge...

Thanks in advance
Maybe something like this...

=COUNTA(A2:A100)

That will return the count of all non-empty cells within the referenced range.
 
Upvote 0
Not sure I understood your concern properly, .... here is something maybe you can use to count #of transaction, transcations by product, or no. products


Excel Workbook
ABCDEFGHI
1If this is your data table*Not sure if you want a result like this
2NamesProductPriceUnits*ProductPrice# of SalesUnits
3Name-1Prod-1$ * 10.0020*Prod-1$10.00120
4Name-2Prod-2$ * 20.0040*Prod-2$20.004130
5Name-3Prod-3$ * 30.0080*Prod-3$30.004240
6Name-4Prod-4$ * 40.0040*Prod-4$40.003120
7Name-5Prod-2$ * 20.0010*****
8Name-6Prod-3$ * 30.0050*****
9Name-3Prod-2$ * 20.0030*****
10Name-4Prod-3$ * 30.0090*****
11Name-5Prod-4$ * 40.0070*****
12Name-4Prod-2$ * 20.0050*****
13Name-5Prod-3$ * 30.0020*****
14Name-6Prod-4$ * 40.0010*****
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,865
Members
452,948
Latest member
UsmanAli786

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