+ Reply to Thread
Results 1 to 20 of 20

how you link a drop down to populate information from other sheets? (quotation type of fo

  1. #1
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    how you link a drop down to populate information from other sheets? (quotation type of fo

    Afternoon everyone, its been a while but I need your expertise again. I am creating a new quotation database in excel, I have multiple sheets which are each for different services I do, for example one sheet is called carbon, the next powdercoating, ect

    I have a main sheet called Quotation, in this I have a cell in column a with a heading called Service, this is a drop down list consisting of carbon, powdercoating ect, the the next cell in column b I want a drop down list which will be populated with the list of items and also cost for that relevant sheet.

    each of the service sheets (carbon, powdercoating ect) are formatted the same, item description in one cell and price in the next

    Can anyone offer any advice please?

    many thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Welcome back to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.

  3. #3
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Very basic sample form attached
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    maybe use tables?

  5. #5
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Hi,
    For cell B3 in Quote worksheet select data validation >list and in Source box enter the formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In cell C3 insert a vlookup formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Create named ranges: CARBON, CARBON_TBL, POWDERCOATING, POWDERCOATING_TBL

    Data Validation in B3

    list ==>INDIRECT(A3)

    in C3

    =IFERROR(VLOOKUP($B3,INDIRECT($A3 &"_TBL"),2,FALSE),"")
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    ooof! thanks peeps, way above my head but I will give it a quick go and report back :-)

    The option by Diana populates it great but I need the list of items to be a drop down list in cell B3 on the quote sheet if that makes sense

  8. #8
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    hmm think ive got lost trying to do what you have explained John,

    do I create a table called carbon_tbl? or just select the range and give that a name called carbon_tbl

  9. #9
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    That is what post #6 does!

  10. #10
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    please excuse my ignorance I didnt realise you had uploaded a file. Thats exactly what I am after! thank you very much. is there any limit to the number of columns? as in at the moment I have only item and cost, if I wanted item, cost, comments, production time is this ok? im guessing I just change the column number in the formula ?

  11. #11
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    You can add to the named ranges as required and if you want to return, for example, "Production Time", then just add a VLOOKUP to reference the appropriate column.

    If you have any problems then come back to the forum.

  12. #12
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Hello everyone,

    currently my spreadsheet has 2 services carbon and powdercoating, how would i go about adding an additional 4 services? they would be in the same format (item and cost)

  13. #13
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    If they are separate sheets, then replicate the process for the first two: you should not need to change the DV in "Quote".

    I would have placed then all on one sheet : the named ranges could remain the same but reference the single sheet.

  14. #14
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Morning Everyone,

    right I have created another generator, this time taking the advice and keeping all the services onto one sheet. I have attached it for anyone to look at. My question is would it be better to create a table for each service as the items for each service will grow so I want o=it to be easy to add to it and then sort ascending. hope this makes sense.
    Attached Files Attached Files

  15. #15
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    can anyone help?? really close to getting this layout done I think im just hopeless with these formulas

  16. #16
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Posted example for "Flocking" removed "Electrostatic" from heading)

    Question: is price dependent on Finish: if so you need to create tables based on Service/Finish/Price
    Attached Files Attached Files

  17. #17
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    hello john thanks for taking the time to reply, the finish is simply to confirm the colour of the item, price wont change. The lists with item and cost are what dictates the price. Hope that makes sense, just downloading the file now and will have a gander. cheers

  18. #18
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    on the unit price, is there a way to remove the drop down so that it just auto populates with the corresponding value? for example when flocking is cc the value will be 333?

  19. #19
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Created named range "Flocking_Tbl"

    Removed DV from "Unit Price" and replaced with

    =VLOOKUP(B7,INDIRECT(A7&"_Tbl"),2,FALSE)

    so named ranges are value in A7 with "_Tbl" added.

    NOTE: Excel will replace blanks with "_" (Underscore)in named ranges so "Injector Diagnostics" will become "Injector_Diagnostics"


    so VLOOKUP becomes (for all)

    =IFERROR(VLOOKUP(B7,INDIRECT(SUBSTITUTE(A7," ","_")&"_Tbl"),2,FALSE),"")

    Added IFERROR to avoid error when changing the DV values

    AND DV for "Description" becomes

    =INDIRECT(SUBSTITUTE($A$7," ","_")) (for all)

    I still think to need a more comprehensive pricing based on FINISH as well as ITEM (??)
    Attached Files Attached Files

  20. #20
    Forum Contributor
    Join Date
    10-13-2008
    Location
    wales (uk)
    Posts
    113

    Re: how you link a drop down to populate information from other sheets? (quotation type o

    Morning John,

    thats spot on mate thank you very much, as for finish, there are only really colours and glossy/matt finish for carbon. Neither affect price as materials are all the same price. Awesome help as always mate

+ 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: 9
    Last Post: 10-26-2017, 03:58 PM
  2. Trying to use drop down information to populate cell on different sheet
    By jmking1999 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-11-2017, 07:45 AM
  3. [SOLVED] How to auto populate cells on multiple sheets dependant on the information from another
    By MIKETALEA in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-03-2014, 05:51 PM
  4. Populate information from drop down menu
    By mjwebb07 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2013, 04:34 PM
  5. How to you link information on on multiple excel sheets
    By Carolyn492 in forum Excel General
    Replies: 0
    Last Post: 12-10-2011, 11:44 AM
  6. Replies: 0
    Last Post: 10-18-2010, 11:09 AM
  7. Link sheets & populate cell based on entered text
    By Vachoen in forum Excel General
    Replies: 4
    Last Post: 02-16-2009, 10:10 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