pdxexceluser
New Member
- Joined
- Aug 22, 2012
- Messages
- 4
Hello,
Goal of project: I'm compiling a list of names on a separate tab from a column that only lists the names sporadically.
Problem: In the formula, the IF provides a TRUE, the row function, and consequently, the INDEX function (when I hit F9) provides the correct "name" and row number, but when I hit return, it provides the text 4 cells beneath what it should. Any thoughts? Thanks.
=IF(ROWS(F$5:F5)<=$F$2,INDEX(Details!B$1:B$39,SMALL(IF(Details!$A$1:$A$39=$F$1,ROW(Details!$A$1:$A$39)-ROW(Details!$A$1)+1),ROWS(F$5:F5))),"")
Goal of project: I'm compiling a list of names on a separate tab from a column that only lists the names sporadically.
Problem: In the formula, the IF provides a TRUE, the row function, and consequently, the INDEX function (when I hit F9) provides the correct "name" and row number, but when I hit return, it provides the text 4 cells beneath what it should. Any thoughts? Thanks.
=IF(ROWS(F$5:F5)<=$F$2,INDEX(Details!B$1:B$39,SMALL(IF(Details!$A$1:$A$39=$F$1,ROW(Details!$A$1:$A$39)-ROW(Details!$A$1)+1),ROWS(F$5:F5))),"")