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...
by Ilker | Jan 16, 2020 | Excel Tips & Tricks
Are extremely long, formulas nested arguments intimidating you? The Evaluate Formula feature can help you untangle these complex formulas! This tool essentially solves complex formulas step by step. In this guide, we’re going to show you how to step through...
by Ilker | Jan 16, 2020 | Excel Tips & Tricks
Excel uses absolute references for named ranges by default. While absolute references can cover most scenarios, relative references in named ranges work as relative references do in formulas. This behavior can be useful in some scenarios, but can be a bit tricky! In...
by Ilker | Jan 10, 2020 | Excel Tips & Tricks
Named ranges have a property named “scope”. Usually, you do not need to adjust this property to use named ranges in Excel. On the other hand, it can become very useful if you have a number of sheets that are identical. The scope concept allows you to use...
by Ilker | Jan 7, 2020 | Excel Tips & Tricks
The use of named ranges is a very powerful tool for creating references in Excel. In addition to making formulas easier to read, you don’t have to remember the exact cell and range references when writing formulas. If you have already been using named ranges,...
by Ilker | Jan 6, 2020 | Excel Tips & Tricks
Wildcard is a term for a special kind of a character that can represent one or more “unknown” characters, and Excel has a wildcard character support. You can use wildcards for filtering, searching, or inside the formulas. In this guide, we’re going...
by Ilker | Jan 2, 2020 | Excel Tips & Tricks
Nested IF statements are useful for creating more complicated scenarios in Excel. However, things can get quickly out of hand as the number of conditions increase. For example, five conditions means at least four IF functions, hence lots of parenthesis to deal with....
by Ilker | Dec 31, 2019 | Excel Tips & Tricks
Managing and removing named ranges in Excel can be a challenging task, as you would have to do this one by one for each field. In this guide, we’re going to show you how to make Excel remove named range containing errors. Download Workbook Filtering named ranges with...
by Ilker | Dec 31, 2019 | Excel Tips & Tricks
Excel TEXTJOIN and CONCAT functions are relatively new, and welcome additions to Excel’s plethora of functions. Both functions have been released with Excel 2016 as a replacement for the CONCATENATE function to make it easier to merge multiple text strings. In this...