• 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.

Search results

  1. jb

    Generate consolidate list dynamically from multiple sheets

    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...
  2. jb

    Create multiple separate pdf from cell values having sheet names

    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...
  3. jb

    Generate list from multiple sheets based on criteria

    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)...
  4. jb

    Generate list from multiple sheets based on criteria

    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...
  5. jb

    Formula with constant column and changing row

    Sir it is not working. I added $. But when i drag, it remains $d4 in next cell. I am dragging horizontally.
  6. jb

    Formula with constant column and changing row

    Sir it is not working. I added $. But when i drag, it remains $d4 in next cell. I am dragging horizontally.
  7. jb

    Formula with constant column and changing row

    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...
  8. jb

    Copy data from one table to another table based on drop down list selection

    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...
  9. jb

    VBA code working but not able to see vba code

    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.
  10. jb

    Create single list from multiple worksheets

    Thanks for help. Just for information can you explain what is VSTACK?
  11. jb

    Create single list from multiple worksheets

    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...
  12. jb

    Array formula to create unique list not giving desired result

    I am creating thread in VBA forum.
  13. jb

    Array formula to create unique list not giving desired result

    I am not using 365.
  14. jb

    Array formula to create unique list not giving desired result

    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...
  15. jb

    Array formula to create unique list not giving desired result

    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...
  16. jb

    Search for partial string using vba

    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...
  17. jb

    Merge cells from multiple sheets

    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...
  18. jb

    Calculation of marks using single formula

    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...
  19. jb

    sumproduct with dynamic cell range

    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 ?
  20. jb

    sumproduct with dynamic cell range

    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...
  21. jb

    Copy data from sheets of different workbook in sheets of one workbook

    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...
  22. jb

    Copy data from multiple workbook to one workbook without opening multiple workbook

    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...
  23. jb

    Copy data from sheets of different workbook in sheets of one workbook

    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...
  24. jb

    Copy data from sheets of different workbook in sheets of one workbook

    Sorry Helper. By mistake I gave name MATHS_6_AB. It is MATHS_7_AB.
  25. jb

    Copy data from sheets of different workbook in sheets of 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...
Back
Top