View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default coping of cell using dragging the cell downward or rightward


In Cell A1...
=OFFSET($Q$12,COLUMN()-1,ROW()-1)
--
Jim Cone
Portland, Oregon USA
Excel add-ins: http://www.mediafire.com/PrimitiveSoftware





"Vimlesh"
wrote in message
If one cell e.g. A1contains formula =Q12 and one drag cell A1 downward, the
lower copied cell will contain formula =Q13, =Q14, =Q15......and so on. But
can we have the copied formula in this fashion:=R12, =S12, =T12......and so
on while dragging it downwards only.

And vise versa dragging the cell to right should contain =Q13, =Q14,
=Q15......and so on instead of :=R12, =S12, =T12......and so on.
THX