• 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

    Format cells with repeating values in a similar manner

    ..just by way of sharing the solution here this is what I ended up using - a variant of the code supplied by Deb for which - huge thanks Sub RepeatingValues() Dim usedcell As Range ActiveSheet.UsedRange.Cells.Interior.Color = vbWhite For Each usedcell In ActiveSheet.UsedRange currentcolor =...
  2. R

    Format cells with repeating values in a similar manner

    Deb - that is FANTASTIC - many MANY thanks - I think I can adapt your code to do exactly what I need. Really - so grateful!
  3. R

    Format cells with repeating values in a similar manner

    haha - yes, I may be a little over-exaggerating when I say HUNDREDS - but there are a large number. I guess my point is more - how can one achieve this efficiently rather than coding for specific instances of repeated items - thanks all
  4. R

    Format cells with repeating values in a similar manner

    yes - this works but I need to specify each individual repeating value as a separate conditional formatting formula - if there are many hundreds of these and they change from period to period it's not terribly efficient. Trying to think how I can have one conditional format that searches the...
  5. R

    Format cells with repeating values in a similar manner

    yes - am very open to VBA solution too - thanks
  6. R

    Format cells with repeating values in a similar manner

    thanks - yes - this works when you have a distinct set of repeated values - what I'm looking for is something a little more generic - say for example there are many hundreds of different, duplicated items - how would one create a formula or conditional format that looks to see whether the item...
  7. R

    Format cells with repeating values in a similar manner

    Hi all - I am a newbie in terms of posting a question but have been following the forums avidly for some time. My question is this: In my spreadhseet there are columns of names - many of which are repeated accross the columns. How can I highlight each common item in the same color? For example...
Back
Top