+ Reply to Thread
Results 1 to 5 of 5

P/N and Description Generation

  1. #1
    Registered User
    Join Date
    05-29-2013
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    P/N and Description Generation

    Hi All,

    I am looking to develop a excel file that will assist in creating standardized product descriptions. Ideally the form would allow both drop down selection and a manual entry for each of the following items:

    Dimensions
    Material
    Color
    Classification
    Feature1
    Feature2
    Feature3
    Feature4
    Qty

    Once the information has been entered, I would like for the user to be able to click a button or some other function and have the description be auto generated in a format similar to:

    (Dimensions);(Material);(Color);(Classification)
    (Feature1);(Feature2);(Feature3);(Feature4);(Qty)


    I have other similar projects I am working on, so a format that is easily adjustable would be ideal.

    Thanks in advance for the help.


    IMPAK

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: P/N and Description Generation

    Hi and welcome to the forum

    I would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor Harribone's Avatar
    Join Date
    02-24-2013
    Location
    Midlands, UK
    MS-Off Ver
    Excel 2019/365
    Posts
    570

    Re: P/N and Description Generation

    So let's say a user enters the values A B C and D for each of these - (Dimensions);(Material);(Color);(Classification). You want another cell to output A;B;C;D ?
    If so then its just a case of typing =B1&";"&B2&";"&B3&";"&B4 which will join the values together.

    As for a drop down selection you can create a list in excel with each option you want to be able to choose. Then select the cell which will have the drop down list and click on Data Validation. Choose limit to list and set it to the range which contains your values (=A1:A10 for example). You can check 'limit to list' so that the user can only choose/type values contained within that range if so required.

    Does that help with your needs?
    Say thanks, click *

  4. #4
    Registered User
    Join Date
    05-29-2013
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: P/N and Description Generation

    I believe the file is attached.

    I appreciate anyone who is able to build the functions into the file and attached it. I should be capable of follow basic instructions and functions.

    Cheers

    BDK
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-29-2013
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: P/N and Description Generation

    Quote Originally Posted by Harribone View Post
    So let's say a user enters the values A B C and D for each of these - (Dimensions);(Material);(Color);(Classification). You want another cell to output A;B;C;D ?
    If so then its just a case of typing =B1&";"&B2&";"&B3&";"&B4 which will join the values together.

    As for a drop down selection you can create a list in excel with each option you want to be able to choose. Then select the cell which will have the drop down list and click on Data Validation. Choose limit to list and set it to the range which contains your values (=A1:A10 for example). You can check 'limit to list' so that the user can only choose/type values contained within that range if so required.

    Does that help with your needs?
    Thanks for the help! The first part was a success, but I believe the drop down menu is beyond me. I am going to revisit it tomorrow and see what i can come up with.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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