Busymanjohn
Member
Hi all, I am having some trouble with getting the required results from a multiple VLOOKUP ( INDEX, SMALL ) when I input a > sign rather than an = sign ..... i.e. my formula is INDEX(page!$B$1:$U$2671,SMALL(IF(page!$B$1:$B$2671=3,ROW(page!$B$1:$B$2671)),ROW(page!1:1))*1,2)
page is the sheet name that contains my data, full range of the data is in cols B to U, with col B containing the start point ( number of days in this case ) ... formula works fine with an = sign after the IF statement (IF(page!$B$1:$B$2671=3, but when I change the = sign to a > sign the result is error or returns the value in the cell above .... is there something significant about using a > sign in this formula?
page is the sheet name that contains my data, full range of the data is in cols B to U, with col B containing the start point ( number of days in this case ) ... formula works fine with an = sign after the IF statement (IF(page!$B$1:$B$2671=3, but when I change the = sign to a > sign the result is error or returns the value in the cell above .... is there something significant about using a > sign in this formula?