+ Reply to Thread
Results 1 to 3 of 3

List row labels with a certain value

  1. #1
    Registered User
    Join Date
    05-27-2018
    Location
    Philippines
    MS-Off Ver
    Office 365
    Posts
    5

    List row labels with a certain value

    I need the list of students with only a value of "A" in the date column. Sample is on the Summary sheet. Probably using a Pivot Table for automatic sorting?
    Attached Files Attached Files
    Last edited by KlahrinzC; 08-03-2020 at 04:05 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: List row labels with a certain value

    Hello,

    In Summary!A2, then copy down & across.

    =IFERROR(INDEX('Raw Attendance'!$A:$A,AGGREGATE(15,6,ROW('Raw Attendance'!$A$2:$A$23)/('Raw Attendance'!B$2:B$23="A"),ROWS(A$2:A2))),"")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: List row labels with a certain value

    If you have the Filter function, another option would be
    In A2 copied across only
    =FILTER('Raw Attendance'!$A$2:$A$23,FILTER('Raw Attendance'!$B$2:$C$23,'Raw Attendance'!$B$1:$C$1=A1)="A")

+ 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. Replies: 6
    Last Post: 10-24-2018, 09:04 AM
  2. Save a list of Row Labels in Pivottable??
    By DeeRok in forum Excel Charting & Pivots
    Replies: 15
    Last Post: 06-30-2014, 11:30 AM
  3. mailing list/labels
    By Blind J in forum Excel General
    Replies: 1
    Last Post: 11-08-2012, 04:17 PM
  4. [SOLVED] Labels for items in drop down list
    By Sph01 in forum Excel General
    Replies: 2
    Last Post: 07-09-2012, 11:19 AM
  5. [SOLVED] labels to list
    By Gary Reger in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-28-2006, 02:50 PM
  6. mailing labels. . .but first, name list
    By Weaver Land in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2006, 05:10 PM
  7. List of names and sums for labels
    By epilin in forum Excel General
    Replies: 2
    Last Post: 08-08-2005, 10:56 PM

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