Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EszopiCoder/excel-regexp-fx
Regular Expression Functions Excel Add-In
https://github.com/EszopiCoder/excel-regexp-fx
excel excel-vba regular-expression vba vba-excel
Last synced: 8 days ago
JSON representation
Regular Expression Functions Excel Add-In
- Host: GitHub
- URL: https://github.com/EszopiCoder/excel-regexp-fx
- Owner: EszopiCoder
- License: gpl-3.0
- Created: 2020-03-12T19:22:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T05:57:31.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:18:20.193Z (4 months ago)
- Topics: excel, excel-vba, regular-expression, vba, vba-excel
- Language: VBA
- Size: 231 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - EszopiCoder/excel-regexp-fx - Regular Expression Functions Excel Add-In (VBA)
README
# Regular Expression Functions Excel Add-In
## Purpose and Features
- Translate regular expression functions from Google Sheets not currently supported in Microsoft Excel
## Compatibility
Microsoft Excel 2010+ (OS must be able to support regular expression object)
## Installation
1. Download 'Regular Expression Add-In 1.1.xlam'
2. Follow these [instructions](https://support.office.com/en-us/article/add-or-remove-add-ins-in-excel-0af570c4-5cf3-4fa9-9b88-403625a0b460) from Microsoft
## Usage
- The functions are located under the 'Formulas' tab under the 'Function Library' group in the 'Text' category (see images).
- Please use the following links for [tutorials](https://www.regular-expressions.info/tutorial.html) and [documentation](https://www.regular-expressions.info/vbscript.html) on regular expressions| Function Name | Documentation |
| --- | --- |
| `REGEXMATCH()` | [Link](https://support.google.com/docs/answer/3098292) |
| `REGEXEXTRACT()` | [Link](https://support.google.com/docs/answer/3098244) |
| `REGEXREPLACE()` | [Link](https://support.google.com/docs/answer/3098245) |
## Sample Images