Having watched a MrExcel YouTube video about pulling records based on a condition, I attempted to reorganise a large question bank we have for learners. Unfortunately, the formula doesn't seem to work as it's getting caught pulling correct row numbers and always returns 0.
=IFERROR(SMALL(IF($D$1:$D$100=$J$1,ROW($A$1:$A$100)-1),ROW(A1)),"").
Column A - ID's
Column D - Categories
J1 - Category filter.
Any help is massively appreciated! Original tutorial link below:
=IFERROR(SMALL(IF($D$1:$D$100=$J$1,ROW($A$1:$A$100)-1),ROW(A1)),"").
Column A - ID's
Column D - Categories
J1 - Category filter.
Any help is massively appreciated! Original tutorial link below: