+ Reply to Thread
Results 1 to 15 of 15

Information into certain tabs dependent on drop down list

  1. #1
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Information into certain tabs dependent on drop down list

    I am looking to populate the account address details on the Copy Me tab by choosing an option from column L on the SC Schedule tab.
    This will in turn gather the relevant information from the Job Details tab.
    I have tried numerous ways but i feel it is beyond my capabilities.
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    I'm not following the cells needed to be looked at specifically.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    H10,11,12 & 13 on the 'Copy me' tab will be populated from A7,8,9,10, B7 or C7 on the 'Job details' tab depending on what is chosen from the drop down list in L4 on the 'Sc Schedule' tab.
    I have updated the attachment with the cells highlighted in Orange
    Copy of New Varian Order Schedule.xls

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    If JOB ADDRESS is selected, the results will pull from A7:A10.
    If ACCOUNT ADDRESS is selected, the results will pull from ??????
    If COLLECTION is selected, the results will pull from ??????

  5. #5
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Apologies.
    I hadn't saved the file correctly.
    B7 & C7.
    If either of these are selected it will only display 'Account Address' or 'Collection'
    Attached Files Attached Files

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    H10: =IF('SC Schedule'!$L$4="Job Address", 'Job Details'!A7, 'SC Schedule'!$L$4)

    H11: =IF('SC Schedule'!$L$4="Job Address", 'Job Details'!A8, "")
    (copied down)

  7. #7
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Brilliant!!
    Thank you very much.

  8. #8
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Hi,
    Just noticed that i missed something.
    If i add tabs to create a new order i have to insert the purchase order number into K21 on the order tab (Copy me). This will correspond to the SC no. in column B of the SC Schedule.
    This will then populate H10,11,12 & 13 in the same way that B9 etc are populated on the same sheet.
    It is a VLook code. I have tried to input this in a few ways but somewhere i keep using too many characters.

  9. #9
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Hi,
    Not sure if you saw my post below but i have yet again tried different ways to achieve this but keep coming up with errors

  10. #10
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    No idea in the blind what you're running into.

  11. #11
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Basically the formula worked but only on one tab. I need to to be able to create additional tabs thus raising additional purchase orders but the information provided on that tab relates to a line created on the SC Schedule.
    In the same way that the Contractor information is created

  12. #12
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    I'm sorry, your question is not clear to me. You already seem to have this VLOOKUP idea working in B9:B13.

  13. #13
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    Yes i do and i have tried to incorporate the same idea but it only shows what is visible in I4 of the SC Schedule and not the actual address. I have been trying to use the VLOOKUP in conjunction with the formula you provided.
    Last edited by JBeaucaire; 08-19-2015 at 12:46 PM.

  14. #14
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Information into certain tabs dependent on drop down list

    I don't see where the Delivery Address would be listed to show in that section on row 001 of the SC Schedule?

    If Job Address, then lookup 001 in column B and return the addres listed in column ?
    If ?????
    If ?????

  15. #15
    Registered User
    Join Date
    01-15-2013
    Location
    Poole
    MS-Off Ver
    365 (2019)
    Posts
    23

    Re: Information into certain tabs dependent on drop down list

    It is not. It would have to take it from the Job Details tab as per the previous formula

+ 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: 3
    Last Post: 01-25-2015, 01:22 PM
  2. Replies: 4
    Last Post: 09-11-2014, 10:38 PM
  3. Replies: 5
    Last Post: 11-11-2013, 10:23 AM
  4. [SOLVED] Dependent Drop down list with DEPENDENT DEFAULT VALUE
    By ginieman in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 10-28-2013, 03:56 AM
  5. [SOLVED] Suppress drop-down list dependent on value chosen in another drop-down list
    By ptmald in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-17-2013, 07:17 PM
  6. [SOLVED] Column B drop down list with 2 options, columns C & E with dependent drop down lists
    By betic in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-26-2012, 03:47 PM
  7. [SOLVED] Dependent Drop down list with DEPENDENT DEFAULT VALUE (e.g. Blank)
    By Waqar Ali in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-26-2012, 06:31 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