Match function is as same as what it means. Match function helps to match the partial or full user defined value or number in a given range and return the exact or relevant position of the same.
For Example: If we have an array i.e. 1,2,3,4 and if I ask you what is the position of 3 in this array, your answer will be 3rd position in the array. We will explain more examples in details.
The MATCH formula uses the following arguments:
Match_type (optional argument) – Match function will helps you to find the location of the lookup value it could be horizontal or it can be vertical. But when you mention horizontal than its horizontal if you mention vertical than its vertical.
Let’s look at few examples here to learn more about Excel Function Match
Now here we have range “B4:B10” where all fruits are listed. Now on the right side, we have value in E3 cell “Mango” and we want to get the position of Mango in Fruits data given.
Excel INDEX function is used when you want to pull out the ARRAY RANGE WITH HELP OF formula you can either pull the cell value or you can pull all the AARAY range values with the help of INDEX function.
The formula =INDEX(C2:G8,,5).
In this formula first argument we are selecting
LARGE function is used to get the Largest k-th value from the range.
LARGE Function has two required arguments i.e. array, and k
Watch: How to use WEEKDAY Function in Excel? What is WEEKDAY Function? In Excel, the WEEKDAY function returns the day of the week for a given date as a number Click here to Read Full…
SUM Function in Excel Excel is a mathematical spreadsheet where you can perform multiple calculations with the help of Excel Formulas. These are automated formulas which refreshes automatically once you refresh your data in a…
MOD function is used to get the remainder of number that is divided by divisor. MOD Function has two required arguments i.e. number and divisor.
Watch: How to use EOMONTH & EDATE Function in Excel? What is EOMONTH Function? The EOMONTH function in Excel returns the last day of a month based on a given date and a specified number of…
In this tutorial, we’re going to explore one of the most intriguing features in Excel: the OFFSET function.
So, what is the OFFSET function in Excel? Simply put, OFFSET gives you a reference to a range of cells that’s moved from a starting point by a certain number of rows and columns.