+ Reply to Thread
Results 1 to 10 of 10

Help with Index and MAX

  1. #1
    Registered User
    Join Date
    11-04-2011
    Location
    Marlton NJ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Help with Index and MAX

    I have a formula that will take the last entry in a row. I need the last decimal number to be to three places.
    I use this formula.....I think I need to add roundup to three places but can't figure it out.
    Please Login or Register  to view this content.
    Capture.JPG
    Capture1.JPG

    Thanks

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Help with Index and MAX

    Just encapsulate the final concatenation in Text(blahblah,"0.000")

    See attached picture.
    Attached Images Attached Images
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    11-04-2011
    Location
    Marlton NJ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help with Index and MAX

    Capture1.jpg is how I want all the results to look like in cell E6. 15 (15-1) (.938) if row 3 was gone the result in E6 should be
    12 (12-1) (.920) but it displays the (.920) as (.92)

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Help with Index and MAX

    Please upload a sample of your workbook, not a picture of your data. Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you
    Also, not all members can upload picture files (Company firewalls and stuff)

    Your workbook should show a small desensitized example of the data you are working with and a manual mockup of the expected results.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    11-04-2011
    Location
    Marlton NJ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help with Index and MAX

    Attached...Thanks
    Attached Files Attached Files

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Help with Index and MAX

    Here is a slightly different approach...
    =OFFSET(A1,COUNTA(A:A)-1,0)&",("&OFFSET(A1,COUNTA(A:A)-1,1)&",) ("&OFFSET(A1,COUNTA(A:A)-1,2)&",) ("&TEXT(OFFSET(A1,COUNTA(A:A)-1,3),"0.00")&")"

    10,(5,) (5,) (0.50)

  7. #7
    Registered User
    Join Date
    11-04-2011
    Location
    Marlton NJ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help with Index and MAX

    Thanks but not what I what. I need the result to be

    5 (5-5) (0.500)

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Help with Index and MAX

    OK so change the "space" part and add an extra 0 in the TEXT argument

  9. #9
    Registered User
    Join Date
    11-04-2011
    Location
    Marlton NJ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help with Index and MAX

    adding a zero as text will not work either. if the next entry is
    11 (8-3) (.7270)

    I need it to be 3 place only always. (.000)
    I though the function roundup would work.

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Help with Index and MAX

    adding a zero as text will not work either.
    did you try it?

    E
    F
    8
    0.7
    0.700
    9
    0.77
    0.770
    10
    0.777
    0.777
    11
    0.7777
    0.778


    E8=TEXT(E8,"0.000") copied down

+ 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. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM
  2. Replies: 4
    Last Post: 12-27-2012, 06:18 PM
  3. [SOLVED] VBA for creating Index-Match every 2 rows where INDEX refer to a different column per row
    By bisaya789 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 03:46 AM
  4. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  5. Replies: 5
    Last Post: 04-18-2010, 11:06 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