G Gordon Feb 11, 2005 #2 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
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
G Gordon Feb 11, 2005 #3 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 Click to expand... 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.
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 Click to expand... 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.
J JE McGimpsey Feb 11, 2005 #4 Well, maybe not the *only* way: A1: =SUM(INDIRECT("B1:C1")) or A1: =INDIRECT("B1") + C1 or whatever combination is desired.
Well, maybe not the *only* way: A1: =SUM(INDIRECT("B1:C1")) or A1: =INDIRECT("B1") + C1 or whatever combination is desired.