Consulting

Results 1 to 2 of 2

Thread: Select Unique values from a coulmn

  1. #1

    Select Unique values from a coulmn

    Hi,

    I would like to select a unique value from one column and sum their values in another column. and build a chart

    for example

    Country Product Sales
    USA Rice 544
    UK Sugar 236
    Canada Wheet 534
    Srilanka Rice 673
    UAE Wheet 432

    i Should get

    Rice 1217
    Sugar 236
    Wheet 966

    I am able to get the sum of values using

    =SUMIF(B$1:B$500,"="&B1,c$1:c$500)

    and removing duplicates with ASAP

    since their will be regular additions and deletions of rows in the columns

    Can any one help me to select unique value from prduct column. Without using peot table and macros.


    Regards,
    Rajesh.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Use Data>Filter>Advanced Filter, that has an option to get unique values and copy them to a new location.
    ____________________________________________
    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

Posting Permissions

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