Can anyone see the error in my formula? I am trying to extract records for each project description in column G3:G46 from the sheet labeled Tasks.
A2 has the project description and b2 has the count.
=IF(ROWS(A$5:A6)>$B$2,"",Index(Tasks!A$3:A$46,SMALL(IF(Tasks!$G$2:$G$46=$A$2,ROW(Tasks!$G$3:$G$46)-ROW(Tasks!$G$3)+1),ROWS(A$5:A6))))
Thanks,
RCAAA
A2 has the project description and b2 has the count.
=IF(ROWS(A$5:A6)>$B$2,"",Index(Tasks!A$3:A$46,SMALL(IF(Tasks!$G$2:$G$46=$A$2,ROW(Tasks!$G$3:$G$46)-ROW(Tasks!$G$3)+1),ROWS(A$5:A6))))
Thanks,
RCAAA