+ Reply to Thread
Results 1 to 11 of 11

need values for tolerance

  1. #1
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    need values for tolerance

    I am putting together a Quality Sheet for checking parts and I am having trouble getting a formula to determine what the tolerance would be (min-max).

    Example:
    In B12 my Ideal measurement is 7.806"
    In B13 I have my +/- .015"

    In B14 I would like to have Excel give me 7.791" - 7.821" based on a formula.

    I am new to formulas (other than easy ones) in Excel and I am sure there is a way but I have spent way too long trying to figure it out.

    Any assistance would be great!
    Thanks!!
    JLV7812

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: need values for tolerance

    Is the measurement and tolerance always in inches?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    09-24-2013
    Location
    Twin Cities, MN
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: need values for tolerance

    In B12, use this Custom format: #.000\"
    Enter 7.806 in the cell and it should display as requested.

    In B13, use this Custom format: "+/- "#.000\"
    Enter .015 in this cell and it should display as requested.

    Formula for B14: =(B12-B13)&CHAR(034)&" - "&(B12+B13)&CHAR(034)

    Hope that helps!

  4. #4
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: need values for tolerance

    Hi Tony,

    Not always but I believe most of the time. I have gone in and separated the cells to remove the " symbol and also separated the +/- from the nominal (2 separate cells).

    From there I am able to get it to work. Just very tedious.

  5. #5
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: need values for tolerance

    Quote Originally Posted by minnesotaart View Post
    In B12, use this Custom format: #.000\"
    Enter 7.806 in the cell and it should display as requested.

    In B13, use this Custom format: "+/- "#.000\"
    Enter .015 in this cell and it should display as requested.

    Formula for B14: =(B12-B13)&CHAR(034)&" - "&(B12+B13)&CHAR(034)

    Hope that helps!
    I will try this and report back. Thanks!!

  6. #6
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: need values for tolerance

    Will B14 require a custom format as well? It is just filling in my formula

  7. #7
    Registered User
    Join Date
    09-24-2013
    Location
    Twin Cities, MN
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: need values for tolerance

    Did you type the = sign at the beginning of the formula?

  8. #8
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: need values for tolerance

    Yes Here is my formula (Different part of spreadsheet) =(b49-B50)&CHAR(034)&" - "&(B49+B50)&CHAR(034)

  9. #9
    Registered User
    Join Date
    09-24-2013
    Location
    Twin Cities, MN
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: need values for tolerance

    That should work. Is the format for that cell (assuming b51) "General"?

  10. #10
    Registered User
    Join Date
    03-31-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: need values for tolerance

    That was the trouble.....it was set as "Text" Thank you SOOOO much for your assistance!!

  11. #11
    Registered User
    Join Date
    09-24-2013
    Location
    Twin Cities, MN
    MS-Off Ver
    Excel 2010
    Posts
    91

    Re: need values for tolerance

    My pleasure. A fun little exercise. Be sure and mark the thread as Solved.

+ 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. Checking a tolerance with two values
    By noobsaibot in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-31-2013, 06:02 PM
  2. Determining Nominal & Tolerance Values
    By mycon73 in forum Excel General
    Replies: 10
    Last Post: 12-03-2010, 11:27 AM
  3. Vlookup with tolerance
    By Palabalo in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-07-2009, 06:07 PM
  4. how to put a tolerance
    By bolton78 in forum Excel General
    Replies: 1
    Last Post: 02-03-2008, 07:06 AM
  5. Tolerance
    By Odysseus in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-27-2007, 12:26 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