+ Reply to Thread
Results 1 to 7 of 7

Excel 2003: Display results of Inventory.

  1. #1
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Excel 2003: Display results of Inventory.

    Morning all,

    I have a sheet named data which has the columns

    Item (i.e. Trousers, Jackets, Boilersuits etc.)
    Size (i.e. 30 / Reg, 32 / Reg etc.)
    In Stock (9, 4 , etc.)

    This isn't all the columns but they are the ones I need to reflect in the Switchboard/Report page.

    The Switchboard page has a drop down box where items can be chosen (i.e. Trousers Jackets etc.)

    While I an use Vlookup to populate the FIRST row, I cannot work out how to get the rest of the sizes to show in the results table.


    I have attached a copy of hte spreadsheet.

    Thanks for the help all
    Attached Files Attached Files
    A mad football researcher and Statistician - ok just mad really !

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2003: Display results of Inventory.

    In B5 Cell of Switchboard Sheet - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX(data!$B$2:$B$67,SMALL(IF(data!$A$2:$A$67=$A5,ROW(data!$A$2:$A$67)-ROW(data!$A$2)+1),ROW($A1))),"")

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.

    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Re: Excel 2003: Display results of Inventory.

    Thanks Sixthsense

    I have copied the formula, pressed CTL+V to paste it in then pressed the CTL+Shift and then pressed Enter alas it resultred in a #Name? Error

    What did I do wrong?

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2003: Display results of Inventory.

    Oops.. sorry for it since I have not seen your excel version. Iferror() is the new arrival in excel 2007.

    Try the below one...

    INDEX(data!$B$2:$B$67,SMALL(IF(data!$A$2:$A$67=$A5,ROW(data!$A$2:$A$67)-ROW(data!$A$2)+1),ROW($A1)))

    Yes... It is an array formula so requires CTRL+SHIFT+ENTER

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2003: Display results of Inventory.

    If you want to add the error handler then try the below one...

    In B5 Cell of Switchboard Sheet - Error Handler Included - Array Formula - Requires CTRL+SHIFT+ENTER
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Re: Excel 2003: Display results of Inventory.

    EXCELLENT ... Thank you so much

    Will now apply this to our items ... Maybe I'll extend it to our Safety boots items as well

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2003: Display results of Inventory.

    Glad it helps you and thanks for the feedback and rep

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 08-30-2012, 11:45 PM
  2. [SOLVED] vba word(2003) codes to display message box in excel(2003)
    By samkumar in forum Word Programming / VBA / Macros
    Replies: 10
    Last Post: 08-24-2012, 04:20 AM
  3. [SOLVED] Unable to display mail merge results using Preview Results function
    By trandle in forum Word Formatting & General
    Replies: 1
    Last Post: 05-30-2012, 12:29 AM
  4. Inventory barcode system in excel 2003
    By jasonsmith in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-15-2011, 11:16 AM
  5. [SOLVED] My DCOUNTA formula results do not display in Excel.
    By MorenaBonita in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2005, 08:07 PM

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