Skip to content

Commit 658b26a

Browse files
authored
Update README.md
Added images and more detailed descriptions
1 parent 2e51dfe commit 658b26a

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
# Regular Expression Functions Excel Add-In
2-
Description: This is a collection of three regular expression functions that are available in Google Sheets but not available in Microsoft Excel.
2+
## Purpose and Features
3+
- Translate regular expression functions from Google Sheets but not currently supported in Microsoft Excel
4+
## Compatibility
5+
Microsoft Excel 2010+ (OS must be able to support regular expression object)
6+
## Installation
7+
1. Download 'Regular Expression Add-In 1.1.xlam'
8+
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
9+
## Usage
10+
The functions are located under the 'Formulas' tab under the 'Function Library' group in the 'Text' category (see images).
311

412
| Function Name | Documentation |
513
| --- | --- |
614
| `REGEXMATCH()` | [Link](https://support.google.com/docs/answer/3098292) |
715
| `REGEXEXTRACT()` | [Link](https://support.google.com/docs/answer/3098244) |
816
| `REGEXREPLACE()` | [Link](https://support.google.com/docs/answer/3098245) |
9-
10-
## Install Instructions:
11-
1. Download 'Regular Expression Add-In 1.1.xlam'
12-
2. Open Microsoft Excel
13-
3. Click the 'Developer' tab
14-
4. Click the 'Excel Add-ins' button
15-
5. Click the 'Browse...' button, and find the location of the file.
16-
6. A message should appear showing the add-in was successfully installed.
17-
7. The functions are located under the 'Formulas' tab under the 'Function Library' group in the 'Text' category.
18-
19-
20-
Compatibility: Microsoft Excel 2010+
21-
22-
23-
If you have any questions or find any bugs, please contact EszopiCoder at [email protected]
17+
## Sample Images
18+
<img src="Images/RegExMenu.PNG">

0 commit comments

Comments
 (0)