Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
SRK SRK is offline
external usenet poster
 
Posts: 7
Default Need a formula to sum quantities by part number?

What is the formula to get the sum of quantities from a list of part numbers?
Example of my data:
Part# # of Items Qty Ordered
70164 1 10,000
70164 1 25,000
70165 1 5,000
70165 1 5,000
70166 1 5,000
70168 1 5,000
70170 1 25,000
70170 1 5,000
70185 1 10,000
70186 1 10,000
70186 1 10,000
70187 1 25,000
70187 1 20,000
70187 1 25,000
70189 1 50,000
70189 1 20,000
70189 1 50,000

I need a result showing each unique part number and the total quantity.
--
Thanks for your suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Need a formula to sum quantities by part number?

hi
sumif
part# in A, qty in C.
=sumif(criteria range, criteria, sumrange)
=sumif(A1:A25,"70164",C1:C25)

regards
FSt1

"SRK" wrote:

What is the formula to get the sum of quantities from a list of part numbers?
Example of my data:
Part# # of Items Qty Ordered
70164 1 10,000
70164 1 25,000
70165 1 5,000
70165 1 5,000
70166 1 5,000
70168 1 5,000
70170 1 25,000
70170 1 5,000
70185 1 10,000
70186 1 10,000
70186 1 10,000
70187 1 25,000
70187 1 20,000
70187 1 25,000
70189 1 50,000
70189 1 20,000
70189 1 50,000

I need a result showing each unique part number and the total quantity.
--
Thanks for your suggestions.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Need a formula to sum quantities by part number?

assumed col A - Part no.
Col B no. of items
Col C Qty ordered

Go to data | filter | advance filter | action : copy to another
location |
List range : sheet1!A$1:A$100 | copy to : E1 | check unique records
only | ok

in cell F2 put this formula =SUMIF($A$2:$A$6,E2,$C$2:$C$6)


On Feb 11, 11:11*pm, SRK wrote:
What is the formula to get the sum of quantities from a list of part numbers?
*Example of my data:
Part# * # of Items * * * Qty Ordered
70164 * 1 * * * *10,000
70164 * 1 * * * *25,000
70165 * 1 * * * *5,000
70165 * 1 * * * *5,000
70166 * 1 * * * *5,000
70168 * 1 * * * *5,000
70170 * 1 * * * *25,000
70170 * 1 * * * *5,000
70185 * 1 * * * *10,000
70186 * 1 * * * *10,000
70186 * 1 * * * *10,000
70187 * 1 * * * *25,000
70187 * 1 * * * *20,000
70187 * 1 * * * *25,000
70189 * 1 * * * *50,000
70189 * 1 * * * *20,000
70189 * 1 * * * *50,000

I need a result showing each unique part number and the total quantity.
--
Thanks for your suggestions.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Need a formula to sum quantities by part number?

Sounds perfect for a Pivot Table

"SRK" wrote:

What is the formula to get the sum of quantities from a list of part numbers?
Example of my data:
Part# # of Items Qty Ordered
70164 1 10,000
70164 1 25,000
70165 1 5,000
70165 1 5,000
70166 1 5,000
70168 1 5,000
70170 1 25,000
70170 1 5,000
70185 1 10,000
70186 1 10,000
70186 1 10,000
70187 1 25,000
70187 1 20,000
70187 1 25,000
70189 1 50,000
70189 1 20,000
70189 1 50,000

I need a result showing each unique part number and the total quantity.
--
Thanks for your suggestions.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula equation for a conditional number - PART 2 - said better G Hunter[_2_] Excel Worksheet Functions 3 December 15th 08 07:21 PM
Manipulating Order Quantities with a Formula Liz J[_2_] Excel Discussion (Misc queries) 2 November 7th 08 06:41 PM
Look up part of a number within a serial number and cpy back assoc Seantastic Excel Worksheet Functions 9 November 3rd 08 04:10 PM
Number formating in CONCATENATE formula (Part 2) V Padale Excel Worksheet Functions 4 April 17th 08 12:24 PM
How do I convert numbers (quantities) en letters with a formula? Gerardo Granados Excel Discussion (Misc queries) 6 November 13th 06 02:48 PM


All times are GMT +1. The time now is 09:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"