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.
First sheet "event_list" has list of sheet names under column title "Event Sheet...
Hello helpers,
I have an excel files with almost 30 sheets.
My first sheet is named menu.
On menu sheet, I have multiple sheet names from a5 to a15 (11 names are written) . for e.g. task1, task5, task7, task11 and so on.
My file contains sheets with these names.
I want vba code to be attached...
Hi helper,
Your first step is not working so i am unable to proceed.
On the "consolidate" sheet:
1. Class Lookup:
- In D4, enter the following formula to look up the class for the corresponding event in C3:
=IFERROR(VLOOKUP($B4, INDIRECT("'" & C$3 & "'!$B$4:$C$100"), 2, FALSE)...
Hello Helpers,
I have for example 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.
Note: There can be new sheets of new sports events can be added in future...
Hello Helpers,
I have written a formula =IF(Basics!D4="","",Basics!D4) in cell D5 of one worksheet.
Now I want to drag formula in E5 to O5.
Formula of E5 should be =IF(Basics!D5="","",Basics!D5)
Formula of F5 should be =IF(Basics!D6="","",Basics!D6) and so...
Hello
I have 4 worksheets in one workbook with title timetable, MON, TUE, WED
I have one dropdown list in h4 cell of timetable worksheet with values MON, TUE and WED.
timetable sheet contains empty table with same format as MON, TUE and WED sheet.
I want to copy table values from B8:T15 and...
Hi Helpers,
My excel file contains VBA code and it is working perfectly. Various colors are shown in timetable sheet is due to VBA code.
But I am not able to see VBA code.
Help please.
Hello Helpers,
I have multiple sheets each having 3 types of list. Refer Group_1, Group_2 and Group_3 sample sheets of testing excel file attached here.
Row number 1 to 10 is reserved for CEO position entry. Row 1 is title and 2 to 10 is for names.
Row number 11 to 20 is reserved for Secretary...
Sir, I need to do this unique list generation on and often. So I need formula only. Actually my formula is working. Only thing is last 0 to be removed. And I know the reason why it coming.
I have used a1 to a500 in formula considering maximum 500 entries will come.
If I have 100 entries and if I...
Hello helpers,
I have column A in my worksheet in which I am pasting list of values which contains duplicates. Number of values to be pasted will vary every time.
Now I want to create unique list in column C. I have used one array formula in column C to generate unique list. But my formula is...
Hello helpers,
I have following code to concatenate multiple cells based on condition.
I have range of cells from b17 to p17 having some text. I have a word in A26. I am searching A26 in b17 to p17 and if match is found then corresponding cells from b16 to p16 will be concatenated with : as...
Hello helpers,
I have attached sample workbook here. I have multiple classes in my school and my sample workbook contains timetable of 2 grades - grade_8A and grade_8B. There can be multiple grades. There are many teachers who takes combined sessions in more than one grades. There can be more...
Dear Helpers,
I have an excel sheet with students data like roll number, name and the answers they have given in quiz. Sample file: A2 to E5. c2, d2 and e2 are correct answers of Q1, 2 and 3.
I want to calculate total marks obtained by each student.
For that i have created table in H3 to J5...
Thank you bosco_yip for quick help.
both formula worked
Just want to know for knowledge:
In my solution, why it was giving error when I tried to replace E10 and F10 in formula of b10 ?
Hello Helpers,
I have an excel file with 2 sheets. supervision_chart and individual supervision. supervision_chart has date wise list of supervisors.
I need to generate supervision chart for each supervisor in individual_supervision sheet.
When I type supervisor code in B5 cell of...
Dear Helper,
In my school, every teacher is maintaining own workbook where he/she maintain attendance of all the classes in which he / she is teaching.
For example teacher A teaches 6 different subject then he will maintain 6 worksheets in his workbook.
Now every grade has one class teacher who...
Dear Helpers,
My school has 10 grades from 1 to 10. Each class has number of subjects and each subject is taught by one or more teachers.
Now, each teacher is teaching in different grades.
And he / she is maintaining attendance sheet of each class in one workbook. Say teacher A is teaching in...
I am trying again to explain my problem.
My school has 10 grades from 1 to 10. Each class has number of subjects and each subject is taught by one or more teachers.
Now, each teacher is teaching in different grades.
And he / she is maintaining attendance sheet of each class in one workbook...
Dear Helpers,
I want to automatically fetch the data from multiple workbooks into one workbook.
Let me explain the scenario.
There are total 10 classes (subject to increase) of different grades in my school. Each class has to study different subjects and each subject may be taught by more than...