by Ilker | Dec 15, 2020 | Excel Formulas
The LET function can define names within the scope of a formula. This essentially offers better readability and help with calculation performance. In this guide, we are going to show you how to use the LET function and go over some tips and error handling methods....
by Ilker | Nov 19, 2020 | Excel Formulas
The DEC2HEX is an Engineering function that converts a hexadecimal number into a decimal number. In this guide, we’re going to show you how to use the DEC2HEX function and also go over some tips and error handling methods. Supported versions All Excel versions DEC2HEX...
by Ilker | Nov 19, 2020 | Excel Formulas
The HEX2DEC is an Engineering function that converts a hexadecimal number to decimal. In this guide, we’re going to show you how to use the HEX2DEC function and also go over some tips and error handling methods. Supported versions All Excel versions HEX2DEC Syntax...
by Ilker | Sep 22, 2020 | Excel Tips & Tricks
In this article, we are going to show you how to count the number of cells greater than the average in Excel. Download Workbook Formula =COUNTIFS(<numbers range>,”>“&AVERAGE(<numbers range>)) <numbers range>: The reference from the range of...
by Ilker | Sep 22, 2020 | Excel Tips & Tricks
In this article, we are going to show you how to count the number of cells that is less than the average of that data set in Excel. Download Workbook Formula =COUNTIFS(<numbers range>,”<“&AVERAGE(<numbers range>)) <numbers range>: The...
by Ilker | Sep 21, 2020 | Excel Formulas
The CELL is an Information function that returns information about various properties of a cell. You can learn things like file name with full folder path, location of a cell or formatting properties. In this guide, we’re going to show you how to use the CELL function...
by Ilker | Sep 21, 2020 | Excel Tips & Tricks
A hyperlink is not only for navigation between internet pages! Just like with websites, hyperlinks can be very useful in Excel too. You can even create hyperlinks to sheets or references in an Excel workbook as well. For example, you can generate a hyperlink to the...
by Ilker | Sep 10, 2020 | Excel Formulas
The YEARFRAC is a Date & Time function that calculates and returns the fraction of the year between two days. The function calculates the fraction by the number of whole days in given day count basis. In this guide, we’re going to show you how to use the YEARFRAC...