Hi There, I am not sure why the formula below not working for me. Can you please help me understand if anything should be fixed?
=IF(ROWS(F$68:F68)<=G51,INDEX($B$2:$B$10,SMALL(IF($A$2:$A$10=$D$5,ROW($A$2:$A$10)-ROW($A$2)+1),ROWS(F$68:F68))),"")
I know that the formula is entered as an ARRAY {}.
The array formula will be posted in cell F68 and copied down.
Cell D5 = Jenna and G51=4
Small formula is used as an incrementer(and it seems to work)
Basically I want the formula to return in cells F68, F69, F70, F71 all the comments that match to the "Jenna" index (data from cell B2, B5,B9,B10). I keep getting #N/A
[pre]
[/pre]
=IF(ROWS(F$68:F68)<=G51,INDEX($B$2:$B$10,SMALL(IF($A$2:$A$10=$D$5,ROW($A$2:$A$10)-ROW($A$2)+1),ROWS(F$68:F68))),"")
I know that the formula is entered as an ARRAY {}.
The array formula will be posted in cell F68 and copied down.
Cell D5 = Jenna and G51=4
Small formula is used as an incrementer(and it seems to work)
Basically I want the formula to return in cells F68, F69, F70, F71 all the comments that match to the "Jenna" index (data from cell B2, B5,B9,B10). I keep getting #N/A
[pre]
Code:
A1 Player B1 Comment
A2 Jenna B2 Jenna - 11/28/11 Game Score 1
A3 BLX B3 CA not relevant
A4 BLX B4 CA not relevant
A5 Jenna B5 CA not relevant
A6 FOJO B6 Fojo - 05/26/11 Game Score 14.4
A7 FOJO B7 Fojo - 05/26/11 Game Score 14.4
A8 FOJO B8 Fojo - 05/26/11 Game Score 14.4
A9 Jenna B9 Jenna - 11/28/11 Game Score 22
A10 Jenna B10 Jenna - 11/28/11 Game Score 22