View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerry Flatto Jerry Flatto is offline
external usenet poster
 
Posts: 1
Default using cell offsets

Thank you very much.

Jerry

"Barb Reinhardt" wrote:


--
HTH,

Barb Reinhardt

=offset(currentcell,#Rows,#Columns)

If you do this

=OFFSET(C2,2,3)

you will be 2 rows below and 3 columns to the right of C2.

Does that help?

Barb Reinhardt