Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default perpetual inventory - stock level - math flow??

I am developing an excel spreadsheet that tell you the current inventory of
an item. The inventory count is dependent on how many we receive from an
order, how many are returned by customers and how many we sell. These
quantities can change daily. What I am interested in is to know just how many
we have at any one time. I know it is the sum of all three but I am having
difficulty ignoring yesterdays returns when I am entering today's data
(returns). Any imput is greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default perpetual inventory - stock level - math flow??

I am developing an excel spreadsheet that tell you the current
inventory of an item. The inventory count is dependent on how many we
receive from an order, how many are returned by customers and how
many we sell. These quantities can change daily. What I am interested
in is to know just how many we have at any one time.


Here's one way.

Using Sheet2 as a work space, enter these values:

A1: "date"
B1: "received"
C1: "returned"
D1: "shipped"
E1: "current"

A2: yesterday's date; for example, "04/20/2009"
E2: starting inventory amount; for example, 1234

A3:
=A2+1
then extend A3 down for as many days as needed.

E3:
=E2+B3+C3-D3
then extend E3 down for as many days as needed.

The idea is to enter the activity for each day in columns B, C, and D for
that day. The changing inventory level is tracked in column E.

To have the current inventory level appear in a cell in another sheet use
this formula the
=LOOKUP(2,1/(Sheet2!E1:E1000<""),Sheet2!E1:E1000)

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
stock inventory Ken, San Francisco, Cali. Excel Worksheet Functions 1 March 27th 08 03:11 PM
minimum stock level Ylevco Excel Worksheet Functions 1 November 5th 07 06:54 PM
Stock Inventory larry_saudi New Users to Excel 2 July 18th 06 05:56 PM
Effective yield rate - non-level premium flow Brad Excel Discussion (Misc queries) 2 April 6th 05 08:07 PM
Effective yield rate - non level premium flow Brad Excel Worksheet Functions 1 April 6th 05 07:48 PM


All times are GMT +1. The time now is 10:45 AM.

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

About Us

"It's about Microsoft Excel"