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

    evenly distribute numbers across a range

    I need help in building an evenly distribution model, as shown below I want to distribute the summation Total over the Days but keep giving every day only 300 and if the total cell is greater than 300 will fill only 300 then move the rest to the next day and vs if the cell is less than 300 will...
  2. A

    calculate values based on 2 craiteria

    Hello Ashish, I ask to compute attrition rate from two different data sources. I have 2 different sources: 1st: employee headcount (one row per employee) which has all employee details such as Name, ID, Date of Joining, Supervisor name, Department etc. 2nd: showing data for employees who...
  3. A

    export data to sql server

    Hello, please, developers, I ask for help, I have a sheet called "CMS" contains columns from ("A1:BC"). I need to export these data into my SQL server from A2 till last indexed row. I want to use this sheet to stock data into SQL DB as when I update the data then migrate it I need to be...
  4. A

    get result through VBA instead of function

    Hello there, Please, I need help, as I have a worksheet with a huge range of data reach up to 700k rows and more and some columns which have a function. due to the long range, I can't apply the function, as the worksheet take a long time to load, or it crashes. So I search for an effective way...
  5. A

    Insert Comment through pop up form

    hello, please, I ask for help in how can I an empty cell which I will fill it with date value and have a table from two columns [Date] & [Comment]. I need to create two buttons: 1st: Insert comment >> I will fill the empty cell with date value >> click the button >> a text field form will...
  6. A

    Optmize chart bars

    Hello there. Please i ask for an option for how can i control the chart bar manually to optmize the data source. i need to drag the bars up or down to control its data source easely. is that option is available in Excel?. if not? is there any other software provide that option. Thanks alot...
  7. A

    Using Scroll bar to alternate months

    Hello, please, I need your support, I have a horizontal list of 2017 months, and I need to insert a scroll bar to alternate months and year. the workbook contains a date-picker popped up with a double click anywhere, and as soon as I create the scroll bar I found, the date picker option goes...
  8. A

    Get best weighted customer satisfaction grade

    Hello, please I need help as I have a data for a call center answering call survey, that survey set by a customer to get us his satisfaction grade about his waiting on Queue till call center agent answer his call, I have 4 Inputs: Group of Customer Average waiting time for customers on the...
  9. A

    remove duplicate

    Hello there, please, I need help as I have a column which has a duplicated values within Date Range, that I keep one value then blank the other duplicated value at the same day. I used a simple function at Column I, but it needs to keep columns sorted
  10. A

    Index Values

    Hello, please I need your support at an inquiry which somehow complicated, en recap, as shown, this is a shift schedule with breaks for employees, e.g: the first agent Red color is the 1st Break start: 11:15, end 11:30 >> Duration "0:15:00" Yellow color is the Lunch Break start: 12:30, end...
  11. A

    Concatenate multiple Cells into One cell

    Hello there, please I ask for how can I concatenate multiple Cells listed vertically into One cell split by ";" eg: Login 81287 88446 82395 81284 81296 82311 81251 82368 82363 to be 81287;88446;82395;81284;81296;82311;81251;82368;82363 thanks a lot,
  12. A

    Excel help in split sizes

    Hello, please I need your support in my sheet calculation, in a recap, I work in Aluminium doors installation, and I have the bars that will be split to get the Length and the width to install doors, I have 2 sizes for this bars "600 cm" and "650 cm". the question if I have 50 doors need to be...
  13. A

    edit sql query using vba excel

    hello there, please I need your support in editing SQL query via VBA, i'm not familiar with SQL or VBA coding but after some serches into internet reached to have a code with SQL Connection and i set a SQL query into VBA. what i want is I have 2 static criterias used in SQL...
  14. A

    transpose data

    Hello there, please I need your support as I have a table which needs to transpose the data vertically. I want to transpose some of columns not the all table column, but each row will be transposed at autonomous table like the data that located at "Transpose" worksheet. thanks a lot,
  15. A

    create new row if a cell has a "comma"

    Hello there, please i need help as i have some data in a table, there is a column that contain a string and might have a "comma" that split an items, i need to duplicate the column that have a comma 1st table: as shown @ column ("E"), there is a Comma that split the items. as shown at 2nd...
  16. A

    validate if value indexed between 2 array of dates

    Dears, please i need help as i have a values column called "Call Date" need to verify if this column indexed in the array of Date columns "Time from()" and "time to" i need if the call date Value indexed between the dates array put a string "Valid" into "Validation" column gratefully
  17. A

    Extract Num from String

    Hello, please i need your support in extracting Num from String as i have an array which contain a values that values be Num or string or Num concatenate String. i need to export the num records only. then repeat that extracted record till the next one
  18. A

    apply function into colored range

    Hello there, please i need your support in getting this issue solved as shown, i need to change the colored cell's values to be (15-the filled #) by VBA code. gratefully,
  19. A

    Multi Criteria Filtering Listbox to figure out Long text field

    Dears, please i need help in solving this issue, as i have a code that let me filter multiple field to filter a data to userform listbox. but the data that i need to get considered as a long paragraph "text", i want to preview in multiple lines but not one line also need to copy to clipboard...
  20. A

    Find duplicates in Fraction values

    Hello, please i need help in finding the duplicates in Fraction values, i have a data for Date, time, Date+time. i can't apply the duplicate filter for that field Date+time called "Code" thanks a lot,
  21. A

    calculate annual vacation based on hiring and last working date

    Hello there, please i need help in counting the number of annual vacation for an users through multiple years, based on the hiring date and the last working date for each user. every use take 21 vacation days per year so per month it supposed to take 1.75 day. so if an user hired in 1-jan-2015...
  22. A

    index range till last indexed column

    hello there, please i need help in modify the below code plus selection the range till last indexed row i need to select the range till last indexed column not to ("Q") Dim rng As Range, OutApp As Object, OutMail As Object, lr% Dim lastColumn As Integer On Error GoTo 0...
  23. A

    export the header name for column if find a specific value

    hello there, please i need help in a function that get the header name if the cell value is greater than "0:00:00" as per the mentioned pic at cell ("U2") the value is greater than "0:00:00" so i got the header name at "Comment" column , i need to get this comment via function, then we...
  24. A

    ComboBox dynamic filter

    Hello there, please i need help to modify this code to autofilter form combobox dynamically, but sounds like there is a trick with my code Private Sub Super_list_Change() Dim shtDailyExport As Worksheet Dim varMonth As Variant Dim varsuper As Variant Dim varTeamLeader As Variant...
  25. A

    Transpose data vertically VBA

    Hello there, please i need help in transposing data from horizontal order to vertical, as shown i need to convert this screen to Note: the range of the main data is variable. Thanks a lot,
Back
Top