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

    Dynamic Chart Titles Losing their Links

    Hi I have a set of charts with titles that appear to have lost their dynamic links. They link to cells on a separate sheet. has anyone had this issue before and know how i could fix this? Currently each week on a Friday i go into the workbook, and restore the links individually (approx 50...
  2. R

    Excel 2007 doubt...

    I am not sure i understand your problem correctly - would the =SUMIF function help you?
  3. R

    Please help with nested IF/AND/OR formula

    No worries Kim, yes it pays to keep it to minimal / simple change where other people are the primary user. Have you tried adjusting your initial formula to the following: =IF(OR(C4="D01",C4="D08"),IF(OR(C4="D01",C4="D08")*AND(I4<50),I4,50),"") that may eliminate the helper column
  4. R

    Please help with nested IF/AND/OR formula

    Hi Kim The way I would approach this would be to use a helper column. There is probably a way to do this all in the one cell, but i find helper columns a good way of seeing the in-between steps. Try this: 1. Create a lookup table of all of your twenty (approx) codes out to the side or on a...
  5. R

    Tidying up Scatter Plot Data Labels - Multiple Labels for one data point

    Hello I have a scatter plot that I prepare monthly, comparing our supplier performance across two variables, both in percentages - a quick way of identifying our poorest performing suppliers. The trouble is it can get quite messy in that there can be approx 200 suppliers on this chart each...
  6. R

    Counting Unique values in a column based on the values in other columns

    sorry, rushing, got my letters mixed up in the formula. Replace with: =if(and(a1=1,b1=5,c1=11),"Yes","No).
  7. R

    Counting Unique values in a column based on the values in other columns

    Hi There This might be a work around, but is relatively formula and method to follow (for me anyway): I would firstly create a helper field in the next available comlumn (I assume column D, titled "Yes/No Flag") using the following formula: =if(and(b1=1,c1=5,d1=11),"Yes","No). Then you can...
  8. R

    Fixing the Font Size of a Formula-driven Chart Title

    Hi Narayan Yes it is a strange problem. After ticking the "Don't Move or Size with Cells" option it seems to have solved the problem for myself, however the problem appears to still prevail when other users have been in the spreadsheet. I wonder if alternative versions of Excel have something...
  9. R

    how to estimate

    Hi there Jaefo the answer to your question could be as complex or as simple as your project is i guess. To clarify, are you after a simple sum of the individual task durations? Or are you after techniques for visualising the project timeframe? Chandoo has a Project Management course coming...
  10. R

    Need to count the amount of entries by month for sales person

    In addition to my post above, if your data runs across multiple years, then you can use the formula =year(A1)&" "&month(A1) to identify the year also. Could use this instead of the month formula suggested above.
  11. R

    Need to count the amount of entries by month for sales person

    Hi There An alternative suggestion so you don't have to change your current data is to insert a new column with the formula =month(Cell reference), linking to your date column. This would mean that you can keep accurate records of which day the sale occured while still summarising by month...
  12. R

    Fixing the Font Size of a Formula-driven Chart Title

    Hi There I am revisiting this post as the above fix appears not to have resolved my issue. The chart titles are still reverting back to their initial font size (way too big). All of the charts have the "Don't Move or Size with Cells Option" ticked. Any other suggestions I could try? The...
  13. R

    Dashboard - Table Scroll Sort addition

    Hello - I have a similar problem that I am working with. Robert, did you find a solution in the end? I am not sure if it is appropriate to post an extension question on an existing post so please advise if I should start a new one... For application to my particular problem i want to have a...
  14. R

    Fixing the Font Size of a Formula-driven Chart Title

    Thanks Hui, that seems to have worked at this stage. As an aside, I wonder what the solution would be if I only had 1 chart, as "Size and Properties" appears to be only accessable when multiple charts selected?
  15. R

    Fixing the Font Size of a Formula-driven Chart Title

    Hello I have a large number of charts, of which the titles are driven via a formula linking to their relevant cell on a separate worksheet. For some reason, the titles have decided to default themselves to size 18 font rather than my desired size 12 font. This means that every time i reopen...
  16. R

    Tournament Schedule Optimization with Excel

    thanks for everyone's thoughts, very helpful! cheers rob
  17. R

    Tournament Schedule Optimization with Excel

    Sorry I will repost the above soultion so the columns line up..... 0 1 2 3 4 5 6 7 1 a b c d e f g 2 a c d b f g e 3 b c a f d e g 4 b g d e c f a 5 c g a b e d f 6 c X g d f e a 7 X X c e d g f 8 X b g f c d e
  18. R

    Tournament Schedule Optimization with Excel

    Hi Yes Narayan that is correct. As mentioned initially it is your 2nd constraint that seems the most difficult part. Mike - yes it would look something very similar to that. Although if i text-to-columns correctly there are 13 issues with that solution. My closest solution so far is as...
  19. R

    Tournament Schedule Optimization with Excel

    No sorry, I will try and explain it a different way. What I didn't mention at the start is that there are limited resources, i.e. only one Chess Board, only one Draught board, only one Poker Set, so you can only have two teams at this venue at one time. So round one would look something...
  20. R

    Hello .. Introduce yourself

    Hi My name is Rob from New Zealand. I am working as a business analyst and i use excel often for a whole range of things. This site is great - i have picked up lots of tips and tricks since i found it earlier in the year. I have especially enjoyed learning about and trying to develop...
  21. R

    Networkdays between 2011 and 2012 Error

    Hi There Try referencing cells holding the dates rather than inputting the dates directly into the formula - I get 15 when i do this. hope that helps Rob
  22. R

    Tournament Schedule Optimization with Excel

    Hi Narayan Thanks for having a look. All are correct except the 4th constraint which I would restate as "No team can play the same game (i.e. at the same venue) more than once per tournament". I want each team to play each game once, but not more than once. And each game has a fixed venue of...
  23. R

    Tournament Schedule Optimization with Excel

    Hi Everyone I have a problem regarding a sports tournament schedule that I was hoping someone would be able to help with. My constraints are: -8 teams -Each team needs to play all other teams once (and only once), i.e. 7 games each = 28 games for the total tournament. -7 rounds (i.e. 4...
Back
Top