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

    Highlight Duplicated lines with multiple conditions

    Hi: Find the attached. Thanks
  2. N

    Highlight Duplicated lines with multiple conditions

    Hi: I have modified the code accordingly. Thanks
  3. N

    Highlight Duplicated lines with multiple conditions

    Hi: Have modified the code. Thanks
  4. N

    Highlight Duplicated lines with multiple conditions

    Hi: The following Macro Sub blah() Dim xlSort As XlSortOrder i& = Me.Cells(Rows.Count, "A").End(xlUp).Row With Sheet1 .Range("B2:AC" & i).Sort Key1:=.Range("B2"), _ Order1:=xlAscending, Key2:=.Range("J2"), Order2:=xlAscending, Key3:=.Range("K2"), _ Order3:=xlAscending...
  5. N

    IF Formula Error

    Hi: Your explanation and your spreadsheet is not matching, could you be more specific on this? Thanks
  6. N

    Equation to calculate the last balance of a commodity

    Hi: Not completely sure what you want here... refer to the yellow column in that attached. Note: - Array formula , execute by pressing Control+Shift+Enter - I had constructed the formula in a different column, since you have circular references in your formulas, you may want to rethink the...
  7. N

    IF...OR...AND.. - Whatever it takes to solve this

    Hi: If your incoming ticket column will not take any other format than what you have in your attached file, you can use the following formula. =IF(A2="","",IF(ISNUMBER(VALUE(A2))=TRUE,"ABCDEF-"&A2,"ABCDEF-"&RIGHT(A2,LEN(A2)-SEARCH("-",A2)))) Thanks
  8. N

    Conditional Formatting and Decimals

    Hi: May be as attached. Thanks
  9. N

    Macro - Copy, Paste and Remove Duplicates

    Hi: I have taken the easy way here, the attached macro will clear all the contents in In-house and Discharge tab and will copy and paste the contents from Master List based on the filters applied. Thanks
  10. N

    Macro - Copy, Paste and Remove Duplicates

    Hi: if you have logic to identify the new records , I can translate that into VBA code. You necessarily do not need to know VBA. Thanks
  11. N

    Macro - Copy, Paste and Remove Duplicates

    Hi: This Macro will filter for Discharge & In-house from Mater list , copy and move to respective tabs on clicking the button move. However, I have not incorporated the filter for new records as I am not sure about the criteria to apply there. Sub TestDC() Application.ScreenUpdating = False...
  12. N

    AUTOMATIC PROCESS TO FIND THE VALUE IN ALL THE SHEETS

    Hi: Refer the following link for a solution https://www.myonlinetraininghub.com/excel-3d-sumif-across-multiple-worksheets Thanks
  13. N

    Need help to fill the date from begin of page

    Hi: May be this macro? Thanks
  14. N

    Tiered cumulative commission by unit

    Hi: Using Power Query, it is easily achievable, find the attached. Thanks
  15. N

    Find Empty Cell and Sum Cells Above

    Hi: May be a pivot? Thanks
  16. N

    Match Header & a row value to get corresponding values

    Hi: May be this? Array formula: =IFERROR(INDEX(B2:G2,MATCH(I1&1,$B$1:$G$1&$B$12:$G$12,0)),"") Execute by pressing Control+Shift+Enter Thanks
  17. N

    Select specific value on filter and copy paste value

    Hi: May be the code as below.. Thanks
  18. N

    Inverting a continuous data scale in a visualisation so largest value is at the left and smallest at the right

    Hi: One way you can do this is using "R-Code" in Power BI, here is a chart I created in reverse X axis using "ggplot". It is bit advanced power BI , but integrating R or Python with power BI will give very powerful custom visualisations. Thanks
  19. N

    countif referencing a cell's number to find the range?

    Hi: I guess the formula should be =COUNTIF(INDIRECT("A2:A"&B1),1) Thanks
  20. N

    Calculate Percentile - combine 3 formulas

    Hi: Find the attached. Thanks
  21. N

    IF value falls within a range

    Hi: Formula in Yellow column. Thanks
  22. N

    CAN THIS SHEET BE AUTOMATED?

    Hi: You can achieve a similar format using power query.. Thanks
  23. N

    Simple matrix transformation

    Hi: Its really easy to do this using power query, find the attached. Thanks
  24. N

    Edit macro

    Hi: Well, your one liner responses are not making any sense and have not given any peripheral information "I need help on edit macro. File is attached" What does that even mean? Remember this is a free service so respect the individuals giving you the solution. Thanks
Back
Top