View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default How do I increment the row and column of a cell in a formula?

Try the below

=OFFSET($A$1,ROW(A1)-1,ROW(A1)-1)

If this post helps click Yes
---------------
Jacob Skaria


"Dan" wrote:

I would like to drag a formula down a column, where the cell referred to is
one column right and one row down from the previous cell;

=A1
=B2
=C3
...

Thanks,
Dan