Want to know how to sum up

Rayna_rahman00

New Member
Joined
Jun 10, 2023
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
I'm a newbie using excel. As I run a small business. I have to record the preorder items. Now the problem is, Suppose on first slot I got order for Item 1 - 10pcs. Next on second slot I got order for the same item 7 pcs. Now what I'm doing is erasing the before recorded 10 quantity and doing sum up on my head 10+7 =17. and writing down 17. Now I want to know is there any way that it can be summed automatically every time the new order enters?
Please help me out.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
yes,
how is the data laid out -
in a new column you can use a sumif() and total by item

you could just have a total , or maybe a subtotal - or a summary table showing just the items and total ordr

Book4
ABCDEFGHIJK
1header1itemheader2header3Qty order Total for itemORITEMTotal for item
211017117
321217217
41717311
531111
62517
70
80
90
100
Sheet1
Cell Formulas
RangeFormula
J2:J4J2=UNIQUE(FILTER(B2:B17,B2:B17<>""))
K2:K4K2=SUMIF($B$2:$B$23,J2,$E$2:$E$23)
G2:G10G2=SUMIF($B$2:$B$23,B2,$E$2:$E$23)
Dynamic array formulas.


Therefore -

A SMALL sample spreadsheet, around 10-20 rows, would help a lot here, with all sensitive data removed, and expected results mocked up and manually entered, with a few notes of explanation.

This will possibly enable a quicker and more accurate solution for you.

MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.

You can also test to see if it works ok, in the "Test Here" forum.

OR if you cannot get XL2BB to work, or have restrictions on your PC

then put the sample spreadsheet onto a share

I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed

Make sure you set any share or google to share to everyone
 
Upvote 0

Forum statistics

Threads
1,216,725
Messages
6,132,342
Members
449,719
Latest member
excel4mac

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