+ Reply to Thread
Results 1 to 4 of 4

Transferring filtered data from one table to another

Hybrid View

  1. #1
    Registered User
    Join Date
    01-22-2010
    Location
    Tulsa, OK
    MS-Off Ver
    Excel 2013
    Posts
    6

    Transferring filtered data from one table to another

    The objective and examples are provided. I finally took the time to layout the desired outcome and I can see this could be above my knowledge level, even though I'll be plowing into it in the next two weeks. In any case, I could use anything from some insights to a solution to transfer to the final project.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Transferring filtered data from one table to another

    Hi and welcome to the board

    Try in B18

    =IF(COUNT(OFFSET($B$8,,MATCH($C$15,$C$7:$F$7,0),3))<ROWS($A$18:A18),"",INDEX($B$8:$B$10,SMALL(IF(NOT(ISBLANK(OFFSET($B$8,,MATCH($C$15,$C$7:$F$7,0),3))),ROW(INDIRECT("1:"&ROWS($B$8:$B$10)))),ROW(A1))))
    As it is array formulae, Confirm with <Ctrl>+<Shift>+<Enter> then Copy down

    In C18

    =IF(ISERROR(VLOOKUP($B18,$B$7:$H$10,MATCH(C$17,$B$7:$H$7,0),0)),"",VLOOKUP($B18,$B$7:$H$10,MATCH(C$17,$B$7:$H$7,0),0))
    copy down then accross
    I can up;od workbook if u'd like
    Last edited by contaminated; 01-23-2010 at 03:57 AM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  3. #3
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Smile Re: Transferring filtered data from one table to another

    I'm uploading workbook with ready for me sample...
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-22-2010
    Location
    Tulsa, OK
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Transferring filtered data from one table to another

    Thank you Vusal M. Dadashev. I appreciate the help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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