SUM totals from multiple rows into one row per order

BaffledOfBristol

New Member
Joined
Dec 24, 2013
Messages
13
Can anyone help please?

I have a sheet which has multiple cost rows for a single order i.e.:-

ORDER_NO ORDER_TOTAL
OR000123 1000.50
OR000123 723.87
OR000123 145.67
OR000125 1450.84
OR000126 84.23
OR000126 112.45

I would like to create a new sheet which has 1 row per order and the ORDER_TOTAL values summed into one ultimate total column.

Can anyone please confirm the best way to do this?

Many thanks,

BoB
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi VBA Geek,

The problem with using SUMIF is that I do not have a criteria i.e. 32, "32", ">32", or "apples". I need excel to be cleaver enough to SUM the totals were the ORDER_NOs are the same.

Thanks
 
Upvote 0
copy all of your order no into a new sheet then select the pasted values and remove duplicates, afterwards use each unique order no as a criteria for your SUMIF
 
Upvote 0
hi,

select all your data and simply make a pivot table. It can then be used to sum all the values that have same order numbers. . further details can be found on youtube.
 
Upvote 0

Forum statistics

Threads
1,214,667
Messages
6,120,810
Members
448,990
Latest member
rohitsomani

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