+ Reply to Thread
Results 1 to 4 of 4

Searching a database and listing inventory on another sheet

  1. #1
    Registered User
    Join Date
    04-05-2013
    Location
    Honolulu, HI
    MS-Off Ver
    Excel 2007
    Posts
    5

    Searching a database and listing inventory on another sheet

    Hi Everyone,

    This is my first post.

    I would like to know how I would be able to formulate a cell that would give me the result(s) of inventory for a particular company.

    See the attached workbook for my example.

    Not sure it can be done.

    I'd appreciate it!

    Example_ExcelForum.xlsx

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Searching a database and listing inventory on another sheet

    Try this...

    Enter this formula On Sheet1 in cell B2:

    =IF(COLUMNS($B2:B2)>COUNTIF(Sheet2!$A:$A,$A2),"",INDEX(Sheet2!$B:$B,MATCH($A2,Sheet2!$A:$A,0)+COLUMNS($B2:B2)-1))

    Copy down to B5 then across until you get a column full of blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    04-05-2013
    Location
    Honolulu, HI
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Searching a database and listing inventory on another sheet

    Nice!

    Thank you so much!!!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Searching a database and listing inventory on another sheet

    You're welcome!

+ 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