kashifshahzad
New Member
- Joined
- May 17, 2014
- Messages
- 19
I have two sheet in a file on one sheet a have data regarding student like AdmissioNo, RollNo, Name, FatherName, Class and status. I want to generate the student list according to choice, for example if I select class 1 it should return student name list of that particular class if their status is active.
I have used following formula in my second sheet
=INDEX(Data!C2:C1019,MATCH(Sheet2!$B$1,Data!E2:E1019,0))
it gives me the result, but for few classes it gives repetition of student names.
please download file on link mentioned below
Need your quick help.
Thanks
https://www.dropbox.com/s/jle1078znmc8ln3/Assignment.xlsx?dl=0
I have used following formula in my second sheet
=INDEX(Data!C2:C1019,MATCH(Sheet2!$B$1,Data!E2:E1019,0))
it gives me the result, but for few classes it gives repetition of student names.
please download file on link mentioned below
Need your quick help.
Thanks
https://www.dropbox.com/s/jle1078znmc8ln3/Assignment.xlsx?dl=0
Last edited: