List of Students from one sheet to another

Fazila

Board Regular
Joined
Nov 19, 2014
Messages
163
Another query for which I would really appreciate any help.

I am trying to provide departments a breakdown on their subject and one of the sections is a list of students who are under performing and have behaviour issues. I have found a formula to do this but I am trying to automate the process as much as possible so have set it up for one department but if I change the subject to say Maths it automatically populates the spreadsheet by matching the column headers. The formula I am using to extract the list is:

=IF(COUNTIFS('Raw Data excel'!$AH:$AH,"<0",'Raw Data excel'!$GO:$GO,">=3",'Raw Data excel'!$IG:$IG,">=3")<ROWS($A$72:A72),"",INDEX('Raw Data excel'!A:A,SMALL(IF(('Raw Data excel'!$AH$2:$AH$269<0)+('Raw Data excel'!$GO$2:$GO$269>=3)+('Raw Data excel'!$IG$2:$IG$269>=3)=3,ROW('Raw Data excel'!$A$2:$A$269)),ROW('Raw Data excel'!A1))))

Any ideas on how this can be changed to so that instead of extracting data from columns it extracts data if the column header matches?

Thanks
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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