INT function is used to round down the numeric value to nearest integer. INT Function has one required argument i.e. number.
=INT(number)
Here, we have sample database and want to round down the sales movement ( % ) for various region.
We will be using INT function as follows:
Excel INT function is very simple and easy to use. This example will help you explore the use of the INT function in Excel.
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
MIN function is used to get the smallest number in range or list of values.MIN function has one required i.e. number1 and optional argument i.e. [number2]
SUMPRODUCT function performs multiplication of numbers within arrays and then sum the values SUMPRODUCT function has array1, 2.. arguments.
This tutorial explains how to use the IFERROR function in Excel to catch and handle errors. It shows you how to replace errors with a blank cell, a different value, or a custom message. You’ll also learn how to use IFERROR with functions like VLOOKUP and INDEX MATCH, and how it compares to other error-checking functions like IF ISERROR and IFNA
This tutorial explains how to use the new TEXTSPLIT function in Excel 365 to break text into separate parts using any symbol or space you choose. Sometimes, you may need to split text in Excel….
LEN function is used for counting number of characters in available string. The output of the function returns the count in new cell.
TRIM function is used to remove the additional spaces (i.e. spaces before/after/between the words) except for single space between words.