• 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

    Ranking based on score ( first second, tied for third)

    Thank you so much, this works, but ... This ranks them 1,1,1 4.4,6 etc. Is it possible that they are ranked 1,1,1,2,2,3, etc? I hope that makes sense ... Rodger
  2. R

    see if all values in a column are same

    perfect, thank you!!
  3. R

    see if all values in a column are same

    this is so simple, sorry, but I am doing something wrong what I need: I have a column of true/false - if all in the column are false, it returns ''x'' if one or more are true, it returns ''(blank)'' I am using =COUNTIF(AC!$R$39:$R$52,"<>FALSE")=1 this only accounts if one is different, I need...
  4. R

    Ranking based on score ( first second, tied for third)

    I am trying something new, and need help. I have Column C with a YTD total. Is it possible to have Column A rank the players, IE: 1, 2, 3-T, 3-T, (if they have the same total), 4, etc
  5. R

    Needed Formula

    =COUNTIF(A1:A100,"<>"&"") specify your range
  6. R

    EXCEL file is very slow

    see if this is any better.
  7. R

    Protect cells

    something simple like this ?
  8. R

    Protect cells

    As a suggestion, I use a button to 'confirm entries' which then locks them. Also have the entries lock upon exiting the entry tab.
  9. R

    Conditional formatting

    It is because you are using the absolute references (dollar signs), so it wont change the cell references when copied. see attached for correction. Cheers
  10. R

    data validation to only allow duplicate if it is in the cell above

    Hi Guido, Bingo! thats it. Thank you so much Cheers !
  11. R

    data validation to only allow duplicate if it is in the cell above

    Hi Nebu, Sorry, I was looking for data validation to not allow a duplicate, unless it is the same value as the cell above. Thanks for looking !
  12. R

    data validation to only allow duplicate if it is in the cell above

    Hi all, This seems to easy, but I can't get it to work. I would like to prevent duplicates in a column, unless it is in the cell directly above. So, in essence, you can enter the same text twice, or more, so long as they are grouped together. I am trying something like...
  13. R

    loop works in module but not worksheet code

    Fantastic ! works like a dream. Thank you VERY much - this solves a lot of problems. Cheers! Rodger
  14. R

    loop works in module but not worksheet code

    Hi, thanks for taking a look! I put your code in, and it gets hung on the first line after Then .Range(Cells(x + 3, c), .Cells(256, c)).Copy whether I use it in the sheet code, or separate module. any thoughts? Rodger
  15. R

    loop works in module but not worksheet code

    Hey Gurus! Any idea why this code works perfectly inside of a module, but not if i put it in a GoSub / Return routine in a sheet code? It cycles thru the sheets, but does not perform the For/Next functions. As I say tho, if I call the module with the exact same code, it works fine. Months =...
  16. R

    Copy a and paste a range based on active cell location

    Hi Marc Thanks for the input! It will be the user entering the data, and I'd like it foolproof in case they dont skip a row when entering, and for other portions of the program, there needs to be a space between categories. I will take a look at your code when I get home later. Much...
  17. R

    Copy a and paste a range based on active cell location

    Thats great Hui ! Thanks again for your time. Cheers
  18. R

    Copy a and paste a range based on active cell location

    Hui, thanks for taking a look! This works great (here comes the dreaded 'except") Except I didnt think to mention that the other columns have formulas, and this is clearing them out. Rodger
  19. R

    Copy a and paste a range based on active cell location

    Hi All ! Im baffled, so I am turning to the gurus. I am looping through cells D1:D250. When there is a non-blank cell, I wish to copy from that row down, columns D to K, and paste it down one row, in the same columns. In essence, creating a blank row above it. **The idea is to create a space...
  20. R

    highlighting a certain cell on the active row

    Excellent, got it! Thank you both! Rodger
  21. R

    highlighting a certain cell on the active row

    I've tried everything, but alas, off to you experts ... I'm looking for a code so that when any cell in a row is the active cell, the cell in Column B for that row will be highlighted, until a new row is active. I'm sorry I couldn't reason my way through this. Any thoughts? Cheers, Rodger
  22. R

    Operator AND

    How are you trying to use it? =AND(A2+1.5*B2>15,A2+2*B2<30) will return TRUE or FALSE
  23. R

    'enter' accepts input, cursor down after entry is a prob

    I know I'm overlooking something, but, I have a sheet the user enters a number and hits enter, no worries, the cursor moves down and highlights the next cell. If you type a number and hit the cursor down button to enter the next one, the cell you are on fills with a formula. how can i make...
  24. R

    .NumberFormat question

    Thanks Narayan, not quite the answer, but it pointed my head in the right direction. I am using English Excel. Your answer led me to the correct solution. Thanks again for your time on this one, as with others I have been stumped on. Keep being amazing. Cheers, Rodger
  25. R

    .NumberFormat question

    Hi Chihiro; thx for the reply. It still flags that line tho .NumberFormat = "0.00;0.00;0"
Back
Top