+ Reply to Thread
Results 1 to 20 of 20

Display Vendor Details

  1. #1
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Display Vendor Details

    Hell Experts,

    If i select rice from the category drop down list list only rice related product to display in sub item drop down list.

    After selecting product from sub item for example if i select 1121 golden sella rice i only want selected product vendor details to be display

    Please find the attached copy for your reference.

    I really appreciate the fact that I can come to you for this and I know you are the most qualified person for the project.

    Please let me know if you can help.

    I look forward to hearing from you.

    Yaseen
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    Here is one way to do what you want.

    Your vendor table has been extended to include column A, and formula =vLookUp used to look up the values

    5 additional tables created (named "Category", "Rice", "Tea", "Banana", and "Spice"), and formula =Indirect used to create dropdown values

    DataValidationFormula.jpg


    NOTE - The tables have been created to allow additional items to be added without having to revise the formula (ranges within tables are "dynamic")
    Attached Files Attached Files
    Last edited by Kevin#; 05-09-2016 at 04:25 AM.
    If a response has helped then please consider rating it by clicking on *Add Reputation below the post
    When your issue has been resolved don't forget to mark the thread SOLVED (click Thread Tools at top of thread)

  3. #3
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Thanks for quick reply Mr. Kevin,

    i'll check and come back to you if i have doubt

  4. #4
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    You are welcome.

    The =Indirect formula uses the text value of a cell which must match the name of either a Table or NamedRange to provide the list of items for the dropdown

  5. #5
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    ok i'll try if mind can you make for me in my attached file

  6. #6
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    the file attached to post#2 should contain everything you need
    cells C3 to D6 already contain data validation and dropdowns

    is there anything else?

  7. #7
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Dear Mr. kevin,

    vendor details not displaying what i want is if i select sub item for example spice i want all spice vendors to be display and so on.

    please see the below image what i want is to get all vendors of the selected product from the sub item!



    Thanks in advanceScreenshot (76).png
    Last edited by MdYas; 05-09-2016 at 07:03 AM.

  8. #8
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    Try this
    Open the attached and allow macros
    - Data validation & selection moved to sheet "Vendor details"
    - Very simple macro added that uses "Advanced Filter" to select the suppliers matching criteria.
    - Select using cells B2/C2
    - Macro will list matching suppliers automatically when value in cell C2 changes
    - to show all Vendors click on "Clear"

    AdvancedFilter.jpg


    Please Login or Register  to view this content.
    NOTE
    - range to row 9999 included to allow for lots more vendor details
    - the value in C1 must match the heading in C5 for "advanced filter" to work
    Attached Files Attached Files
    Last edited by Kevin#; 05-09-2016 at 07:48 AM.

  9. #9
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    thanks you so much for your quick reply, i'm getting error when i'm selecting the product in sub item drop down box.

    please see the below image,

    Screenshot (77).png

  10. #10
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    The error is happening because the sheet is already showing all the data.
    So vba now checks whether all cells on the sheet are visible

    Please Login or Register  to view this content.
    Attached Files Attached Files

  11. #11
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    its working perfectly now thank you so much and i have more to ask you regarding this project.

    you made my day sir.

  12. #12
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Dear Kevin,

    can we make automatically product specification after selecting product form the sub item drop down also i want picture to display of the same product.

    please find the attached copy for your reference

    Thanks in advance.
    Attached Files Attached Files

  13. #13
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    this post deleted - having major problems with site today
    Last edited by Kevin#; 05-11-2016 at 12:50 PM.

  14. #14
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    Hopefully this provides you with a method to achieve what you want

    In the attached workbook, try amending Cell C2 and see what happens
    (valid dropdown values include SHARBATI RAW / STEAM, SHARBATI SELLA GOLDEN, SHARBATI WHITE SELLA, SUGANDHA GOLDEN SELLA)

    Explanatory Notes
    Product specification and photo included above the data – otherwise need to allow for variable number of rows
    Your product specification is not complete and the product fields are inconsistent
    For illustration, I have enabled the lookup for some items – I have used the products where the specificationfields are the same
    You should decide which specification fields should appear on sheet “Vendor details” and ensure that those fields are present for every product (in sheet “Spec & Photos”) and include a value even if not relevant (“-“ or ”N/A” perhaps) so that you can see that all the fields are being pulled through
    You may want a to use different set of specifications for each product range instead of having lots of empty values

    LookUp Formulas
    Formula used to find the correct photo (in cell D6):
    Formula: Select Code copy to clipboard
    =IFERROR(VLOOKUP(C2,'Photo Index'!A:B,2,0),"Not Found")

    Formula to look-up the product specification (in cell G2, and copied down):
    Formula: Select Code copy to clipboard
    =IFERROR(VLOOKUP($C$2&F2,'Spec & Photos'!A:D,4,0),"Not Found")
    This above lookup searches for the concatenation of cell C2 and cell F2, and looks for match in column A of Sheet “Spec & Photos” (see below***)

    Amendments made to workbook
    Sheet “Vendor details”
    10 rows inserted at top of sheet to allow inclusion of product specifications and photo
    lookup for photo added in D6
    lookup for product specifications added in G2 to G10
    photo added in H1
    Sheet “Spec & Photos”
    added 2 columns
    Column B contains the Product name
    ***Column A is a concatenation of Column B and Column C used in lookup in cell G4 (sheet “Vendor details”)
    Renamed all photos to make life easier
    Sheet “Photo Index”
    this is a new sheet
    holds new list of products and related photo number
    this is used in lookup in cell D6 (sheet “Vendor details”)

    Macro to add the relevant photo
    Select Code copy to clipboard
    Please Login or Register  to view this content.
    Amended change event macro
    Data range starts at A15 (previously A5) to match insertion of rows to take product specifications and photo
    Select Code copy to clipboard
    Please Login or Register  to view this content.

  15. #15
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    I cannot edit the above post - all the text disappears

    This corrects post14:

    LookUp Formulas
    Formula used to find the correct photo (in cell D6):
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Formula to look-up the product specification (in cell G2, and copied down):
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    This above lookup searches for the concatenation of cell C2 and cell F2, and looks for match in column A of Sheet “Spec & Photos” (see below***)

  16. #16
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Dear Kevin,

    Thanks for your help and i appreciate for the same.

    i cant find the attached file.

    can you attached the amended file again.

    thanks in advance.

  17. #17
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Hi, Kevin

    Awaiting for your reply

  18. #18
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    here you go

  19. #19
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Display Vendor Details

    The file was too big - I deleted a couple of photos
    Attached Files Attached Files

  20. #20
    Forum Contributor
    Join Date
    04-18-2014
    Location
    Pune, India
    MS-Off Ver
    Excel 2021
    Posts
    119

    Re: Display Vendor Details

    Dear Kevin,

    its a pleasure to see your message and i'm lucky to learning from a excel master like you, i appreciate the help and support you have showered on me.

    Yaseen

+ 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. Show Vendor Details By Selecting Sub Items From VBA Drop Down List
    By MdYas in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-11-2015, 02:29 AM
  2. Display Vendor Details And Picture on Product Selection
    By MdYas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-26-2015, 08:00 AM
  3. Extract User details from Outlook using display name
    By mani88 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-21-2014, 09:44 AM
  4. to display the details when its tag number is put.
    By asmi in forum Access Tables & Databases
    Replies: 1
    Last Post: 03-03-2012, 06:57 PM
  5. Display details in a separate sheet
    By satyamkoli in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 07-18-2011, 02:33 AM
  6. Replies: 2
    Last Post: 03-12-2006, 07:20 PM
  7. How do I display the user details in a XLS sheet?
    By CJ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-11-2005, 01:00 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