Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JE McGimpsey
 
Posts: n/a
Default

You don't say how you store your data.

If your quantity is in column A and the unit cost in column B, e.g.:

A B
1 10000 1.08
2 5000 0.90

then your average cost is

=SUMPRODUCT(A1:A1000,B1:B1000)/SUM(A1:A1000)

which will give you $1.02.

Note, however, that this assumes that the entire quantity is still in
inventory. If you make deductions, you may want something like:


A B C
1 Additions Unit Cost Sales
2 10000 1.08 5989
3 5000 0.90 0

Using

=SUMPRODUCT((A1:A1000-C1:C1000),B1:B1000)/SUM(A1:A1000,-C1:C1000)

would return an average unit cost of 0.98



In article ,
Inventory Question <Inventory
wrote:

I want to calculate a new average price on inventory each time I add new
product. For example if I buy 10,000 widgets at $1.08 per widget and then I
buy another 5,000 widgets at .90, what is my current average price per widget?

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
List Running Horizontally-Pivot Table Possible? Jugglertwo Excel Discussion (Misc queries) 3 December 24th 04 05:29 AM
Running Scandisk (through) and Defrag David Excel Discussion (Misc queries) 2 December 9th 04 03:14 AM
MY EXEL/WORD OFFICE 2000 IS RUNNING VERY SLOW AFTER DOWNLOADING U. STEVE CAMPBELL Excel Discussion (Misc queries) 1 December 7th 04 05:59 PM


All times are GMT +1. The time now is 03:55 PM.

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"