+ Reply to Thread
Results 1 to 6 of 6

Part Number Configurator

  1. #1
    Registered User
    Join Date
    07-26-2019
    Location
    Michigan, US
    MS-Off Ver
    Office 365
    Posts
    5

    Part Number Configurator

    Good Day all,

    Hopefully I can phrase my question properly!! I'm working on building a Part Number configurator using Validation Lists and then concatenating the final string into a separate cell. That part is working correctly but what I am wanting to add is a final price value to the full part number string from the different selections. Not all portions of the PN carry a value only a few, but I'm stuck in regards to which method I would use that would give me flexibility when it came to time to adjust those prices. I've attached my workbook so it can be evaluated. Sheet 1 contains the pricing I am pulling from.


    Thanks in advance for any assistance.
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Part Number Configurator

    perhaps you could point out where the information is you want combined and where it is coming from and what the end result looks like because it is a lot of information on the three tabs with no real explanation.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    07-26-2019
    Location
    Michigan, US
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Part Number Configurator

    I have data validation set up in the cells that are filled either blue or purple. Those cells concatenate to the top where the EMPD3 numbers are showing up. That part works fine. I'm trying to add pricing into C19 for the main build (blue box). The prices for the options for the main build are on sheet 1 column I. Column H has the option (i.e. H14 is option 1 which correlates to option 1 (B23) on the configurator sheet. Sorry if that doesn't make sense

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,554

    Re: Part Number Configurator

    Hello electromatic and Welcome to Excel Forum.
    This is a somewhat "low-tech" proposal which may provide an idea as to how your goal might be accomplished.
    Note that I didn't see the BREAKER MONITORING (PROFINET/ETHERNET), POWER MONITORING (PROFINET/ETHERNET) or CABLE TRAY options listed in column H.
    Populate D22:D42 on the configurator sheet using: =IF(A22="","",INDEX(Sheet1!I14:I66,MATCH(A22,Sheet1!H14:H66,0)))
    Note that for aesthetic purposes the font could be set to white so that values are hidden.
    Populate cell C19 using: =SUM(D22:D42)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    07-26-2019
    Location
    Michigan, US
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Part Number Configurator

    Thank you so much! That works very well. The only issue I see is that when I select the X option under transformer selection the price shows as #NA. Any tips?

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,554

    Re: Part Number Configurator

    Modify the formula in cell D22 to read: =IF(OR(A22="x",A22=""),"",INDEX(Sheet1!I14:I66,MATCH(A22,Sheet1!H14:H66,0)))
    Double click the fill handle to have the formula copy down to D42.
    Let us know if you have any questions.

+ 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: 6
    Last Post: 03-11-2019, 05:06 AM
  2. [SOLVED] Enter part nrs consist....it display part number needed
    By ricklou in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-15-2017, 07:16 AM
  3. Part Number configurator
    By electromech in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-29-2015, 02:32 PM
  4. [SOLVED] Product configurator
    By shaggy1000 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-23-2015, 04:53 AM
  5. Help returning part number 1 time and adding up like part number QTY
    By SOLERSA in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-16-2014, 06:31 AM
  6. Find Part number through Macro and output to associated part to certain cell
    By boylers75 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-09-2012, 04:32 PM
  7. Cost Configurator
    By Revverend in forum Excel General
    Replies: 5
    Last Post: 09-12-2011, 05:45 AM

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