vijay.vizzu
Member
Hi... Excel Ninjas
Can you all please explain the below formulas, how the formula is behaving like chandoo examples. Explains step by step.
=IF(COUNTIF(DataEntry!$B$2:$B$7,A1)>=1,"",ROW())
=IF(ROW(A1)-ROW(A$1)+1>COUNT(B$1:B$6),"",INDEX(A:A,SMALL(B$1:B$6,1+ROW(A1)-ROW(A$1))))
=IF(COUNTIF(DataEntry!$B$2:$B$7,E1)>=1,"",ROW())
=IF(ROW(E1)-ROW(E$1)+1>COUNT(F$1:F$10),"",INDEX(E:E,SMALL(F$1:F$10,1+ROW(E1)-ROW(E$1))))
=IF(COUNTIF(DataEntry!$B$2:$B$7,I1)>=1,"",ROW())
=IF(ROW(I1)-ROW(I$1)+1>COUNT(J$1:J$10),"",INDEX(I:I,SMALL(J$1:J$10,1+ROW(I1)-ROW(I$1))))
Thanks
Can you all please explain the below formulas, how the formula is behaving like chandoo examples. Explains step by step.
=IF(COUNTIF(DataEntry!$B$2:$B$7,A1)>=1,"",ROW())
=IF(ROW(A1)-ROW(A$1)+1>COUNT(B$1:B$6),"",INDEX(A:A,SMALL(B$1:B$6,1+ROW(A1)-ROW(A$1))))
=IF(COUNTIF(DataEntry!$B$2:$B$7,E1)>=1,"",ROW())
=IF(ROW(E1)-ROW(E$1)+1>COUNT(F$1:F$10),"",INDEX(E:E,SMALL(F$1:F$10,1+ROW(E1)-ROW(E$1))))
=IF(COUNTIF(DataEntry!$B$2:$B$7,I1)>=1,"",ROW())
=IF(ROW(I1)-ROW(I$1)+1>COUNT(J$1:J$10),"",INDEX(I:I,SMALL(J$1:J$10,1+ROW(I1)-ROW(I$1))))
Thanks