+ Reply to Thread
Results 1 to 4 of 4

Finding errors in large spreadsheet

  1. #1
    Registered User
    Join Date
    08-03-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Finding errors in large spreadsheet

    Hey guys,

    I'm new to this forum and have a pretty specific question. I have a feeling there's no quick way to do this, but I wanted to check.

    I have been tasked with analyzing a spreadsheet of about 1800 rows of data. Before I actually get into that, however, I have to identify any errors that occurred while entering the data into excel. Basically, when the data was being imported, some got put in the wrong column. For example, one column lists states (GA, CA, etc.) and another column lists years (1992, 1996, etc.). For some reason, in some instances scattered throughout the spreadsheet, the year was put in the state column or the state was put in the year column. Is there a way to quickly identify where all of those errors occurred, or do I just need to manually go through the entire spreadsheet searching for them?

    Any help would be much appreciated.

    Thank you!

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Finding errors in large spreadsheet

    Hi and welcome to the forum.

    If your data are as you say, one column with numbers(dates) and another with text(States), one way to do this is using Conditional Formatting, to highlight the errors.

    =ISNUMBER($A1)
    =ISTEXT($B1)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    08-03-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Finding errors in large spreadsheet

    Thanks for that, that will definitely help with a lot of them. What about if there are years in some columns and 2-digit numbers in others, and they might be mixed up. Is there a way to highlight those errors?

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Finding errors in large spreadsheet

    Depend on....!

    Is the format of the years like this "yyyy"? Are 4 digit numbers? Then maybe you can use LEN function. Something like this.

    =LEN($A1)=2

+ 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