+ Reply to Thread
Results 1 to 2 of 2

Tolerance

Hybrid View

Odysseus Tolerance 11-27-2007, 11:43 AM
daddylonglegs Depends how your data is set... 11-27-2007, 12:26 PM
  1. #1
    Registered User
    Join Date
    09-21-2004
    Posts
    37

    Tolerance

    I have 27,000 lines of data to check for errors in a % value. I want to be able to create an “If” statement or alike that will enable me to ignore if the variation is within + or - 0.02%. Anything over or under 0.02% would bring up and error.
    There must be a simple way to do this

    Make sense... I hope so.

    Ta

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,703
    Depends how your data is set up but if you want to check if A1 is within 0.02% of B1 try something like

    =ABS(A1-B1)<=0.02%

    gives TRUE if A1 is within the tolerated margin, FALSE otherwise

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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