• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Searching list of tables to return count

nikhil83

New Member
Master table Schema - Index[Course,No of Nominations,No Attended,No of evaluation completions] : Its a summery table to capture numbers corresponding to course details.
A table with same name as course name will be created for each entry in Index[Course] to capture course details which will be displayed in a new tab with same name of course (Done through macro)

I need an employee wise view of Courses (Employee tab in attached file). I Should be able to see the number of trainings attended by the employee . Here challenge is that,i don't have a master list of employees. employees names will have to be populated in employee table from attendance list of each training - (Coursename[Attended/Not]="Y") Eg: If X attended MVC training he gets count 1.If he attends another training,count becomes 2 and so on.If a new person attends the last session in the quarter,His name also should be added to the list with count as 1.From the attendance list of last session.

Basically For each employee , formulea should go through all training attendance forms till then and update his training count likewise.
 

Attachments

Hi Nikhil,

Please find attached Macro-Enabled excel file with solution that your looking for.

I hope this resolves your problem.

Regards,
Gangadhar Yeligaty.
Thanks for taking pains to write the macro . The file i uploaded is just an example . As and when a new entry is made in Index[Course],a new table will be created with the same name automatically (I have written a macro for it,'ctrl+x' is the shortcut key).In short its not just 4 courses mentioned in the file.It may not be practical for writing code for each new sheet i guess . Sorry that i was not able to clarify this in my earlier post.
 
Back
Top