Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jorge
 
Posts: n/a
Default exel conditional formula,calculate a bilateral tolerance(.2/-.2)?

,I need to set-up a conditional formula in excel , that is able to account
for possible bilateral tolerances, i.e., +0.20/-0.20.
For example: if I want to calculate a Upper Spec. of .20in +/- .005 I would
enter a formula to add upper tolerance to the Target spec. (.005+.20)In this
same way, I substract the enetered MIN. tolerance to the target to obtain my
Lower Spec.
However, What if my Spec. calls for a bilateral tol.: 0.00 in. +0.05/-0,05in.
The above formulation will not work.
Any ideas?
Advise.

Thanks.
Jorge Arvizu.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default exel conditional formula,calculate a bilateral tolerance(.2/-.2)?

..What if my Spec. calls for a bilateral tol.: 0.00 in. +0.05/-0,05in.

If I'm reading it right, something like this in say, B1:
=IF(AND(A1=LowerLimit,A1<=UpperLimit),"OK","Fail" )

should accomplish the required tolerance check
and return the result as either "OK" or "Fail"

Replace "LowerLimit" and "UpperLimit" in the formula
with the actual numbers, of course

Adapt to suit ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jorge" wrote:
,I need to set-up a conditional formula in excel , that is able to account
for possible bilateral tolerances, i.e., +0.20/-0.20.
For example: if I want to calculate a Upper Spec. of .20in +/- .005 I would
enter a formula to add upper tolerance to the Target spec. (.005+.20)In this
same way, I substract the enetered MIN. tolerance to the target to obtain my
Lower Spec.
However, What if my Spec. calls for a bilateral tol.: 0.00 in. +0.05/-0,05in.
The above formulation will not work.
Any ideas?
Advise.

Thanks.
Jorge Arvizu.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
enhanced conditional formatting Stuart Excel Discussion (Misc queries) 13 November 13th 05 07:20 PM
Conditional formula - language needed gamebird Excel Worksheet Functions 7 October 10th 05 11:48 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 06:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"