+ Reply to Thread
Results 1 to 5 of 5

index small - filter data

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,233

    index small - filter data

    hello all

    In my sheet "P1" i list all my accounts that will be serviced i.e. cell K13

    When i select the service date, the service week automatically get populated (range L13:O13).

    Now, start row 69 below, i show the accounts filter by their "service week" from range L13:O13 etc.

    The struggle is, my formula (below), is based on data on column L70 down. This formula only filters the account once.

    {=IF(ROWS($70:70)>COUNTIF((INDEX(_Data,0,L$68)),$B$70),"",INDEX(Data!$M:$M,SMALL(INDEX(ROW((INDEX(_Data,0,L$68)))+((INDEX(_Data,0,L$68))<>$B$70)*10^10,0),ROWS($70:70))))}

    In cell E70, i have the following formula - this formula is dependent on cell L70
    {=IF($L70="","",INDEX(_Data,SMALL(IF((INDEX(_Data,0,11))='P1'!$L70,ROW((INDEX(_Data,0,11)))-ROW(Data!$M$5)+1),COUNTIF($L70:$L$70,$L70)),'P1'!E$68))}


    My issues comes into play, is that...if cell M78 has a service week, it gets listed, however, in cell E78 the name does not appear and I do not know how to make it show up. I tried if(or(etc but its showing a #value error.

    if someone can pls help!

    thx u so much!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,233

    Re: index small - filter data

    any thoughts on this guys?

  3. #3
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,233

    Re: index small - filter data

    can anyone pls help with this?

  4. #4
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,233

    Re: index small - filter data

    any suggestions or how to modify a new formula?

  5. #5
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,233

    Re: index small - filter data

    Hello

    I tried this in cell E78 but getting #value error

    {=IF($L78="","",INDEX(_Data,SMALL(IF((INDEX(_Data,0,11))='P1'!$L78,ROW((INDEX(_Data,0,11)))-ROW(Data!$M$5)+1),COUNTIF($L$78:$L78,$L78)),'P1'!E$68)),IF($M78="","",INDEX(_Data,SMALL(IF((INDEX(_Data,0,12))='P1'!$M78,ROW((INDEX(_Data,0,12)))-ROW(Data!$N$5)+1),COUNTIF($M$78:$M78,$M78)),'P1'!E$68))}

    not sure what i am doing wrong in there?
    Last edited by jw01; 12-04-2012 at 11:32 AM.

+ 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