by Ilker | Mar 5, 2020 | Excel Tips & Tricks
The COUNTIFS function can count the values in multiple ranges with multiple criteria. The function counts each given range-criteria pair and combines the result with AND logical operator. Unfortunately, there is no quick and easy way to use an OR logic with the...
by Ilker | Mar 5, 2020 | Excel Tips & Tricks
Excel allows you to enter a formula with up to 8,192 characters. However, managing a formula will certainly get harder as you get closer to that limit. You might especially have this issue when working with nested formulas – functions in functions. In this...
by Ilker | Mar 4, 2020 | Excel Tips & Tricks
In this guide, we’re going to show you how to enter data in form structure, without using VBA. Here are a few reasons why this might be a preferable option: A spreadsheet’s tabular form is a great way to keep records and work on them. On the other hand, entering data...
by Ilker | Feb 26, 2020 | Excel Tips & Tricks
Excel’s toolbar and Ribbon contain many features and shortcut icons that are aimed for improving productivity. On the other hand, these icons actually take a lot of space in your screen. Thus, your work space becomes a bit more limited. A full screen, or...
by Ilker | Feb 26, 2020 | Excel Tips & Tricks
By default, the formula bar is visible in Excel to allow you to see and enter formulas in the active cell. However, you may want to hide the formula bar either to limit user interaction with it, or to give your Excel workbook a compact look and feel. Alternatively,...
by Ilker | Feb 25, 2020 | Excel Tips & Tricks
As you might know, Excel displays horizontal and vertical scroll bars to allow scrolling through the horizontal and vertical areas in worksheets. Although, these are essential tools for working in a workbook; you may want to hide them to give your Excel workbook a...
by Ilker | Feb 4, 2020 | Excel Tips & Tricks
Sound feedback in computer software is intended to increase productivity and warn users when necessary. However, some might find these warnings unnecessary and unhelpful. Excel gives you a “ding” whenever you do something wrong, and inevitably add to your...
by Ilker | Jan 22, 2020 | Excel Tips & Tricks
It is very easy to lose track when creating complex formulas in Excel. Since functions use parenthesis to wrap their arguments, you may end up in a position that you do not know which parenthesis belongs to which function. In this kind of situations, you need to pay...
by Ilker | Jan 21, 2020 | Excel Tips & Tricks
Debugging formulas in Excel can be intimidating. The process becomes harder if you are trying to calculate and also remember the values of each part of the formula. Fortunately, the F9 key is an easy and quick way to break a formula down into pieces. The F9 key...