News

Have you ever struggled with Excel formulas, trying to calculate running totals only to be left with errors and frustration? Many of us have faced the challenge of managing datasets where each row’s ...
It creates a reusable function that takes three inputs: actual sales, sales quota, and a weighting factor. It returns a ...
In addition to the new SORT function, you may also find the new FILTER and UNIQUE array functions useful. For example, the worksheet on the next page contains a detailed listing of invoices in columns ...
Q. How do I use the FILTER function in Excel, and how is this an improvement over the filter feature? A. The FILTER function was introduced five years ago as part of the Excel Dynamic Arrays rollout.
To extract and sort non-adjacent arrays in your data, nest the CHOOSECOLS or CHOOSEROWS functions inside your SORT or SORTBY formula. Alternatively, to extract, filter, and sort columns from a dataset ...
Have you ever found yourself stuck in the tedious cycle of manually updating Excel reports every time new data comes in? It’s frustrating, isn’t it? You tweak a chart here, adjust a formula there, and ...
Over the last few months, I’ve written several articles about Excel’s newish dynamic array functions. In many cases, they can replace older, more complex expressions. The new functions do all that ...
How to return the top or bottom n records without a filter or PivotTable in Excel Your email has been sent Returning the top or bottom n records of a data set in Excel isn’t difficult, and there are ...
You can use dynamic arrays with the other existing array functions (DIM, HBOUND, LBOUND) as long as the array has been created with MAKEARRAY or REDIM. If your program references a dynamic array ...