Fixed value every N columns
The core of this formula is the MOD function. MOD takes a number and divisor, and returns the remainder after division, which makes it useful for formulas that need to do something every nth time.
In this case, the number is created with the COLUMN function, which return the column...Read more