+ Reply to Thread
Results 1 to 7 of 7

Dynamically Pulling Unique Values

  1. #1
    Registered User
    Join Date
    03-27-2008
    Posts
    75

    Dynamically Pulling Unique Values

    Hi Guys- I need some help pulling unique records from a list dynamically. Tax Min will be pasted in the sheet every day and will have different values each day. I need to know every unique value within the list.

    In the attachment, I need column C to have a sorted list of each value in col A. I need these values to change as the values in col A change daily.

    Thanks for any help you can provide.
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    that can be achieved using advanced autofilter
    using the copy and unique records options then sorting
    or record macro or use macro like below to do it and assign to button
    Please Login or Register  to view this content.
    Last edited by martindwilson; 04-22-2008 at 01:39 PM.

  3. #3
    Registered User
    Join Date
    03-27-2008
    Posts
    75
    But the advanced autofilter is not dynamic to changing data. Isnt that correct?

    Thanks

  4. #4
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    You can create a pivot table from that column and everytime you add new values they will be automatically be displayed in the pivot (Once refreshed)
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    correct its not dynamic..yet
    working on macro that will run after paste
    vba noob has given me a snippet thet may do the trick

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    perhaps this will work for you just past into a1 including title,
    on attached try it out select column h and paste into a1 then try column j and paste into a1
    code is
    Please Login or Register  to view this content.
    it goes in a worksheet module for sheet you require sorting
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-27-2008
    Posts
    75
    This works Perfect..........THANKS!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1