+ Reply to Thread
Results 1 to 3 of 3

detecting inconsistent data

Hybrid View

rossryan detecting inconsistent data 11-27-2009, 04:18 AM
teylyn Re: detecting inconsistent... 11-27-2009, 05:58 AM
rossryan Re: detecting inconsistent... 11-27-2009, 08:58 PM
  1. #1
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    detecting inconsistent data

    Is there a way in excel that will automatically detect or put a note in a new column – “inconsistent”.

    The scenario is: I am relating an existing table from another data that have been validated. Our links is the id we have created; now for example in my field column “diameter” my data is year 50 and 150 while on the validated data the data is 75. I have several columns to compare – diameter, material status decom by, and year decom. I hope there a way in excel that would put a remarks in a new cell telling me “inconsistent”. I hope you get what I mean anyway I have attached a sample.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: detecting inconsistent data

    Hi,

    If you specify an expected value in R1 and a tolerance percentage in R2, you could use a formula like this in O2 and copy down

    =IF(C2/$R$1<1-$R$2,"inconsistent","")

    then highlight the whole table and create a conditional format with Formula Is

    =$C2/$R$1<1-$R$2

    set a fill color for the row and hit OK

    this way, the whole row will light up when the value in column C is xx percent off the expected value.


    Alternative
    If you just want to compare with the value in column J, use this in O2 and copy down

    =IF(C2<>J2,"inconsistent","")

    and use this for the formula in conditional formatting:

    =$C2<>$J2



    hth
    Last edited by teylyn; 11-27-2009 at 06:02 AM.

  3. #3
    Registered User
    Join Date
    09-24-2009
    Location
    maui
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: detecting inconsistent data

    thank you very much!!! solved more power

+ 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