Hi ,
I am not clear about what you wish to do , but if you want the results in column G , then the standard formula to do this , given the data in column F , would be the following array formula , to be entered using CTRL SHIFT ENTER :
=INDEX(Table1[Information in Sheet1],SMALL(IF(Table1[Column1]=F3,ROW(Table1[Information in Sheet1]) - ROW(Table1[[#Headers],[Information in Sheet1]])),COUNTIF(F$3:F3,F3)))
Narayan