+ Reply to Thread
Results 1 to 9 of 9

Returning Values base on a series and the highest in the series

  1. #1
    Registered User
    Join Date
    01-11-2011
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    21

    Returning Values base on a series and the highest in the series

    In the attached here is what im trying to do. Column 1 [Series#] contains number series that are based on year eg 17 - and then a reference number. After the reference number is another series number preceded by a period. The number that comes after the period is a series reference number with in the main series number. So 17-0012 contains 17-0012.1 17-0012.2 17-0012.3 17-0012.4 etc. I would like column C [Top Series] to return the some indication that number ending the series is the highest number in that series. So in the example of 17-0012 which contains 4 sub series I would like column 3 to put an "x" or the number "17-0012.4" ONLY for the number that is the highest in that series leave 17-0012.1 17-0012.2 17-0012.3 blank. Just some way to indicate in column C that .4 is the highest within the 17-0012 series. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Returning Values base on a series and the highest in the series

    Considerations:
    17-0012.1

    Is that 17-0012.10 or 17-0012.1 ?
    If the series after the decimal point is going to go beyond .9 then you MUST rename the digits from 1-9 as .01 .02 .03 etc or you wont be able to distinguish 17-0012.1 from being point one or point ten.
    Last edited by Special-K; 11-21-2019 at 01:05 PM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    01-11-2011
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    21

    Re: Returning Values base on a series and the highest in the series

    the series runs as .1 .2 .3 .4 .5 .6 .7 .8 .9 .10 .11 etc

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Returning Values base on a series and the highest in the series

    Then you may need to change them to

    .01 .02 .03 .04 etc

    or .1 may get picked up as .10

  5. #5
    Registered User
    Join Date
    01-11-2011
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    21

    Re: Returning Values base on a series and the highest in the series

    copy that. Do you have a way to accomplish what I'm referencing if I do?

  6. #6
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Returning Values base on a series and the highest in the series

    Nope, it was just an observation.

  7. #7
    Registered User
    Join Date
    01-11-2011
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    21

    Re: Returning Values base on a series and the highest in the series

    What about if I split the reference number into 3 distinct series like this?
    Attached Files Attached Files

  8. #8
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Returning Values base on a series and the highest in the series

    That helps immensely.
    Just make sure for column D you enter ones as 1 and tens as 10

    in F2
    =IF(MAX(IF((B$2:B$17=B2)*(C$2:C$17=C2),D$2:D$17))=D2,"x","")
    Array formula, use Ctrl-Shift-Enter
    and copy down the column

    So for each group of B and C return the highest number for column D. If this number matches the value currently in D of this row then this is the maximum number within that group (of B and C) so output an "x" otherwise output null.

  9. #9
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Returning Values base on a series and the highest in the series

    I try this formula on E2 (outside table area)

    Please Login or Register  to view this content.
    Press ctrl-shift-enter for array formula.

    But can not put it in table area T_T.

    Regards.

+ 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] Match and paste values series in an order with mixed series
    By Arawinda in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-02-2017, 05:47 AM
  2. Finding highest placed 0 value among bottom series of 0's
    By a1b2c3d4e5f6g7h8i9 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-21-2015, 08:13 AM
  3. Find Next Highest Value in Alpha Numeric Series
    By HangMan in forum Excel General
    Replies: 4
    Last Post: 03-15-2014, 04:00 PM
  4. Series Base Formula needed
    By amitjay in forum Excel General
    Replies: 2
    Last Post: 09-24-2012, 08:23 AM
  5. Replies: 9
    Last Post: 07-19-2012, 07:16 AM
  6. Replies: 6
    Last Post: 07-12-2012, 06:13 AM
  7. returning multiple values from a series
    By dan cameron in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-10-2005, 03:37 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