How To Add The last number of every nth column?
In this case every 28th column?
The first half of the formula is:
How do I change or add to it to get the last number of every 28th column to the right to be added to it for a total?
In this case every 28th column?
The first half of the formula is:
This gives the last number (in column CP)=INDEX(CP:CP,MATCH(100^100,CP:CP))
How do I change or add to it to get the last number of every 28th column to the right to be added to it for a total?