View Single Post
  #1   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

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?