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!
Excel Function DATE When you work with dates in Excel, the DATE function is crucial to understand. The reason is that some other Excel functions may not always recognize dates when they are entered as…
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1
The tutorial demonstrates how to find a date any number of days before or after today, counting either all days or only business days.
Microsoft Excel “ISBLANK Function” is a Logical Function and it is used to check if cell in question is “BLANK OR NON-BLANK”. “ISBLANK Function” is used as a test to validate if cell contains any…
INDIRECT function is used to convert the text/string into cell reference. Function provides output as the value of that cell reference.
LOWER function is used for changing the format of any text or string to LOWER case.