Relative Reference

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I am trying to create a formula with a relative
reference. I want to name a cell like BEGCELL. Then I
want to be able to calculate based on the row of that
cell. For example my first formula will be =BEGCELL +
(BEGCELL+16 rows same column) then my next formula will
be =(BEGCELL+20 rows same column) + (BEGCELL+36 rows same
column) and so on.
What I'm trying to acieve is that if my row number
changes I only have to make one change and the rest of my
formulas will adjust. Thanks for the help.
 
That works perfectly THANKS !!!

-----Original Message-----
Hi
maybe something like
=OFFSET(BEGCELL,16,0)


--
Regards
Frank Kabel
Frankfurt, Germany


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top