+ Reply to Thread
Results 1 to 5 of 5

Copying a range of cells based on the selection of a drop down choice in another sheet

  1. #1
    Registered User
    Join Date
    03-25-2018
    Location
    South Lyon, Michigan
    MS-Off Ver
    2010
    Posts
    11

    Copying a range of cells based on the selection of a drop down choice in another sheet

    I have seen this question listed with similar sheets but I cannot get it to work for my workbook.

    So this project just became slightly more complex. Same thought process, Chassis 1 Common Cause tab is the main input source. The Chassis 1 Top Ten will be selectable based on the selection of the user. All info should flow over with the drop down choice. I have attached the actual spreadsheet I am using instead of a template.

    Complete workbook attached.

    Jason
    Attached Files Attached Files
    Last edited by jsbean17; 06-22-2022 at 04:31 PM. Reason: Need to enhance solution due to workbook modification

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Copying a range of cells based on the selection of a drop down choice in another sheet

    In B2 copied to full range

    =IFERROR(INDEX(Main!B$2:B$7,MATCH($A2,Main!$A$2:$A$7,0)),"")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  3. #3
    Registered User
    Join Date
    03-25-2018
    Location
    South Lyon, Michigan
    MS-Off Ver
    2010
    Posts
    11
    See original post for description
    Attached Files Attached Files
    Last edited by jsbean17; 06-22-2022 at 04:46 PM.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,534

    Re: Copying a range of cells based on the selection of a drop down choice in another sheet

    For columns C:H =INDEX('Chassis 1 Common Cause'!C$3:C$12,MATCH($B3,'Chassis 1 Common Cause'!$B$3:$B$12,0))
    For columns J:Y =IF($I3="A Crew",INDEX('Chassis 1 Common Cause'!J$3:J$11,MATCH($B3,'Chassis 1 Common Cause'!$B$3:$B$12,0)),INDEX('Chassis 1 Common Cause'!J$4:J$12,MATCH($B2,'Chassis 1 Common Cause'!$B$3:$B$12,0)))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Copying a range of cells based on the selection of a drop down choice in another sheet

    In C3 and copied up to H columns.
    Please Login or Register  to view this content.
    In J3 and copied up to Y columns.
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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. Copy paste range of cells based on drop down list selection
    By jrx in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-20-2016, 10:23 AM
  2. Replies: 0
    Last Post: 05-27-2015, 06:06 AM
  3. Copying data to another sheet based upon YES/NO drop-down selection
    By Tsonga in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-30-2014, 09:05 AM
  4. [SOLVED] sumif referencing a range based on a choice from a drop down
    By jv5875 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-08-2014, 06:45 PM
  5. Replies: 3
    Last Post: 10-31-2013, 04:23 PM
  6. Copy cell range from another sheet based on drop down selection.
    By nhen.enry in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 08-09-2012, 09:24 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