+ Reply to Thread
Results 1 to 18 of 18

Stock levels

Hybrid View

  1. #1
    Registered User
    Join Date
    01-16-2008
    Posts
    32
    i hope i just attached it,, this is not relevant to the stock project but as you can see from the attached file i can do the v-lookup - i was intending on changing the price data to the stock level. so then i would select from the combo box and it will show me the stock level. However i cant seem to find a way without using vba how to then manage the stock by entering how much of one stock i have taken out (if that makes sense). I intend on then colour coding the stock levels to show severity of stock levels (conditional formatting i think does this colour).
    ps. how do i make my combo box's part of the cell , in my attacthed file they float above cells, ive seen people have drop down/combo boxes part of the cell.

    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    There's some examples here

    http://www.excel-it.com/workbook_downloads.htm
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    01-16-2008
    Posts
    32
    cheers for that link, very useful however it is a bit too complicated for me i cant understand it even after reading the information so therfore i wont be able to do it myself.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Quote Originally Posted by penzer
    cheers for that link, very useful however it is a bit too complicated for me i cant understand it even after reading the information so therfore i wont be able to do it myself.
    Here's how to get the drop down menu in a cell using data validation
    http://www.contextures.com/xlDataVal01.html

    Check out other info on that site for help,

    For inventory control, you may be stuck with using some VBA for this,
    of course access would be the proper program to use for inventory control

  5. #5
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    Quote Originally Posted by penzer
    cheers for that link, very useful however it is a bit too complicated for me i cant understand it even after reading the information so therfore i wont be able to do it myself.
    Investigate the stock control example & post back with specific questions.

  6. #6
    Registered User
    Join Date
    01-16-2008
    Posts
    32
    ok i dont get:

    1) on the catalogue sheet there is two of the same sections , the lower one has widgets and wodgets and the top one has just got wodgets am i correct in thinking its just to show the formula.?

    2) =(SUMIF(inv_prod,B10,inv_recd)-SUMIF(inv_prod,B10,inv_used))-E10+F10
    when looking at the formula i dont understand the "inv_prod" etc i know where it is from looking at the forumula break down but why is it called this because i cant see a column name?

    3) on the inventory page how do they get the inormation to change when the drop down list changes,

    4) how does the "update button work"

    5) when you press the button how do they get it to so another row appears.


    yehhhh many questions. thanks

  7. #7
    Registered User
    Join Date
    01-16-2008
    Posts
    32
    relating to attachment :

    as you can see i have re done a whole new basic spreadsheet as a better example.

    As you can see from the attachment there is one combo box and then a stock column (this is the companies stock level). how/what do i use to then have a taking out of stock column - so lets say the stock level is 50 and them someway you then say you take out 5. THis will then be displayed as a current stock level.
    Attached Files Attached Files

  8. #8
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    I'll try to answer your questions, but you need to read up on some trhings like Dataq validation & Named ranges. There's some articles at www.excel-it.com and use Google.

    1. The blue cells on the Catalogue sheet display the current selection on the Inventory shet.
    2. "inv_prod" is Dynamic Named Range - look at the Insert menu>-Names>-Define to see. Dynamic Named Ranges are extremely usefulk because they expand as data is entered. There's an excellent article here

    http://www.jkp-ads.com/Articles/ExcelNames.htm

    3.The drop down is created by Data validation, there's an article on the site. The information is changed with VLOOKUPS,, again there is an explanation on the site.

    4 & 5 The button works with VBA. Open the VB Editor to see - Alt-F11

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1