Code Monkey home page Code Monkey logo

excel-cell-checker's Introduction

Excel-Cell-Checker

A few quick User Defined functions to bring the power of Regular Expressions to detect rogue text and characters in Excel. The primary goal of the project was to help detect the presence of Greek characters in Latin text and vice versa in an easy and user friendly way

We begin this project with a few simple functions:

  1. FindFirstLatin - The first match of a group of Latin characters (words) found within the selected (assumed Greek) text.
  2. FindFirstGreek - The first match of a group of Greek characters (words) found within the selected (assumed Latin) text.
  3. FindFirstRegex - The first match of the supplied .NET compatible Regular Expression pattern within the selected text.
  4. FindAllLatin - Returns a comma separated list of Latin characters (words) within the selected text.
  5. FindAllGreek - Returns a comma separated list of Greek characters (words) within the selected text.
  6. FindAllRegex - Returns a comma separated list of all matches of the supplied .NET compatible Regular Expression pattern within the selected text.

Installation

  1. Download the correct version for your version of Excel from the releases page:

    • Excel 32-bit: Excel.Cell.Checker-AddIn-packed.xll
    • Excel 64-bit: Excel.Cell.Checker-AddIn64-packed.xll
  2. In Excel, go to File > Options and follow the steps below to install the AddIn.

    Click on "Add-ins" and make sure "Excel Add-ins" is selected in the "Manage" list and click Go. Manage Excel Addins. Go to File > Options

    In the box that appears, click Browse Click Browse to find the xll file you downloaded in Step 1

    Locate the file you downloaded in Step and and click OK. Select the downloaded xll file

    That's It! You can now use the functions in Excel

Usage in Excel

Note on Regular Expressions

The FindFirstRegex and FindAllRegex functions are meant to be used with .NET compatible regular expressions including Exclusion groups! Special features of other Regex parsers will not work and might generate errors.

excel-cell-checker's People

Contributors

inamesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.