Adding A Column

  • Thread starter Thread starter BACH
  • Start date Start date
B

BACH

Is there anyway to have excel automatically add new column into a formula.

Like =B69-SUM(C69:BS70) and I add in a new column it would be BS71. Is there
something to make excel automatically pick this new cell up an add it to my
formula?
 
Just include an empty col to the right in your formula:
=B69-SUM(C69:BT70)
then do the insert>col on that empty, rightmost col (col BT)
and the formula will adjust auto
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500 Files:362 Subscribers:62
xdemechanik
 
BACH

I think you have typo to start with..........

You speak of inserting a column but you want to include BS71 which is one
ROW down from BS70.

Which do you mean? Insert column or insert row?


Gord Dibben MS Excel MVP
 
BACH said:
Can you please explain the insert>col ...

Excel inserts new cols to the left of the insert point. When you click on
say, BT1, then you click the menu: Insert > Columns, Excel will insert a
"new" col BT (the "previous" col BT will shift to the right).

And the SUM formula: =B69-SUM(C69:BT70)
will then auto-adjust itself to cover the "new" col BT,
ie it'll become: =B69-SUM(C69:BU70)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500 Files:362 Subscribers:62
xdemechanik
---
 

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