jb
Member
Hello Helpers,
Trying to explain my problem. I have an excel file for maintaining list of students participating in various events of an institute.
I have one sample excel which contains 4 sheets right now.
This data is required to calculate leaves of students. Sample calculation given in attached file. I have calculated consolidated sheet manually to explain the type of report required to be generated. This list must be dynamically generated from the list of events entered on first sheet. When event is added, consolidated report must be automatically updated.
Please provide me a solution with formula or vba code. Power query is not suitable for us.
Trying to explain my problem. I have an excel file for maintaining list of students participating in various events of an institute.
I have one sample excel which contains 4 sheets right now.
- First sheet "event_list" has list of sheet names under column title "Event Sheet Title". Right now there 2 names in cell b4 and b5 - tennis and cricket respectively. Tennis and cricket are 2 activities arranged for students. Note: There can be new sheets of new sports events can be added in future. Also, in one sheet, there can be multiple entry of one student for various time period.
- Now in sheet tennis and cricket, I have list of students from various classes who have participated in tennis and cricket event.
- I want to generate consolidated list of students in the last consolidated sheet. In this sheet, I want to provide drop down list from which user can select class name. Here, it should display list of all the students of respective class who have participated in all the events in sorted order of Enrollment number.
This data is required to calculate leaves of students. Sample calculation given in attached file. I have calculated consolidated sheet manually to explain the type of report required to be generated. This list must be dynamically generated from the list of events entered on first sheet. When event is added, consolidated report must be automatically updated.
Please provide me a solution with formula or vba code. Power query is not suitable for us.