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

    My MIN MAX series is not working 'correctly' within my charts.

    Thanks Hui. Your comments about deleting a Min/Max legend name has helped me out of a spot. I've managed to make it work by using paste special > new series>going through and doing all the hiding, etc. One issue I've encountered is that the Horizontal scale changes from my required...
  2. NeverHappyMike

    My MIN MAX series is not working 'correctly' within my charts.

    Hi I need to compare 8 charts, and their Max and min scales are all over the place. Therefore I've done some research and found that a common method is to create a new series that takes the MIN and the MAx of my data, and then copy and paste this series in to the charts. Change the data lines...
  3. NeverHappyMike

    Match: How/where do you use a wildcard [*/?] in the formula?

    Didn't try that one. I'll give it a go.
  4. NeverHappyMike

    Formatting text: how can I change all UPPER/Proper into sentence case?

    Hi (again) I'm going through old spreadsheets and finding Idiosyncrasies with text formatting. I'm trying to turn everything into proper sentence case, e.g. The cat sat on the mat. And not THE CAT SAT ON THE MAT, or The Cat Sat On The Mat. I've tried combining LOWER and MID functions but I'm...
  5. NeverHappyMike

    Match: How/where do you use a wildcard [*/?] in the formula?

    Hi I'm using Index and match to retireve data from another workbook. It works great except for one cell where the formatting may be slightly different (but not to the naked eye). I've read that match can include wildcard cahracters - ? or * in the lookUp part. My question is how are these...
  6. NeverHappyMike

    Help wirting this ARRAY (1951 1952 1953........2008)

    Good question. I'll give your code a try and see where it takes me. Many thanks for your quick response. Mike P.S. Great website by the way.
  7. NeverHappyMike

    Help wirting this ARRAY (1951 1952 1953........2008)

    Hi I've inherited a workbook that has lots and lots of yearly datasheets (and we keep adding to them). I'm in the process of amending a macro to recalculate the data in each sheet, but I wondered if there is a more suitable way to write an array for assigning the worksheets to a year, rather...
  8. NeverHappyMike

    VBA: How can I delete specific ROWS and then remove remaining dots and dashes?

    @Hui: it was an urgent question so I used all my available resources to see if I could get it answered as quickly as possible. As for the reply and how it's posted, well I thought other non-Excel ninjas might find the code (and it's structure) useful. No offence was meant.
  9. NeverHappyMike

    Pivot table: show a sub-total as a % of the grand total?

    @Oldchippy: thanks for the link. I can imagine I'll be using that page quite often. @Hui: that was something i tried but didn't manage to make work. Recently though I have learnt that you can use the same category in the values field more than once. Maybe that will be how I can make it work...
  10. NeverHappyMike

    VBA: How can I delete specific ROWS and then remove remaining dots and dashes?

    Hi I've also posted this question on another forum I often use (www.superuser.com) and a user called "dkusleika" posted a wonderful reply that worked a charm. I tinkered a little to catch some other formats that I needed deleting and it worked perfectly. Important note: He mentioned that...
  11. NeverHappyMike

    VBA: How can I delete specific ROWS and then remove remaining dots and dashes?

    Hi I've recently been handed an Excel file to format - 100's of lines. This could be a really long exercise if I work through it manually, so I wondered if a macro could help. My job is too: 1. Delete the rows where Dot&Dot&Dash are used at the beginning and together. Then; 2.Go through...
  12. NeverHappyMike

    Pivot table: show a sub-total as a % of the grand total?

    I've done some searching around and get the imporession this was something quite a few Pivot table users have asked about. A possible way to do it is by adding helper columns and making the calculation there. I'm still working on it, but if anyone has ideas let me know. Thanks Michael.
  13. NeverHappyMike

    Pivot table: show a sub-total as a % of the grand total?

    Hi all I'm struggling to make a PT show me the data how I need to present it. My 15 colleagues are chosing from 30 questions. I then use a PT to help me see what questions have been chosen by which. However, I also need to see how 'popular' each question has been...
  14. NeverHappyMike

    Problem linking to Named Ranges from another workbook

    Thanks Hui I've never used INDIRECT before, so I'll give it a go. Just to confirm, and I'm slightly confused: [list type=decimal] I create a table in each Master workbook where, [list type=decimal] $A$1 has Specific workbook name $B$1 has specific sheet name[/list type=decimal] Make the...
  15. NeverHappyMike

    Problem linking to Named Ranges from another workbook

    Hi I have many workbooks each with 5 specific worksheets (lots of people have their own workbook). I'm trying to collate the individual worksheets into 5 separate Master Workbooks (that I can work from). I'm having problems. Within my colleagues workbooks I've assigned specific Named Ranges...
  16. NeverHappyMike

    Hello .. Introduce yourself

    Hi everyone I look forward to picking your brains and hopefully helping people out where I can. Many thanks Mike.
Back
Top