Results 1 to 11 of 11

Sum Unique Values with Conditions

Threaded View

  1. #1
    Registered User
    Join Date
    04-12-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    6

    Sum Unique Values with Conditions

    Excel 2010, I have a sheet that I'm using as a base for a sheet of metrics.

    Sheet1 has my data, with named ranges, and Sheet2 has my metrics on it.

    I have multiple client names (Named range = Client_Name)that could be associated with a row of data, and I need to know how many unique entries occur here after filtering for another criteria (where named range Client_ClientNonClientRelated = On Site Client Related Time).

    I'm not sure how to go about this. This is what I've tried, but I get a 0 as a result.

    =SUM(IFS(Client_ClientNonClientRelated,"=On Site Client Related Time",FREQUENCY(MATCH(ClientName,ClientName,0),MATCH(ClientName,ClientName,0))>0,1))

    Any suggestions?
    Last edited by tdemana; 04-13-2011 at 11:04 AM. Reason: Problem Solved

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