by Ilker | Oct 16, 2020 | Excel Tips & Tricks
A waterfall chart is a data visualization tool that shows how positive or negative values in a data series change in a sequential manner. A common scenario is to display the cumulative effect of income and expenses on net income. The values can be distributed either...
by Ilker | Oct 8, 2020 | Excel Tips & Tricks
A common problem when transposing data in Excel is that data is populated in their relative cells. This means that you may occasionally see messed up references when using the Paste function with transpose. In this article, we are going to show you how to cut and...
by Ilker | Sep 22, 2020 | Excel Tips & Tricks
If you frequently analyze data in Excel, you may come across empty cells before the actual values. Instead of removing these cells, you can get the position or even the value of the first non-blank cell with formulas. In this article, we are going to show you how to...
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 17, 2020 | Excel Tips & Tricks
Of course, there isn’t a chart type called a pizza chart in Excel. On the other hand, Excel has a support for inserting images into chart elements. With help of this cool feature, you can give your charts a fancy look. In this article, we are going to show you how to...