Calgary_Neil
Board Regular
- Joined
- Apr 5, 2014
- Messages
- 79
I have been using this formula {which is working fine}
where the first part creates a mask for every 7 column, Middle part is numbers, text and blanks which only every 7th is needed, and the last part is a offset value. I extend this by inserting columns before Column AJ in batches of 7.
Now I what to do is sum every 7th column from $I to AJ-21 {with AJ increasing with inserted column counts}. I have tried OFFSET , it is dynamic I know, but it returns values which fail in COLUMNs.
Anyone have solution?
Thanks for reading
Neil T
Excel Formula:
SUMPRODUCT( N( MOD( COLUMN( $I37:AJ37)) -6, 7)= 0), $I37:AJ37) +F37
Now I what to do is sum every 7th column from $I to AJ-21 {with AJ increasing with inserted column counts}. I have tried OFFSET , it is dynamic I know, but it returns values which fail in COLUMNs.
Anyone have solution?
Thanks for reading
Neil T