Thread: jump rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Lars-Åke Aspelin[_4_] Lars-Åke Aspelin[_4_] is offline
external usenet poster
 
Posts: 83
Default jump rows

On Sun, 7 Mar 2010 03:37:01 -0800, Adrian_C
wrote:

Hi. I have a simple formula that i want to drag, but if first formula reffers
to row one, the second formula i want to reffer to row 3. can anyone help me?
thanks


Replace A1 with OFFSET(A1,ROW()-x,) in your formula
where x is the number of the row where you have your first formula.

When you copy this formula down the references will be
A1, A3, A5, etc.

Hope this helps / Lars-Åke