ARRAYTOTEXT Excel Function

One super useful function when you are working with bunch of text and want to convert it into a long array string is by using ARRAYTOTEXT() function. What is the ARRAYTOTEXT Function? The ARRAYTOTEXT function returns an array of text values from any specified range. It passes text values unchanged and converts non-text values to […]

Excel Function – AMORDEGRC

The AMORDEGRC function in Microsoft Excel is a financial function designed to calculate the depreciation of an asset for each accounting period using a depreciation coefficient. Unlike the AMORLINC function, AMORDEGRC applies a depreciation coefficient based on the life of the asset. This function is particularly tailored for the French accounting system, where it is […]

Excel Function – AMORLINC

The AMORLINC function in Microsoft Excel is a specialized financial function designed to calculate the linear depreciation of an asset for each accounting period. It is similar to AMORDEGRC function, but is linearly calculated, while the later is calculated using depreciation coefficient based on the life of the asset. This function is particularly tailored for […]

Excel GETPIVOTDATA function

GETPIVOTDATA is one of my favorite functions in Excel when it comes to retrieving and aggregating data. Its similar to SUMIFS and CUBEVALUE, but it always references a pivot table. What is the GETPIVOTDATA function? The GETPIVOTDATA function is a built-in function in Excel that allows you to retrieve data from a pivot table based […]

Excel XLOOKUP function

You want to ride the track with a super power?! Go get hooked up on the XLOOKUP :), and it will definitely serve you well. The XLOOKUP function in Excel is a versatile and powerful tool designed to replace older functions like VLOOKUP, HLOOKUP, and LOOKUP. The best thing about it is that you don’t have to […]

Excel Function – INDIRECT()

Description Indirect function extracts the value of the referenced cell. Syntax INDIRECT(ref_text, [a1]) ref_text: cell address such as A1 or R1C1 format [a1]: if blank then assumes TRUE(), using standard cell reference. If FALSE() then assumes R1C1 format Examples Below are few examples how to use INDIRECT. Note that cell references have to be written […]

Excel Function – ACOTH()

Description To calculate the hyperbolic arctangent of a hyperbolic cotangent(number). The Hyperbolic Arctangent is an inverse of a hyperbolic cotangent is a number greater or equal to 1. Syntax ACOTH(number) Examples The results are as follows: References How to calculate Arctangent or ACOT(). If you want to see details what Hyperbolic Tangent is, check here.

Excel Function – ACCRINTM()

Description To calculate the accrued interest for a stock/bond or other security that pays interest at maturity Syntax ACCRINTM(issue, settlement, rate, par, [basis]) Issue: when the security was issues. Date is in entered as DATE() function or a sequential serial number ex: 8/29/2001 is 44437 Settlement: maturity date rate: annual coupon rate par: par value […]