+ Reply to Thread
Results 1 to 6 of 6

Dynamic linking (of 3 cells) while selecting from drop down cell

  1. #1
    Registered User
    Join Date
    03-12-2014
    Location
    Hyderabad
    MS-Off Ver
    Excel 2013
    Posts
    18

    Dynamic linking (of 3 cells) while selecting from drop down cell

    Dear all,

    When I select Hardwar Platform (IBM,HP,SUN) from the drop down list, then only relative IBM or SUN or HP parameters should show from Processor model drop down list, in turn relative Processor speed should be selected from the Parameter sheet, and populate on the third cell i.e., (Select processor speed).

    Please find attached sample excell for your understanding with example.

    Thanks
    Regards,
    Attached Files Attached Files
    Regards,
    SV

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Dynamic linking (of 3 cells) while selecting from drop down cell

    It can be done just with built in funcionality. No VBA needed.
    I defined 3 more named ranges (Ctrl+F3) called IBM, HP, SUN and assigned falidation list to =INDIRECT(C2) function.
    see attached.

    The thing which can be done with VBA is code for the sheet event Change, to check if visible value in C3 is appropriate to selected C2 and if not either empty it or fill with first value from current list.
    Attached Files Attached Files
    Best Regards,

    Kaper

  3. #3
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Dynamic linking (of 3 cells) while selecting from drop down cell

    PS. the code for Sheet workout could be
    Please Login or Register  to view this content.
    or

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    03-12-2014
    Location
    Hyderabad
    MS-Off Ver
    Excel 2013
    Posts
    18

    Re: Dynamic linking (of 3 cells) while selecting from drop down cell

    Thanks Kaper,

    This is what exactly I am looking for. Thank you very much.
    Can you please tell me the steps to create this Name manager and map to the required parameters.

  5. #5
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Dynamic linking (of 3 cells) while selecting from drop down cell

    1 select range to be used as IBM (B4:B13)
    2 Ctrl+F3
    3 New
    4 write IBM in Name field (field Refers_to will be already filled with =Parameters!$B$4:$B$13 because you selected it in step 1
    5 OK
    6 if more named ranges needed, goto 1 (of course nex will nor be IBM ;-) )

  6. #6
    Registered User
    Join Date
    03-12-2014
    Location
    Hyderabad
    MS-Off Ver
    Excel 2013
    Posts
    18

    Re: Dynamic linking (of 3 cells) while selecting from drop down cell

    It really solved my problem and able to reflect the changes in original sheet.
    Thank you very much Kaper....

+ 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. linking two cells between dynamic ranges and worksheets
    By dimattia in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-24-2013, 11:10 AM
  2. [SOLVED] Dynamic Copy + Insert copied cells to a new row Macro by selecting two fields
    By engrogg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-10-2012, 07:25 AM
  3. Replies: 2
    Last Post: 06-11-2012, 09:57 AM
  4. Linking drop-down data to adjoining cells
    By Nreese11 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-23-2010, 09:40 PM
  5. [SOLVED] Selecting and copying a dynamic range of cells
    By EstherJ in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-11-2005, 01:05 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