A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Simple inventory System



 
 
Thread Tools Display Modes
  #1  
Old September 1st, 2004, 11:49 AM
Alexthecamel
external usenet poster
 
Posts: n/a
Default Simple inventory System

Hello all! :-)

I'm trying to make a very simple inventory system so that i can track
stationary as it is delivered, then distributed to the various departments at
my company. Exciting huh?
I can do the simple stuff ok, use vlookup's to get info on stock from
different sheets etc, but here comes the question.

I'm going to use the first sheet as a "form" to enter data in, eg: Item
number 1001, quantity 10. How do i then get the inventory quantity on another
sheet to add these 10 items to a number that is already in that cell.
eg: 25 in stock already, add the 10 new ones, new inventory quantity 35?

Have been trying a few ways but cannot make it work, am pretty good with
things like this normally, but have reached a dead end.

Thanks for any help.
  #2  
Old September 1st, 2004, 01:05 PM
Frank stone
external usenet poster
 
Posts: n/a
Default

hi,
assuming that the cells that hold the quantity on hand
don't move around and assuming that you have a go button
on the form to trigger your input to be processed...
you can put code behind you button like...
Range(QOH) = Range(QOH)+ txtQTA
where QOH is the cell contain your current quantity on hand
and txtQTA is the quantity to add in your input box on the
form.

-----Original Message-----
Hello all! :-)

I'm trying to make a very simple inventory system so that

i can track
stationary as it is delivered, then distributed to the

various departments at
my company. Exciting huh?
I can do the simple stuff ok, use vlookup's to get info

on stock from
different sheets etc, but here comes the question.

I'm going to use the first sheet as a "form" to enter

data in, eg: Item
number 1001, quantity 10. How do i then get the inventory

quantity on another
sheet to add these 10 items to a number that is already

in that cell.
eg: 25 in stock already, add the 10 new ones, new

inventory quantity 35?

Have been trying a few ways but cannot make it work, am

pretty good with
things like this normally, but have reached a dead end.

Thanks for any help.
.

  #3  
Old September 1st, 2004, 01:25 PM
Alexthecamel
external usenet poster
 
Posts: n/a
Default

Thanks a million for the reply.

That seems to make perfect sense, was wondering how to "trigger" the form,
but didn't want to have to get too involved with VB code. Should be able to
do it from the excel interface with a bit of messing round.

Thank you very much for your time.

"Frank stone" wrote:

hi,
assuming that the cells that hold the quantity on hand
don't move around and assuming that you have a go button
on the form to trigger your input to be processed...
you can put code behind you button like...
Range(QOH) = Range(QOH)+ txtQTA
where QOH is the cell contain your current quantity on hand
and txtQTA is the quantity to add in your input box on the
form.

-----Original Message-----
Hello all! :-)

I'm trying to make a very simple inventory system so that

i can track
stationary as it is delivered, then distributed to the

various departments at
my company. Exciting huh?
I can do the simple stuff ok, use vlookup's to get info

on stock from
different sheets etc, but here comes the question.

I'm going to use the first sheet as a "form" to enter

data in, eg: Item
number 1001, quantity 10. How do i then get the inventory

quantity on another
sheet to add these 10 items to a number that is already

in that cell.
eg: 25 in stock already, add the 10 new ones, new

inventory quantity 35?

Have been trying a few ways but cannot make it work, am

pretty good with
things like this normally, but have reached a dead end.

Thanks for any help.
.


  #4  
Old September 1st, 2004, 01:49 PM
Alexthecamel
external usenet poster
 
Posts: n/a
Default

Right, i've set up a button, and have named the relevant cells QOH and txtQTA.
What exactly is that line of code you have given me, is that VBA cose, or
can i use it in excel's formual bar?

"Alexthecamel" wrote:

Thanks a million for the reply.

That seems to make perfect sense, was wondering how to "trigger" the form,
but didn't want to have to get too involved with VB code. Should be able to
do it from the excel interface with a bit of messing round.

Thank you very much for your time.

"Frank stone" wrote:

hi,
assuming that the cells that hold the quantity on hand
don't move around and assuming that you have a go button
on the form to trigger your input to be processed...
you can put code behind you button like...
Range(QOH) = Range(QOH)+ txtQTA
where QOH is the cell contain your current quantity on hand
and txtQTA is the quantity to add in your input box on the
form.

-----Original Message-----
Hello all! :-)

I'm trying to make a very simple inventory system so that

i can track
stationary as it is delivered, then distributed to the

various departments at
my company. Exciting huh?
I can do the simple stuff ok, use vlookup's to get info

on stock from
different sheets etc, but here comes the question.

I'm going to use the first sheet as a "form" to enter

data in, eg: Item
number 1001, quantity 10. How do i then get the inventory

quantity on another
sheet to add these 10 items to a number that is already

in that cell.
eg: 25 in stock already, add the 10 new ones, new

inventory quantity 35?

Have been trying a few ways but cannot make it work, am

pretty good with
things like this normally, but have reached a dead end.

Thanks for any help.
.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2002 Crashes on "Big Memory" System John Miller General Discussion 0 June 11th, 2004 10:36 PM
Simple burning of a simple slide show to CDs Scott Powerpoint 1 June 8th, 2004 04:26 PM
Simple or not so simple animation.....? ZR Powerpoint 1 May 19th, 2004 05:10 AM
Recovering emails into outlook express after system crash Steve Installation & Setup 1 May 6th, 2004 07:16 PM
Calculate SIMPLE interest?? Fred Smith Worksheet Functions 1 February 4th, 2004 05:25 AM


All times are GMT +1. The time now is 10:09 PM.


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