Closed Thread
Results 1 to 3 of 3

stock control

  1. #1
    Forum Contributor
    Join Date
    02-24-2017
    Location
    london
    MS-Off Ver
    OFFICE 365
    Posts
    105

    stock control

    Hi all thanks for accepting me to this forum your help would be much appreciated

    im currently trying to create a spreadsheet for fuel control stock for 3 different outlets on the same site using the meter readings collected each morning each outlet has its own workbook and a fourth workbook is an overview of the previous 3 for the accounts team showing year on year and graphs and data so far so good.
    but i have been asked to produce a stock tab where it will automatically display the current dates stock is there a formula for this

    kind Regards
    Steddas
    Attached Files Attached Files
    Last edited by steddas; 02-25-2017 at 09:32 AM. Reason: attachments

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: stock control

    You could use...

    B4 =INDEX(AVGAS!F6:F17,MATCH(A4,AVGAS!E6:E17,0))
    C4 =INDEX(AVGAS!C6:C17,MATCH(A4,AVGAS!B6:B17,0))
    E4 =INDEX('JET A1'!C6:C17,MATCH(A4,'JET A1'!B6:B17,0))

    A4 in the formulas above on the Stock Levels tab equals Feb
    ------------------------------------------------------------------------------------
    Actually, you can also just use a Vlookup

    B4 =VLOOKUP(A4,AVGAS!E6:F17,2,0)
    Last edited by jeffreybrown; 02-25-2017 at 09:56 AM.
    HTH
    Regards, Jeff

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,779

    Re: stock control

    You have three versions of this thread running. Please continue here: http://www.excelforum.com/excel-gene...ck-sheets.html

    Thread closed.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. stock control
    By steddas in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 02-26-2017, 01:05 PM
  2. stock control in vba ?
    By unique1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-14-2014, 10:39 AM
  3. [SOLVED] Stock Control - Alert user to low stock levels.
    By Kaies in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-29-2013, 08:56 AM
  4. Stock Control
    By gks1968 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-03-2013, 12:44 AM
  5. Stock Control
    By beseda2004 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-18-2012, 08:33 PM
  6. Stock control
    By beseda2004 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-03-2012, 03:52 AM
  7. Stock control
    By cymru in forum Excel General
    Replies: 1
    Last Post: 08-29-2007, 07:09 AM

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