View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Incremental Numbering whitin a formula

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?