+ Reply to Thread
Results 1 to 4 of 4

Creating a Formula Using Picklist

  1. #1
    Registered User
    Join Date
    04-13-2015
    Location
    London, ON
    MS-Off Ver
    Office 2010
    Posts
    64

    Creating a Formula Using Picklist

    I have in a spreadsheet a summary of different items that we would purchase in a package. What I'd like to do is lookup a particular name with a lookup table in a formula and sum what the cost would be if all the pieces were purchased separate vs in the package to see the savings.

    The formula I'd like to be in Column R of Kits. The parts and prices for the lookup table to reference are in the tab Parts & Prices. I do realize I have some parts to add to the lookup list.
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Creating a Formula Using Picklist

    Something along the lines of:

    =SUMPRODUCT((E2:P2='Parts & Price'!A$2:A$34)*('Parts & Price'!B$2:B$34)) and copy down
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    04-13-2015
    Location
    London, ON
    MS-Off Ver
    Office 2010
    Posts
    64

    Re: Creating a Formula Using Picklist

    Great this works. If I was to build from scratch how would I do so with the formula builder?

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Creating a Formula Using Picklist

    Formula builder ewwwwwww.

    I can explain it to you, but I've never used Formula Builder before and I've been using Excel for 8 years.

    =SUMPRODUCT((criteria range = criteria) * (value range))

    I've attached a SUMPRODUCT tutorial I wrote some time ago.

    If you still can't get it, you can always just use SUMIF. You'll just need to put SUMPRODUCT around the formula to handle the multicellular criteria.

    =SUMPRODUCT(SUMIF('Parts & Price'!A$2:A$34,E2:P2,'Parts & Price'!B$2:B$34))
    Attached Files Attached Files

+ 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. AutoUpdate Picklist
    By swalsh^s96 in forum Excel General
    Replies: 3
    Last Post: 04-14-2015, 02:44 PM
  2. Picklist that auto updates?
    By swalsh^s96 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2015, 03:04 PM
  3. Using A Picklist and searching for data
    By brad_x81 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-22-2014, 07:39 AM
  4. Excel 2007 : How to Lock Down a Picklist
    By lgrigor in forum Excel General
    Replies: 3
    Last Post: 05-18-2012, 08:28 AM
  5. Creating an Excel picklist to import into word?
    By scarlet in forum Excel General
    Replies: 4
    Last Post: 09-03-2005, 12:05 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