+ Reply to Thread
Results 1 to 5 of 5

using sumif formulas for multiple items (I think?)

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    using sumif formulas for multiple items (I think?)

    I have a stock spreadsheet that I want to fill in as I go so when I choose a product from a drop down list in column A, the corresponding (trade and retail prices automatically appear in columns E and F. I tried a sumif formula but I don't really know what I'm doing. All the data is in worksheet 2: stock items are in column A the trade and retail prices are in column B and C. There are 32 items in the list (will gradually add more) and the same number of corresponding prices. Is this a sumif or is something more programmy required?

    Thanks, Elaine

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,256

    Re: using sumif formulas for multiple items (I think?)

    you should use a lookup
    either vlookup or index/match

    assuming the information starts at row 2
    in column E2 put

    =Vlookup(A2,sheet2!A:C,2,false)

    in F2
    =Vlookup(A2,sheet2!A:C,3,false)
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    02-23-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: using sumif formulas for multiple items (I think?)

    thanks! I'll give it a try..

  4. #4
    Registered User
    Join Date
    02-23-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    Red face Re: using sumif formulas for multiple items (I think?)

    Wayne,

    Thank you so much. The formula worked right away no problem.

    Kind regards,

    Elaine

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,256

    Re: using sumif formulas for multiple items (I think?)

    glad it worked for you
    thanks for the rep

+ 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. Select Multiple Items in a List and then Print Those Items
    By dcdoc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-26-2013, 01:16 PM
  2. Replies: 2
    Last Post: 04-24-2012, 10:36 AM
  3. Replies: 3
    Last Post: 01-21-2010, 06:58 AM
  4. [SOLVED] order form with multiple items and sizes for items
    By Bernard56 in forum Excel General
    Replies: 1
    Last Post: 01-17-2006, 07:50 PM
  5. [SOLVED] Using SumIF formulas with multiple lookup values
    By Chris Freeman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2005, 09:06 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