Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can I make Bills of Material that deducte given QTY's fron invant

I have a spread sheet that I have created to track the invantory of parts
that we put into kits. I update the spreadsheet the long way every time I
sell a kit. Is it posable to to make parts lists on either a seperate
"sheet" or on a seperate document that will have all of the parts that go
into these kits and their quantities so that I can just subtract a kit at a
time from the total invantory?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Can I make Bills of Material that deducte given QTY's fron invant

The short answer is yes. Getting there depends on what you are using for an
inventory data base and where you intend to build you bill of materials. If
you are using Excel for both, then the bill of materials would be treated as
a list. The inventory database would need to be constructed so that you
could use either a part number or stock number for matching. Things to
consider in constructing a loop to walk down the BOM and find items in the
inventory would be the number of locations in inventory, reserved quantities,
etc., But basically, it is as simble as using a For Each...Next loop to walk
the bill of material and a Find statement to locate the inventory record.
You would need either If...Then statements or Select Case statements to make
sure the BOM quantities can be substracted from available quantities. There
would be some math comparisons if you have reserved quantities, plus you
might be concerned with reorder activiity to replace inventory. It depends
on how much inventory management you want to build into it.

"extremecase_8" wrote:

I have a spread sheet that I have created to track the invantory of parts
that we put into kits. I update the spreadsheet the long way every time I
sell a kit. Is it posable to to make parts lists on either a seperate
"sheet" or on a seperate document that will have all of the parts that go
into these kits and their quantities so that I can just subtract a kit at a
time from the total invantory?

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
Command to make a forumula fron not running boxterduke Excel Discussion (Misc queries) 2 November 3rd 08 09:46 PM
I need to make a list of bills, whne they are due and to whom. Lisa Kunz Setting up and Configuration of Excel 1 July 19th 05 08:54 PM
How do I make a chart that will automatically calculate my bills . melissto New Users to Excel 2 March 20th 05 07:15 AM
How do I make a chart that will automatically calculate my bills . melsto New Users to Excel 0 March 19th 05 05:43 PM
making one material list from mulitple vendor material lists In the beginning Excel Worksheet Functions 1 January 8th 05 02:49 AM


All times are GMT +1. The time now is 06:54 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"