New Excel Functions
New Excel Functions
Use Case:
1. REGEXTRACT:
If cell A1 contains "Contact: john.doe@example.com", the formula
=REGEXEXTRACT(A1, "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b") will
return "john.doe@example.com".
2. REGEXREPLACE:
3. REGEXTEST
Text Manipulation Functions
1.TEXT BEFORE:
2. TEXTAFTER:
3. TEXTSPLIT:
4. TRANSLATE:
5. DETECTLANGUAGE:
1. VSTACK:
2. HSTACK:
3. TOROW:
4. TOCOL:
5. WRAPROWS:
Data Selection and Modification
1. TAKE:
2. DROP:
3. CHOOSEROWS:
4. CHOOSECOLS:
1. GROUPBY:
2. PIVOTBY:
3. TRIMRANGE:
Example:
2. LAMBDA:
AI-Powered Functions
1. AI.PREDICT:
2. AI.SUMMARIZE:
Cloud and API-Driven Functions
1. CALLAPI:
Excel's DGET function and other D-related database functions (often
referred to as D-functions) are used to extract and manipulate data from a
structured dataset (or table) based on specific criteria.
1. DGET Function
Syntax:
Explanation:
Example:
If you have a table (A1:D10) containing employee details and want to get
the salary of an employee named "John":
Function Description
DAVERAG Returns the average of a column based on given
E criteria.
Example Uses
Would you like a hands-on example in an Excel file? I can create one for
you!