by Ilker | Jun 10, 2019 | Excel Formulas
The ABS function is a Math formula that returns the absolute value of a given number. The absolute value of a number represents number’s distance from zero, regardless of the direction. This means that the distance of a number x has the same distance as negative...
by Ilker | May 31, 2019 | Excel Formulas
The LOG10 Excel function is a Math formula that returns the logarithm of a given number, using base 10. The logarithm of a given number is the exponent to which another fixed number (the base 10) must be raised to produce that number. In this guide, we’re going to...
by Ilker | May 31, 2019 | Excel Formulas
The Excel LOG function is a Math formula that returns the logarithm of a given number and base. In this guide, we’re going to show you how to use the LOG function and also go over some tips and error handling methods.Supported versionsAll Excel versionsExcel LOG...
by Ilker | May 31, 2019 | Excel Formulas
The Excel LN function is a Math formula that returns the natural logarithm of a given number. The natural logarithm of a number is the power to which e would have to be raised to find that number. Natural logarithms are based on the constant e which is approximately...
by Ilker | May 30, 2019 | Excel Formulas
The Excel EXP function is a Math formula that returns the value of the constant e (Euler’s number) raised to the power of a given number (ex). The constant e is approximately equal to 2.71828, which is the base of the natural logarithm. In this guide, we’re...
by Ilker | May 30, 2019 | Excel Tips & Tricks
Excel Tables are very useful for managing and analyzing data in tabular format. An Excel Table provides the data in a special structure, which comes with filtering, formatting, sizing, and auto populating formulas dynamically. In this guide, we’re going to show you...
by Ilker | May 29, 2019 | Excel Tips & Tricks
Excel Tables are very useful in managing and analyzing data in tabular format. An Excel Table provides the data in a special structure, which comes with filtering, formatting, and sizing, and can also auto populate formulas dynamically. In this guide, we’re going to...
by Ilker | May 29, 2019 | Excel Formulas
The FACTDOUBLE is a Math function that returns the double factorial of a given number. Also known as the semi-factorial, double factorial of a number (n) is shown as n!! and is equal to n x (n-2) x (n-4) x … 4 x 2 for an even number, and n x (n-2) x (n-4) x...
by Ilker | May 29, 2019 | Excel Formulas
The Excel FACT function is a Math formula that returns the factorial of a given number. Factorial of a number n (denoted as n!) is the product of all numbers that are less than or equal to that number (n! = n x (n-1) x (n-2) x … x 2 x 1). Frequently used in...