+ Reply to Thread
Results 1 to 3 of 3

Extract data from one range to another

  1. #1
    Forum Contributor
    Join Date
    05-20-2016
    Location
    Detroit
    MS-Off Ver
    Office 365 Version 2008 (July 2020)
    Posts
    819

    Extract data from one range to another

    I need a Formula at B6 (or J6)
    I want to extract data from B3:H4 to B5:H6
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Extract data from one range to another

    For Example 1, put this B6 and ENTERED as Array Formula, then copied cross:

    =IFERROR(INDEX($B$3:$H$3,MATCH(0,--(COUNTIF($A$6:A6,$B$3:$H$3)=$B$4:$H$4),0)),"")

    and this on B7 and ENTERED as array formula also and copied cross:

    =IFERROR(IFERROR(INDEX($B$4:$H$4,MATCH(0,--(COUNTIF($A$6:A6,$B$3:$H$3)=$B$4:$H$4),0)),"")/IFERROR(INDEX($B$4:$H$4,MATCH(0,--(COUNTIF($A$6:A6,$B$3:$H$3)=$B$4:$H$4),0)),""),"")

    For Example 2, put this on J6 and ENTERED as array formula then copied cross:

    =IFERROR(INDEX($J$3:$P$3,MATCH(0,--(COUNTIF($I$6:I6,$J$3:$P$3)=$J$4:$P$4),0)),"")

    and this on J7, and ENTERED as array formulas and copied cross:

    =IFERROR(IFERROR(INDEX($J$4:$P$4,MATCH(0,--(COUNTIF($I$6:I6,$J$3:$P$3)=$J$4:$P$4),0)),"")/IFERROR(INDEX($J$4:$P$4,MATCH(0,--(COUNTIF($I$6:I6,$J$3:$P$3)=$J$4:$P$4),0)),""),"")
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-20-2016
    Location
    Detroit
    MS-Off Ver
    Office 365 Version 2008 (July 2020)
    Posts
    819

    Re: Extract data from one range to another

    Thank you so much, works

+ 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. Extract Data from Range with Condition
    By ionelz in forum Excel General
    Replies: 5
    Last Post: 09-04-2019, 11:14 AM
  2. [SOLVED] VBA to extract consolidated data from a cell and use it to expand the data range.
    By The_Snook in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-08-2016, 11:16 AM
  3. [SOLVED] Extract data in range
    By sanjuss2 in forum Excel General
    Replies: 7
    Last Post: 05-01-2015, 05:11 AM
  4. Extract Data From A Large Range Using VBA
    By Paul_SR in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2014, 12:16 PM
  5. [SOLVED] Extract data from range by matching
    By alexpsyched in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-07-2013, 10:16 AM
  6. extract data from a date range
    By Spherous in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-21-2013, 11:50 PM
  7. Extract repeated data from a range
    By mkvassh in forum Excel General
    Replies: 4
    Last Post: 05-05-2010, 09:15 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