+ Reply to Thread
Results 1 to 4 of 4

Need a Formula to identify incorrect data entries

Hybrid View

  1. #1
    Forum Contributor Steve N.'s Avatar
    Join Date
    12-22-2011
    Location
    USA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    298

    Need a Formula to identify incorrect data entries

    Hello,

    I'm trying to validate entries on a large s/s where if the values in col a are equal, the corresponding entries in col b should be equal. If the corresponding entries in col b are not equal, then all entries in those a&b cells need validated. Sample attached.
    Attached Files Attached Files
    Last edited by Steve N.; 01-31-2013 at 02:40 PM.

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Need a Formula to identify incorrect data entries

    Here's a way, using a helper column:

    In cell D2, type: =A2&B2
    Then use this formula in cell C2: =IF(COUNTIF(A:A,A2)=COUNTIF(D:D,D2),"Ok","Validate")

    - Moo

  3. #3
    Forum Contributor Steve N.'s Avatar
    Join Date
    12-22-2011
    Location
    USA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    298

    Re: Need a Formula to identify incorrect data entries

    Perfect! Thanks Moo...

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Need a Formula to identify incorrect data entries

    Glad to help, and thanks for the feedback. It's always appreciated.

    - Moo

+ 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