+ Reply to Thread
Results 1 to 7 of 7

Plot the texts by eliminating duplicates in the given data range from vertical columns

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    673

    Plot the texts by eliminating duplicates in the given data range from vertical columns

    Hello Friends

    I need to plot the texts in the given data range from vertical columns to horizontal cells and eliminating duplicates (plot duplicates first time only) as shown in light yellow cells by formula in Excel 2010 version.

    thanks in advance.
    Attached Files Attached Files
    Sekar

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    Enter this in I5:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Copy across.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,184

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    Or try this ...

    =IFERROR(INDEX($C$2:$C$466,AGGREGATE(15,6,ROW($B$2:$B$466)/($B$2:$B$466>=$F$5)/
    ($B$2:$B$466<=$G$5)/(COUNTIF($H$5:H$5,$C$2:$C$466)=0),1)-1),"")

    Normal enter.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,761

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    Or try this modification to Tony Valko's solution to your other post. Array entered.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  5. #5
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    673

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    Hello Olly, Phuocam, Dave

    Thanks to all of you.

    Your formulas working well.

    thanks again.

  6. #6
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. You can also 'Add Reputation' to those who helped you. Thanks.

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,761

    Re: Plot the texts by eliminating duplicates in the given data range from vertical columns

    Sekars,

    You're welcome. Thanks for the feedback.

+ 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] Plot the texts for the given date range
    By Sekars in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 06:46 AM
  2. [SOLVED] Exclude 2 set of texts and plot the row
    By Sekars in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-24-2016, 07:33 AM
  3. [SOLVED] COUNIFS exlcuding some texts in vertical columns
    By thilag in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-09-2015, 04:20 AM
  4. [SOLVED] Plot two data series in the same vertical space?
    By TPDave in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-09-2014, 09:52 AM
  5. [SOLVED] Need help transpose Texts and Numbers from Horizontal to vertical to the last Row
    By tuongtu3 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-07-2013, 01:51 PM
  6. eliminating sheet references in a scatter plot
    By johnnymac in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-19-2013, 05:55 PM
  7. [SOLVED] Using Index & Match to search 2 vertical columns and return data to a vertical set
    By QuietLife in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-08-2013, 09:59 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