+ Reply to Thread
Results 1 to 7 of 7

Left function, Right Function, or Mid Function to extract values to three decimal places

  1. #1
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,000

    Left function, Right Function, or Mid Function to extract values to three decimal places

    Looking for formula (Left function, Right Function, or Mid Function) to extract values to three decimal places. See desired outcome below.

    Examples:
    Format
    11.9166666666667 Desired outcome = 11.916

    6.96666666666667 Desired outcome = 6.966

    Thanks

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    =int(a1*1000)/1000
    Ben Van Johnson

  3. #3
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    =trunc(a1, 3)

    But I'm not sure what you mean by "extract". Extract from what context?!

  4. #4
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    Or try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Or try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,000

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    Outstanding solution, protonLeah! Thanks for the rep.

  6. #6
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,000

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    Great solution, HansDouwe

  7. #7
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: Left function, Right Function, or Mid Function to extract values to three decimal plac

    Thanks for the feedback and rep .

+ 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] Extract Values using Left, Right, Mid, or Substitute Function
    By bjnockle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-08-2021, 02:46 PM
  2. [SOLVED] Extract Values Using Left, Right, or Mid Function
    By bjnockle in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-22-2021, 09:39 AM
  3. [SOLVED] Extract Values Using Left, Right, or Mid Function
    By bjnockle in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-08-2021, 07:43 PM
  4. [SOLVED] Extract Values Using Left, Right, or Mid Function
    By bjnockle in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-07-2021, 07:50 PM
  5. Right function, Left function, Mid function to extract values in column A
    By bjnockle in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-14-2020, 03:14 PM
  6. [SOLVED] Function is not keeping decimal places
    By waterexcels in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 09:24 AM
  7. [SOLVED] Function to round up if more than 2 decimal places
    By lauralizzy in forum Excel General
    Replies: 1
    Last Post: 06-28-2012, 09:30 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