i,
Starting in cell J2 and down up to J9 - I need to preset the following values:
3
3
7
7
11
11
15
15
Tried a few times but no success.
What am I missing ?
Thanks, Elm
i,
Starting in cell J2 and down up to J9 - I need to preset the following values:
3
3
7
7
11
11
15
15
Tried a few times but no success.
What am I missing ?
Thanks, Elm
Last edited by ElmerS; 07-21-2009 at 12:48 PM.
Please explain in more detail or post a workbook thats shows the desired rsult. It's not clear what you mean by "present data".
However, this formula in any cell will return the row number in that cell
=ROW()
Despite a small "TYPO" I still think it was clear enough.
Anyway, will the attached clear things up ?
Thanks.
there maybe other ways but
=3+((INT(ROW()/2)-1)*4)
or
=3+(INT((ROW()-2)/2)*4)
seem to work
Works Perfect !
Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks