View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Formula to choose cell and then cell three rows down


=A1+OFFSET(A1,3,0)
or
=A1&" "&OFFSET(A1,3,0)

hth
Vaya con Dios,
Chuck, CABGx3



"mg" wrote:

I am trying to write a formual that will take information from one cell and
then the cell 3 rows below it.