Adding formatted cells to an outline ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

To create an outlined spreadsheet you do the following.

1) In cell A1, write GROUP 1
2) Select rows 2 to 9
3) From the main menu, select Data | Groups | Group
4) In cell A10, write GROUP 2
5) Select rows 11 to 19
6) From the main menu, select Data | Groups | Group

To format the cells do the following
1) In cell B1, type TOTAL 1
2) Format the cell as =SUM(A2:A9)
3) In cell B10, TOTAL 2
4) Format the cell as =SUM(A11:A19)

If I now need to add cells to my TOTAL 1, I then need
to change the format of cell B1. Can this be done
automatically somehow?
 
Are you asking whether you need to update your total calculation each time
you add another row to your groups? If so, then no - this should
automatically happen.
 
Hi Glenn

if you change your formula for Group 1 to
=SUM(A1:A10)

if you insert a new row anywhere in group 1 the formula will automatically
adjust for group1 as well as group 2 (group 2 will adjust automatically
anyway)

Cheers
JulieD
 
JulieD,

Thanks. It works. Only one other thing. I need to have my currency format
to remain when I add additional cells.
 
Hi Glenn

glad it's working .. in ver 2002 / 2003 (not sure about earlier) there's an
option under tools / options / edit called
"extend data range formats and formulas"
if this is checked does it do what you want.

Cheers
JulieD
 

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