Results 1 to 12 of 12

Get distinct values from Named Range, Table Column, or Pivot Table Row Label/Column Label?

Threaded View

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    21

    Get distinct values from Named Range, Table Column, or Pivot Table Row Label/Column Label?

    I tried using a pivot table to get summary info and distinct values and this works great. However, I cant seem to get at the Column Labels or Row Labels to get the unique names for a particular Field I'm using which was the point.

    I've also tried simply doing the following formula, but this leaves in blank spaces in place of the duplicate values which I don't want:
    =IF(COUNTIF(A$2:A2,A2)=1,A2,"")

    I've tried this which simply gives me the first cell value only:
    =OFFSET(Sheet2!$A$1,0,0,COUNTA(Sheet2!$A:$A),1)


    I tried setting up a NamedRange which consisted of these text values, which is fine, but how would OR do you actually get these text values to populate into a particular cell(s) as you cant simply say =NamedRange in a cell because you get a #VALUE error?

    This has to be dynamic as well so that when the source updates (minus duplicates), so does the place I'm putting the list of text values. I've seen where you can reference a table column header and do this, but then the header is present, which isn't very useful and creating an Extract which again only works with static data, so no dice there either.

    Any help would be appreciated
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 05-24-2013, 06:24 PM
  2. Filter Pivot Table Row Label by Another Row Label
    By bdcelli in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-14-2013, 12:57 PM
  3. Linking column label in Pivot table
    By James_SF in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-07-2011, 10:55 AM
  4. Ling column label in Pivot table
    By James_SF in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-23-2011, 03:10 PM
  5. [SOLVED] How to delete column label from pivot table field
    By Evy Lum in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-27-2006, 09:15 AM

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