+ Reply to Thread
Results 1 to 5 of 5

Return all values in a column

  1. #1
    Forum Contributor
    Join Date
    04-04-2016
    Location
    dallas tx
    MS-Off Ver
    365 (15.0.5501.1000)
    Posts
    534

    Return all values in a column

    This should be a simple array index match formula but I can not make it work. I have no Idea what I am doing wrong. It is supposed to return each unique date for the individual but it just returns the same date again and again.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Return all values in a column

    Please try at H2

    =IFERROR(AGGREGATE(15,6,$B$2:$B$8780/($A$2:$A$8780=$G2)/($B$2:$B$8780>MAX($G2:G2)),1),"")
    Attached Files Attached Files
    Last edited by Bo_Ry; 05-26-2022 at 12:24 PM.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Return all values in a column

    try below array formula in h2, copy and paste across
    =IFERROR(INDEX($B$2:$B$36, MATCH(0, IF($G2=$A$2:$A$36, COUNTIF($G2:G2,$B$2:$B$36), ""), 0)),"")
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,294

    Re: Return all values in a column

    Power Query
    Please Login or Register  to view this content.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    04-04-2016
    Location
    dallas tx
    MS-Off Ver
    365 (15.0.5501.1000)
    Posts
    534

    Re: Return all values in a column

    Thank you as always.

+ 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: 3
    Last Post: 10-11-2020, 10:00 PM
  2. Replies: 1
    Last Post: 05-12-2020, 08:42 AM
  3. Replies: 3
    Last Post: 08-07-2018, 10:14 AM
  4. Replies: 4
    Last Post: 10-01-2015, 11:01 AM
  5. Replies: 11
    Last Post: 07-08-2013, 11:47 AM
  6. Replies: 1
    Last Post: 07-03-2013, 12:14 AM
  7. Replies: 2
    Last Post: 10-08-2012, 02:17 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