|
Re: creating the pattern C7,C14,C21...
Please Register to Remove these Ads
I think that
Quote:
Originally Posted by martindwilson
try
=INDIRECT("C"&ROWS($A$1:A1)*7)
|
is a good approach to solve the question at original post
OR
an alternative is
=INDEX(C:C,ROWS($1:1)*7)
or
=INDEX(C1:C100,ROWS($1:1)*7)
Last edited by tigertiger; 07-04-2009 at 11:32 PM.
|