What's New


This Excel 365 Dashboard tracks the daily individual performance of multi-market groups: Equity Indexes, Fixed Income, Metals and Energy, and Forex.

The groups are dynamically ranked from top to bottom based on the net percentage change using the Excel SORT function.

The dashboard… more

The Moving Average Convergence/Divergence indicator (MACD) was invented by Gerald Appel over 40 years ago. The study is an unbounded oscillator with two lines: MACD and MACDA.

MACD = Exponential MA1 - Exponential MA2MACDA = Exponential MA of MACD

The study calculates the difference between… more

This posts details the use of two Excel functions: AVERAGEIFS and COUNTIFS. To start, a simple example of using the AVERAGEIFS function is presented.

In the image below column cells A2:A10 are simply labels A, B, and C.

Cells B2:B10 are values. Then cell D2 has the standard AVERAGE… more

A Pareto chart is a histogram chart displaying columns sorted in a descending order and a line representing the cumulative total percentage. Pareto charts highlight the largest factors in a data set.

The Pareto principle (also known as the 80/20 rule) is a phenomenon that states that… more

Excel 365 SQUENCE function populates a column or row with sequential integers, such as 1,2,3,4, etc.

The function has four parameters:

SEQUENCE(rows, [columns], [start], [step])

Where:

Rows is the number of rows to populateColumns is the number of columns, if left blank the… more