Questa pagina è attualmente disponibile solo in inglese.
May 31, 2021
On June 15, 2021 the new version 7.9.1 has been released. Download
ASAP Utilities 7.9 works with:
On any Windows system that matches the Excel system requirements.
If you purchased a license for version 7.x or 5.x, then you get version 7.7 free of charge. You can use the same license details.
If you purchased a license in 2012 or earlier, then please contact us for a 50% discount to upgrade to version 7.
To upgrade, just install the new version "on top" of the existing version on your computer.
ASAP Utilities will then automatically recognize your settings and license information if you have already entered that previously.
General
You can now use regular expressions in Excel via ASAP Utilities.
Regular expressions are a clever way to find & replace text (similar to 'wildcards')
Regular expressions are very common in some areas of computing, and are often known as regex or regexp. Not all regex are the same - so reading the below link from Microsoft Docs is recommended.
You can use the regular expression syntax in ASAP Utilities according to the following documentation from Microsoft:
Regular Expression Syntax (Scripting) | Microsoft Docs
https://docs.microsoft.com/en-us/previous-versions//1400241x(v=vs.85)
Returns TRUE if the value matches the regular expression and FALSE if it does not.
=ASAPREGEXMATCH(read_value, regular_expression, optional ignorecase)
examples:
| value | expression | result | formula |
|---|---|---|---|
Emmawijk 1 |
[0-9]+ |
TRUE |
=ASAPREGEXMATCH(A2, B2) |
Today's offer is $99.00 |
[0-9]*\.[0-9]+[0-9]+ |
TRUE |
=ASAPREGEXMATCH(A3, B3) |
The appointment is at 15:00 |
\d{2}\:\d{2} |
TRUE |
=ASAPREGEXMATCH(A4, B4) |
Returns the text that matches the regular expression.
=ASAPREGEXEXTRACT(read_value, regular_expression, optional ignorecase)
examples:
| value | expression | result | formula |
|---|---|---|---|
Emmawijk 1 |
[0-9]+ |
1 |
=ASAPREGEXEXTRACT(A2, B2) |
Today's offer is $99.00 |
[0-9]*\.[0-9]+[0-9]+ |
99.00 |
=ASAPREGEXEXTRACT(A3, B3) |
The appointment is at 15:00 |
\d{2}\:\d{2} |
15:00 |
=ASAPREGEXEXTRACT(A4, B4) |
Returns a modified version of the text string based on a regular expression.
=ASAPREGEXREPLACE(read_value, regular_expression, replacement_value, optional replace_all, optional ignorecase)
examples:
| value | expression | replacement | result | formula |
|---|---|---|---|---|
Emmawijk 1 |
[0-9]+ |
200 |
Emmawijk 200 |
=ASAPREGEXREPLACE(A2,B2,C2) |
Today's offer is $99.00 |
[0-9]*\.[0-9]+[0-9]+ |
49.99 |
Today's offer is $49.99 |
=ASAPREGEXREPLACE(A3,B3,C3) |
The appointment is at 15:00 |
\d{2}\:\d{2} |
10:30 |
The appointment is at 10:30 |
=ASAPREGEXREPLACE(A4,B4,C4) |
The color is (green) |
\(([A-Za-z]+)\) |
red |
The color is red |
=ASAPREGEXREPLACE(A4,B4,C4) |
We have updated the example workbook that demonstrates the extra functions you get in Excel with ASAP Utilities.
You download the example workbook via:
https://www.asap-utilities.com/asap-utilities-excel-tools-tip.php?tip=259&utilities=97&lang=en_us#example-workbook
You can now select cells that match a regular expression, similar to the above ASAPREGEXMATCH function.
A few examples:
| pattern | result |
|---|---|
^\d |
select values that start with a digit character |
\d$ |
select values that end with a digit character |
[^\d]$ |
select values that do not end with a digit character |
red|green|blue |
select values that contain either red, green or blue |
etc etc. |
https://docs.microsoft.com/en-us/previous-versions//1400241x(v=vs.85) |

Now supports unicode characters in Windows 10.
The options "Copy to clipboard (tab delimited)" and Copy to clipboard (space delimited)", now support unicode characters in Windows 10.
Several small improvements and a few small bug fixes.
In the universal 32+64-bits edition for Excel 2010-2019/365 only:
via ASAP Utilities Options » New tools in development (English only)
This will create a list of all possible combinations from the data in two or more columns
via ASAP Utilities Options » New tools in development (English only)
This will remove all completely empty columns on your worksheet, including the columns that have a field name in row 1, but no data.
Inizia subito a risparmiare tempo in Excel con strumenti pratici che puoi usare fin da subito.
Nessuna registrazione richiesta.
Prova gratuita di 90 giorni