+ Reply to Thread
Results 1 to 9 of 9

Count unique text and finding spelling mistakes

Hybrid View

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    88

    Count unique text and finding spelling mistakes

    Hi,

    I am currently trying to remove any errors from a spreadsheet. On the left I have the number of species with the amount of counts they are getting.
    I can seem to either A) find the misspellings of the species in column C or B) find the missing species name in the e to u column.

    Any solution WOULD be greatly appreciated!!!

    Tree Species Problem.xlsx

    As it stands:

    Total Trees recorded per individual species :306
    Total Trees in all Experiments 330
    Percentage correct 92.72727273

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Count unique text and finding spelling mistakes

    hmm i looked again and you already have checked with countif in column c
    so what are you trying to identify?
    Last edited by martindwilson; 10-06-2013 at 07:13 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-13-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    88

    Re: Count unique text and finding spelling mistakes

    Thanks martindwilson,

    Could you elaborate a tiny bit more? Still a little bit lost. I can see that all the orange are 'true' as in correct but can't get it to work.
    My problem is that from columns F-U there are spelling errors. I need to figure out where they are compared to Column B.

    Apologies if this isn't that clear - getting a bit flustered with it.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Count unique text and finding spelling mistakes

    so its f:u that are spelt wrongly?

  5. #5
    Registered User
    Join Date
    08-13-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    88

    Re: Count unique text and finding spelling mistakes

    Yes - I'm trying to compile a list of hits on the left hand side so there may be misspellings in the names. What I've figured out it is for 24 of the tree species between f:u but its a needle in a hay stack for me.

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Count unique text and finding spelling mistakes

    Hi,

    If you use the formula

    Formula: copy to clipboard
    =COUNTIF($F$2:$U$143,LEFT(B2,9)&"*")


    in C2 copied down you'll get the answer 330.

    However this is by trial and error after trying constants other than 9.

    Other than the wildcard "*" Excel doesn't really have any fuzzy logic. For this sort of fuzzy search try Microsoft's add in which can be downloaded here

    http://www.microsoft.com/en-gb/downl....aspx?id=15011
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  7. #7
    Registered User
    Join Date
    08-13-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    88

    Re: Count unique text and finding spelling mistakes

    Hi Richard,

    That's good that it shows that it's is very close to having the correct values. Still don't know which ones to correct though based on that. I'll have a look at your link now.

    Cheers.

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Count unique text and finding spelling mistakes

    well if you are only checking spelling (and this includes exctra spaces after names then yo can conditional format e:u checking against col b
    all those in orange dont match or have trailing spaces
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    08-13-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    88

    Re: Count unique text and finding spelling mistakes

    Thanks, that's exactly what I need. I downloaded the fuzzy look up! I wish I knew about that sooner! Thank you very much for your help martindwilson and Richard Buttrey!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding Unique Count for a Concatenated Range of Columns.
    By e4excel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-12-2012, 06:30 AM
  2. Count Unique text against another unique text prior to todays date
    By VBSK8R in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-22-2011, 11:24 AM
  3. Replies: 17
    Last Post: 08-24-2009, 08:58 AM
  4. finding mistakes in excel
    By pwhalen in forum Excel General
    Replies: 3
    Last Post: 03-02-2009, 08:14 AM
  5. Finding unique values and their count
    By jartzh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-20-2009, 01:46 PM

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