View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default Referencing every other line

Try this:

=OFFSET(Sheet2!A1,ROW()-1,0)

HTH
Elkar


"Mark" wrote:

I have Tab 1 that will reference cells in Tab 2. Tab 1's referencing will be
sequential.....row 1, 2, 3, etc....but I want them to reference rows 1, 3, 5,
etc. on Tab 2. Can I copy and paste in Tab 1 where it brings over every
other line on Tab2?