+ Reply to Thread
Results 1 to 4 of 4

I'm not sure what you'd call it, but is it possible to do this?

  1. #1
    Registered User
    Join Date
    06-28-2006
    Posts
    1

    I'm not sure what you'd call it, but is it possible to do this?

    I'll try to make this make as much sense as possible...

    Okay, so I receive orders from customers - each order includes all of the items they ordered (therefore each order includes multiple item numbers) - I then use Excel to tally up all of the orders.

    There are two different things I need:

    1 - How can I, after typing all of the orders into Excel, count up how many of each item needs to be ordered (without scrolling down and counting every time that item number appears...as I have to do now)?

    2 - When I type an item number, I'd like the description of the item to automatically pop up into the column next to it. Is it possible to save a list of item numbers with their description so that can happen?


    Any help would be much appreciated!

  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    I am not sure how your invoices are set up, so the first question is a little bit hard to answer. Perhaps a sum or sumif command?

    for the second one, you can set up a table and do a vlookup.
    Google is your best friend!

  3. #3
    Chip Pearson
    Guest

    Re: I'm not sure what you'd call it, but is it possible to do this?

    For number 1, you should look into using a pivot table. For
    number 2, have a look at the VLOOKUP function.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "nut_mom" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > I'll try to make this make as much sense as possible...
    >
    > Okay, so I receive orders from customers - each order includes
    > all of
    > the items they ordered (therefore each order includes multiple
    > item
    > numbers) - I then use Excel to tally up all of the orders.
    >
    > There are two different things I need:
    >
    > 1 - How can I, after typing all of the orders into Excel, count
    > up how
    > many of each item needs to be ordered (without scrolling down
    > and
    > counting every time that item number appears...as I have to do
    > now)?
    >
    > 2 - When I type an item number, I'd like the description of the
    > item to
    > automatically pop up into the column next to it. Is it
    > possible to save
    > a list of item numbers with their description so that can
    > happen?
    >
    >
    > Any help would be much appreciated!
    >
    >
    > --
    > nut_mom
    > ------------------------------------------------------------------------
    > nut_mom's Profile:
    > http://www.excelforum.com/member.php...o&userid=35864
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=556565
    >




  4. #4
    Peo Sjoblom
    Guest

    Re: I'm not sure what you'd call it, but is it possible to do this?

    You can put a table with the order numbers in the leftmost column and their
    descriptions in the next to the right, pout it in another sheet or off the
    view, then use a vlookup formula like

    =IF(B2="","",VLOOKUP(B2,Sheet2!A2:B500,2,0))

    where B2 would be a cell where you type in the order number and sheet2
    A2:B500 the table with the numbers and their descriptions

    see help for VLOOKUP

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey


    "nut_mom" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I'll try to make this make as much sense as possible...
    >
    > Okay, so I receive orders from customers - each order includes all of
    > the items they ordered (therefore each order includes multiple item
    > numbers) - I then use Excel to tally up all of the orders.
    >
    > There are two different things I need:
    >
    > 1 - How can I, after typing all of the orders into Excel, count up how
    > many of each item needs to be ordered (without scrolling down and
    > counting every time that item number appears...as I have to do now)?
    >
    > 2 - When I type an item number, I'd like the description of the item to
    > automatically pop up into the column next to it. Is it possible to save
    > a list of item numbers with their description so that can happen?
    >
    >
    > Any help would be much appreciated!
    >
    >
    > --
    > nut_mom
    > ------------------------------------------------------------------------
    > nut_mom's Profile:
    > http://www.excelforum.com/member.php...o&userid=35864
    > View this thread: http://www.excelforum.com/showthread...hreadid=556565
    >




+ 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