View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Relative Cell Reference [How To]

In VBA I can do a relative cell reference from the currently selected cell by
using...
R[2]C[-4]
.... How do I achive the same thing within a formula?

Thanks,
Rob