+ Reply to Thread
Results 1 to 2 of 2

Trying to grab rows on multiple worksheets based on conditional value

  1. #1
    Registered User
    Join Date
    03-20-2015
    Location
    nj
    MS-Off Ver
    2013
    Posts
    2

    Trying to grab rows on multiple worksheets based on conditional value

    I have over 100 worksheets that are identical. I am trying to make 1 new sheet where it scans the other sheets. The scan is for 1 column (H) and to find an event (both >.05 and <-.05). Then I need it to copy the entire row and place it into the new worksheet.

  2. #2
    Registered User
    Join Date
    03-20-2015
    Location
    nj
    MS-Off Ver
    2013
    Posts
    2

    Re: Trying to grab rows on multiple worksheets based on conditional value

    via another recent post I pulled this out. I think it is close to what I need however it is not running on my excel
    {=IFERROR(Index(acw:asti!$A$2:$Q$1259, Small(if(acw:asti!$H$2:$H$1259 > 5%, Row(acw:asti!$H$2:$H$1259)-Row(acw:asti!$H$2+1), Rows (A$2:A2)), Match (A$1, acw:asti!$A$1:$Q$1, 0)),""))}

+ 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. Macro to grab multiple rows and sum on different sheet
    By Steveb03 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-04-2013, 04:00 PM
  2. Replies: 2
    Last Post: 02-20-2013, 12:40 PM
  3. Replies: 5
    Last Post: 12-28-2012, 02:06 PM
  4. Copying Rows Based on Condition from Multiple Worksheets to 1
    By codyj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-23-2011, 07:23 PM

Tags for this Thread

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