+ Reply to Thread
Results 1 to 4 of 4

plot the first and last entry values for the given input texts

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

    plot the first and last entry values for the given input texts

    Hello Friends

    I need to plot the first and last entry values for the given texts.

    The values need to be plot in the light yellow cells.

    thanks in advance
    Sekar

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: plot the first and last entry values for the given input texts

    Put this in E2:

    =IFERROR(VLOOKUP(D2,$A$1:$B$63,2,0),"")

    and this array* formula in F2:

    =INDEX($B$1:$B$63,MAX(IF($A$1:$A$63=D2,ROW($B$1:$B$63))))

    *Note that an array formula needs to be committed using the key combination of Ctrl-Shift-Enter (CSE), rather than the usual < Enter >.

    Copy the formulae down, as required.

    Hope this helps.

    Pete

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

    Re: plot the first and last entry values for the given input texts

    Use the AGGREGATE function.
    the first value
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    the last value
    Formula: copy to clipboard
    Please Login or Register  to view this content.

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

    Re: plot the first and last entry values for the given input texts

    Hello Pete and Hello Czeslaw

    Thanks to both you for your formulas.

    thanks again

+ 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 dates as per the given input text.
    By Sekars in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-18-2016, 09:25 AM
  2. [SOLVED] Plot the third entry if 0
    By Sekars in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-13-2016, 02:44 AM
  3. Replies: 0
    Last Post: 03-25-2015, 03:02 AM
  4. Formatting Excel Texts and Values
    By kjxavier in forum Excel General
    Replies: 1
    Last Post: 03-25-2014, 01:33 AM
  5. Replies: 2
    Last Post: 07-26-2012, 09:27 AM
  6. How, on a line chart, to skip blank entry rather than plot as 0?
    By JohnTerp in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-12-2006, 06:15 PM
  7. Replies: 2
    Last Post: 01-25-2006, 07:50 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