selected student name with multiple condition

Naresh Maloo

New Member
Joined
Sep 4, 2014
Messages
12
s no
name of student
class
cast
income
result
%
boy/girl
date of birth
others
1
nkm
9
gen
40000
pass
B
05.6.90
2
rcp
9
gen
250000
pass
B
07.08.92
3
ulb
9gen30000
fail
G
04.06.89
4
kcm
10
sc30000
pass
G
60.12.90

<tbody>
</tbody>
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.
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
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

Forum statistics

Threads
1,214,606
Messages
6,120,497
Members
448,967
Latest member
visheshkotha

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