Open In App

6 New Functions or Formulas in Excel 2019

A formula is a mathematical expression that computes a cell’s value. Functions are predefined formulas found in Excel. Based on the values specified as arguments or parameters, functions perform specific calculations in a specific order. For instance, =SUM (C1:C10). This function adds the values from cells C1 to C10. In the math and trigonometry, statistical, engineering, date and time, lookup and reference, logical, and text function categories, several new functions are added. In addition, the Web category is introduced, along with a few Web service features. Some Basic functions in Excel were discovered earlier that can be used to perform basic operations.

We also have a Statistical function in Excel that can be used in industries and businesses for better and more effective results. 



Categories of Functions

Excel functions are classified according to their functionality. If you know the category of the function you’re looking for, you can select it.

Step 1: Select the FORMULAS tab. The group Function Library appears. The function categories are contained within the group.



 

Step 2: Navigate to the More Functions tab. More function categories will be shown.

 

Step 3: Select a function category. All of the functions in that category will be shown. As you browse through the functions, the syntax and usage of the function will be displayed.

 

New Functions in Excel 2019

Excel 2019 has six new functions that will change the way you work with data. These functions may be visible in Excel 2016 if you have the most recent upgrades installed.

Concat Function

This function is superior to CONCATENATE. It enables you to merge words, strings, or ranges into a single string, saving you time and energy.

Syntax: CONCAT(text1,[text2],…)

To utilize this function:

 

 

 

 

IFS Function

This function returns a value depending on multiple True or False conditions.

Syntax: IFS(logical_test1, value_if_true1 [,logical_test2, value_if_true2] [..])

To utilize this function:

 

 

 

TEXTJOIN Function

This function returns the text string that is a concatenation of several strings (with delimiter).

Syntax: TEXTJOIN(delimiter, ignore_empty, text1 [,text2] [..])

To Utilize this Function:

 

 

 

MAXIFS Function

This function returns the largest value in a list or array of numbers that satisfy multiple conditions.

Syntax: MAXIFS(max_range, criteria_range1, criteria1 [,criteria_range2, criteria2] [..])

To Utilize this Function:

 

 

 

MINIFS Function

This function returns the smallest value in a list or array of numbers that satisfy multiple conditions.

Syntax: MINIFS(min_range, criteria_range1, criteria1 [,criteria_range2, criteria2] [..])

To Utilize this Function:

 

 

 

SWITCH Function

This function returns the value based on a list of exact matches.

Syntax: SWITCH(expression, value1, result1 [,value2, result2] [,default])

To Utilize this Function:

 

 

FAQs on New Functions in Excel 

Q1: What are the Functions in Excel?

Answer: 

Functions are a predefined formula that performs a specific calculation or return a specific value based on the data inserted. Function reduce the human work to perform all calculations manually.

Functions can be used to perform mathematical operations, manipulate text, analyze data, and many more.

Q2: What are the new functions that are present in Excel?

Answer: 

The new functions in Excel are:

CONCAT Function

IFS Function

TEXTJOIN Function

MAXIFS Function

MINIFS Function

SWITCH Function

Q3: Can new functions be used in older versions of Excel?

Answer:

New Functions are introduced in recent versions of Excel and they are not available in older versions. You may not have access to the latest functions unless you upgrade to a newer version or use Excel online or Excel 365

Q4: What is the Syntax of the CONCAT Function?

Answer: 

Syntax: CONCAT(text1,[text2],…)

  • text1: The first text string or range of cells.
  • text2: The second text string or range of cells (optional).

Article Tags :