Quote:
Originally Posted by Sunny
the sequence here is that from B1 to H1 to O1 to U1... are all 6 horizontal cells away each.
|
Between B and H there are 5 columns
between H and O there are 6 columns
between O and U there are 5 columns
If the 5 column interval is what you need, try
Code:
=INDIRECT(ADDRESS(1,(ROW()-1)*6+2))
in A1 and pull down as needed