Extract unique values withing a range and the results would be in one cell

  • Hello everybody
    I have values in range("A2:A4")
    A2: 12,45,78,12,45
    A3: 45,78,60,95,16
    A4: 12,95,16,53


    I need to extract unique values and the result should be like that in cell A5
    12,45,78,60,95,16,53


    Thanks advanced

  • Re: Extract unique values withing a range and the results would be in one cell


    Try:-

  • Re: Extract unique values withing a range and the results would be in one cell


    Thanks a lot Mr. MickG for this fantastic code
    I'm admired of your solution


    Can I have a formula or UDF function that do that task?

  • Re: Extract unique values withing a range and the results would be in one cell


    Try this UDF :-
    Run as:- =UnQ("select range require here !!!)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!