• 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

    Copy current worksheet to another workbook without shape buttons but copy image

    I have written below code to copy current worksheet to another workbook at desired location. This VBA code works perfectly. My current worksheet has 2 buttons and one image. I have used Application.CopyObjectsWithCells = False and Application.CopyObjectsWithCells = True for not copying objects...
  2. jb

    countifs with date in vba code

    >>> You've noted many times <<< >>> use code - tags <<< Set ws = ActiveWorkbook.Sheets("Consolidated") lastrow = ws.Cells(Rows.Count, 1).End(xlUp).Row Set rng = Range("n6:n65") For i = 6 To lastrow If Cells(i, 4) <> "" Then startdate = Cells(i, 7)...
  3. jb

    How can I close thread?

    If I have got the solution then can I close my thread? How?
  4. 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...
  5. 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...
  6. 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...
  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

    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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. jb

    Generate dynamic list

    Hello Helpers, I have an excel sheet "list" in which there is list of participants of different games is placed. This list can be updated and new participants can be entered. Now there are 3 games so there are 3 sheets with name "game-1","game-2" and "game-3" I have shown sample output required...
  19. jb

    EXCEL file is very slow

    Hi Helpers, I have one excel file which is created to manage timetable of one educational institute. It contains many excel sheets. Main worksheet is timetable. It contains many slots. Each slot has two lines - upper line is for subject and below line is for faculty name. Master timetable is...
  20. jb

    login problem in chandoo.org

    Sir, I am facing many problems in login with your website. Your website keeeps on asking login name and password again and again. When i am trying to download answer excel file of my question, it is Not allowing me to download answer file. It immedietly ask for login name and password. I enter...
  21. jb

    Find all row numbers from a table matching a value

    Hello helpers, I have a worksheet with a table from B1:F42. This table is actually receiving values dynamically in original sheet. So the names in given table keeps on changing everyday. Column A indicates numbers 1 to 7. This numbers are work slot numbers. They are fixed. Table B45:E52 is...
  22. jb

    testing cells with text in array formula

    I have an excel sheet test_blank which contains list from b5 to b15 with empty cells in between. These empty cells have "" values. I have an array formula in c5 to c15 which is written to generate a list without blank cells. Means c5 has value aa, c6 has bb, c7 must have cc, c8 must have dd and...
  23. jb

    combine two tables in single column without blank cells

    I have two sample tables table-1 and table-2 on sheet1 (sample file attached). Table-1 a4 to c6 and table2 a10 to c12. I want to combine two tables in single column and blank cells are to be removed in output. I have 4 solutions for creating seperate list for table-1 and table-2. 3 solutions...
  24. jb

    Finding missing and extra values from table

    there are 2 sheets in my excel file - data and report. Data sheet contains 2 tables - work alloted (k2:s8) and work done (a2:i8). Both tables has same format. Work alloted table contains worker id, worker initial and 7 slots. Each row mentions id, short name of worker and different tasks...
  25. jb

    vba for conditional formatting

    I have written following VBA code to repaint borders for my table. I have also added small testing code to apply conditional formatting on cell B11 and B12 based on value of B84. If value of B84=1 then I want to fill yellow color in B11 and B12. But it is not working. Private Sub...
Back
Top