formula a1=b1+c1 inserting column after a1 changes formula a1=c1.

  • Thread starter Thread starter Guest
  • Start date Start date
darshan wrote:
<nothing>

PLEASE write your question in the BODY of the post.

In answer to your question, what do you expect it to do? If you want
ABSOLUTE formula references, use A1=$B$1+C1
 
Gordon said:
darshan wrote:
<nothing>

PLEASE write your question in the BODY of the post.

In answer to your question, what do you expect it to do? If you want
ABSOLUTE formula references, use A1=$B$1+C1

And in fact that doesn't work either. :-)
The only way to do that is to do a Find and Replace after you have
inserted the column.
 
Well, maybe not the *only* way:


A1: =SUM(INDIRECT("B1:C1"))

or

A1: =INDIRECT("B1") + C1

or whatever combination is desired.
 

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