selected student name with multiple condition

Naresh Maloo

New Member
Joined
Sep 4, 2014
Messages
12
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]s no
[/TD]
[TD]name of student
[/TD]
[TD]class
[/TD]
[TD]cast
[/TD]
[TD]income
[/TD]
[TD]result
[/TD]
[TD]%
[/TD]
[TD]boy/girl
[/TD]
[TD]date of birth
[/TD]
[TD]others
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]nkm
[/TD]
[TD]9
[/TD]
[TD]gen
[/TD]
[TD]40000
[/TD]
[TD]pass
[/TD]
[TD][/TD]
[TD]B
[/TD]
[TD]05.6.90
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]rcp
[/TD]
[TD]9
[/TD]
[TD]gen
[/TD]
[TD]250000
[/TD]
[TD]pass
[/TD]
[TD][/TD]
[TD]B
[/TD]
[TD]07.08.92
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]ulb
[/TD]
[TD]9[/TD]
[TD]gen[/TD]
[TD]30000
[/TD]
[TD]fail
[/TD]
[TD][/TD]
[TD]G
[/TD]
[TD]04.06.89
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]kcm
[/TD]
[TD]10
[/TD]
[TD]sc[/TD]
[TD]30000
[/TD]
[TD]pass
[/TD]
[TD][/TD]
[TD]G
[/TD]
[TD]60.12.90
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I WANT IN NEXT SHEET OF EXCEL SAME ATTACHED TABLE HEADING WITH CONDITION SUCH AS NAME OF THOSE STUDENT WHICH BELONGS TO CLASS 9 , CAST GEN , RESULT PASS , BOY AND INCOME MUST >50000.
what will be formula for this in excel 2007. thanking in advance.
 
Assumed your table in ranges A1:J5 (Include Header):

=IFERROR(INDEX($B$2:$B$5,SMALL(IF(($C$2:$C$5=9)*($E$2:$E$5>50000)*($F$2:$F$5="Pass")*($H$2:$H$5="B"),ROW($B$2:$B$5)-ROW($B$2)+1),ROWS($A$1:A1))),"")

Array FOrmula (means when ENTER you need to press CTRL-SHIFT-ENTER button together)
and copied down
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top