+ Reply to Thread
Results 1 to 2 of 2

Counting Unique Values

Hybrid View

  1. #1
    Registered User
    Join Date
    07-21-2017
    Location
    London
    MS-Off Ver
    2016
    Posts
    1

    Counting Unique Values

    Hi all,

    I'm building a spreadsheet that will allow me to calculate the charges for an e-commerce client I provide 3PL services to.

    The charges are partly based on the number of unique products (regardless of the quantity of that product) I pick for each order.

    My spreadsheet has a tab with all the orders I pick; each row contains an order number and a product (i.e one order may be split across several rows if there are multiple products in the order).

    I'd like to create another table/tab that counts the number of unique products for each order number and multiples the result by a set rate (perhaps defined in another table).

    Can any one help? It will be much appreciated!

    Thanks

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Counting Unique Values

    Try this
    Formula: copy to clipboard
    =SUM(IF(FREQUENCY(A2:A10,A2:A10)>0,1))

    Change range as per your data.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] counting unique values in col A against unique value in column B
    By greyscale in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2013, 08:43 AM
  2. [SOLVED] Counting only unique values
    By boll55 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-14-2012, 01:23 PM
  3. Counting unique values?
    By LynnC. in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2012, 03:34 PM
  4. Replies: 2
    Last Post: 06-06-2012, 01:44 PM
  5. Replies: 0
    Last Post: 03-08-2012, 12:18 PM
  6. Counting unique values
    By NancyCentury in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-17-2007, 10:16 AM
  7. Counting unique values
    By giantwolf in forum Excel General
    Replies: 3
    Last Post: 08-04-2006, 03:54 AM

Tags for this Thread

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