+ Reply to Thread
Results 1 to 4 of 4

Pulling a row from a range to another sheet based on criteria

  1. #1
    Registered User
    Join Date
    10-30-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    15

    Pulling a row from a range to another sheet based on criteria

    OK...I need to look at a range of cells and pull over any row that has a "v" in the column.

    Auction.xlsx

    On the Auction sheet anything that is marked with a "v" in column C is a special item that needs to go to another page for a summary.

    I need the "674 Summary" tab to pull any items that are marked with a "v". I need the entire row of information for each item to be pulled.

    It is effectively a filter...but it needs to be on its own summary page.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Pulling a row from a range to another sheet based on criteria

    In A1 of SUMMARY674, put this ARRAY(Confirm using Control+Shift+Enter-Not just Enter) formula.

    Copy down and across.

    =IFERROR(INDEX(Auction!A$3:A$100,SMALL(IF(Auction!$C$3:$C$1000="v",ROW(Auction!A$3:A$100)-2),ROW(Auction!A1))),"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    10-30-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Pulling a row from a range to another sheet based on criteria

    That worked...reps!

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Pulling a row from a range to another sheet based on criteria

    Welcome.

    Thanks for reb *

+ 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