Consulting

Results 1 to 4 of 4

Thread: Sleeper: Unique values when compare

  1. #1

    Sleeper: Unique values when compare

    I have a problem. I have the code to compare 2 sheets but I want to make the same values uniques before start the comparison.
    I have the example.
    In sheet 2 number 10 is only one time and in sheet 1 its two.
    When I compare with this macro it doesnt find the difference.
    Any ideas? How can I transform the same values in the same date uniques?
    Thanks a lot.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    I make it 3 in Sheet1.

    What should happen? Should all 10's be yellow, purple, the first and only the first5 10 be yellow>
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    sorry only the file (example.xls) is the right

    This one is wrong and must be yallow...but ti existe once in sheet2
    so the macro compare it and give the answer that its ok.!
    2/1/2005

    10


  4. #4

    Count same values

    I have 2 columms. The one with a date the second with a number. I want in a third column to count the same values in each date. eg. 1, 2, 3.
    I want to do it to make this values uniques because I want to compare this sheet with another.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •