View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
The Ron The Ron is offline
external usenet poster
 
Posts: 5
Default Incremental Numbering whitin a formula

Thanks a bunch. It works briliantly

"Gary''s Student" wrote:

In A2 enter:

=INDIRECT("Sheet3!A"&3*ROW()-4)
and copy down
--
Gary''s Student - gsnu200754


"The Ron" wrote:

I need to exctract data from another sheet but I need to do it for every
third cell.

My formula so far cell A2: =Sheet3!A2
cell A3: =Sheet3!A5
cell A4: =Sheet3!A8

etc.

How can I copy this down with the cells as it's not copying down correctly
at the moment?