Results 1 to 4 of 4

Adding another condition to an INDEX SMALL array

Threaded View

  1. #1
    Registered User
    Join Date
    12-21-2011
    Location
    Oxford
    MS-Off Ver
    Excel 2007
    Posts
    2

    Adding another condition to an INDEX SMALL array

    Hi - I need to add in another condition to the following formula -

    {=IF(K2="None Required","None Required",IF(K2="","",INDEX('99-115-10'!$E$2:$E$700,SMALL(IF((K2='99-115-10'!$L$2:$L$700)*(COUNTIF(Matrix!$H$1:L1,'99-115-10'!$E$2:$E$700)=0),ROW('99-115-10'!$L$2:$L$700)-MIN(ROW('99-115-10'!$L$2:$L$700))+1,""),1))))}

    Essentially in addition to the other conditions I want it to only return the values IF('99-115-10'!$F$2:$F$700="" but I can't get the syntax right. I thought it might be something like -
    {=IF(K2="None Required","None Required",IF(K2="","",INDEX('99-115-10'!$E$2:$E$700,SMALL((IF('99-115-10'!$F$2:$F$700="")*if(((K2='99-115-10'!$L$2:$L$700)*(COUNTIF(Matrix!$H$1:L1,'99-115-10'!$E$2:$E$700)=0),ROW('99-115-10'!$L$2:$L$700)-MIN(ROW('99-115-10'!$L$2:$L$700))+1,""),1))))}

    However, sadly that doesn't work - bad syntax. Can anyone help me tidy this formula up?

    Also - first post, whoop.
    Last edited by reborn537; 12-29-2011 at 06:03 AM.

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