google sheets function - Free Excel Tutorial

Google Sheets LN Function

This post will guide you how to use Google Sheets LN function with syntax and examples. Description The Google Sheets LN function returns the natural logarithm of a given number.  And the natural logarithms are based on the constant e (the value is equal to 2.718281828…). The purpose of this function is to get the… read more »

Google Sheets INT Function

This post will guide you how to use Google Sheets INT function with syntax and examples. Description The Google Sheets INT function returns the integer portion of a given number. And it will round a given number down to the nearest integer.  And the INT function rounds down, so if you provide a negative number,… read more »

Google Sheets FLOOR Function

This post will guide you how to use Google Sheets FLOOR function with syntax and examples. Description The Google Sheets FLOOR function returns a number rounded down to the nearest multiple of significance. So it will return a rounded number. The purpose of this function is to round a number down to the nearest specified… read more »

Google Sheets EXP Function

This post will guide you how to use Google Sheets EXP function with syntax and examples. Description The Google Sheets EXP function returns e raised to the power of a number.  The constant e is equal to 2.71828182845904, and it is the base of the natural logarithm. You can use EXP function to get the… read more »

Google Sheets FACT Function

This post will guide you how to use Google Sheets FACT function with syntax and examples. Description The Google Sheets FACT function returns the factorial of a given number.  The factorial of a given number is equal to 1*2*3…* number. The FACT function can be used to find the factorial of a number in google… read more »

Google Sheets EVEN Function

This post will guide you how to use Google Sheets EVEN function with syntax and examples. Description The Google Sheets EVEN function rounds a given number up to the nearest even integer. You can use the EVEN function to return the next even integer after rounding a supplied number up in google sheets. The returned… read more »

Google Sheets COUNTBLANK Function

This post will guide you how to use Google Sheets COUNTBLANK function with syntax and examples. Description The Google Sheets COUNTBLANK function use to count the number of empty cells in a range of cells. You can use the COUNTBLANK function to get the number of blank cells in the given range in google sheets…. read more »

Google Sheets DEGREES Function

This post will guide you how to use Google Sheets DEGREES function with syntax and examples. Description The Google Sheets DEGREES function converts radians into degrees. And it will return a numeric value. For examples, if you pass the PI() function into the DEGREES function as its argument, and it will return 180. The purpose of this… read more »

Google Sheets COSH Function

This post will guide you how to use Google Sheets COSH function with syntax and examples. Description The Google Sheets COSH function returns the hyperbolic cosine of a given angle. The purpose of this function is used to get hyperbolic cosine of a number in google sheet and it’s returned value is the x-component of… read more »

Google Sheets COS Function

This post will guide you how to use Google Sheets COS function with syntax and examples. Description The Google Sheets COS function returns the cosine of a given angle. If you want to supply an angle to COS function in degrees, then you need to multiply the angle by PI()/180. Or you can use the RADIANS function to… read more »

Google Sheets COMBINA Function

This post will guide you how to use Google Sheets COMBINA function with syntax and examples. Description The Google Sheets COMBINA function returns the number of combinations for a given number of items and it includes repetitions. You can use the COMBINA function to calculate the number of combinations for a specified number of items,… read more »

Google Sheets COMBIN Function

This post will guide you how to use Google Sheets COMBIN function with syntax and examples. Description The Google Sheets COMBIN function returns the number of combinations for a given number of items. And you can use the COMBIN function to determine the total possible number of groups for a given number of items. For… read more »

Google Sheets CEILING.PRECISE Function

This post will guide you how to use Google Sheets CEILING.PRECISE function with syntax and examples. Description The Google Sheets CEILING.PRECISE function returns a given number rounded up to the nearest multiple of a given number of significance or returns a number that is rounded up to the nearest integer number. The CEILING.PRECISE function is… read more »

Google Sheets CEILING Function

This post will guide you how to use Google Sheets CEILING function with syntax and examples. Description The Google Sheets CEILING function returns a given number rounded up to the nearest multiple of a given number of significance. You can use the CEILING function to round up a number to the nearest multiple of a… read more »

Google Sheets ATANH Function

This post will guide you how to use Google Sheets ATANH function with syntax and examples. Description The Google Sheets ATANH function returns the inverse hyperbolic tangent of a given number. So you can use the ATANH function to calculate the inverse hyperbolic tangent for a number. The returned result is a numeric value. The… read more »

Google Sheets ATAN Function

This post will guide you how to use Google Sheets ATAN function with syntax and examples. Description The Google Sheets ATAN function returns the arctangent of a number. So this function can be used to calculates the arctangent of a supplied number. The returned angle is given in radians in the range –pi/2 to pi/2…. read more »

Google Sheets ASINH Function

This post will guide you how to use Google Sheets ASINH function with syntax and examples. Description The Google Sheets ASINH function returns the inverse hyperbolic sine of a number. The ASINH function is a build-in function in Google Sheets and it is categorized as a MATH function. Syntax The syntax of the ASINH function is… read more »

Google Sheets ASIN Function

This post will guide you how to use Google Sheets ASIN function with syntax and examples. Description The Google Sheets ASIN function returns the arcsine value of a number. The ASIN function can be used to get the inverse sine of a given number in google sheets. The purpose of this function is to return… read more »

Google Sheets ACOSH Function

This post will guide you how to use Google Sheets ACOSH function with syntax and examples. Description The Google Sheets ACOSH function returns the inverse hyperbolic cosine of a number. The ACOSH function is a build-in function in Google Sheets and it is categorized as a MATH function. Syntax The syntax of the ACOSH function is as… read more »

Google Sheets ACOS Function

This post will guide you how to use Google Sheets ACOS function with syntax and examples. Description The Google Sheets ACOS function returns the arccosine value of a number. The ACOS function can be used to get the inverse cosine of a number in google sheets. The purpose of this function is to get the… read more »

Sidebar