• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Grand total automatically

arif

Member
I have a marksheet with students' names
in e3 to 36 columns total is put using sum formula
but suppose i enter a subject then i have to shift sum formula to F3 to F7 but manually
is there any way that i enter a column or row and put data in that column and sum formula is changed automatically for adding the data in that new coloumn
plz

Find sample worksheet
 

Attachments

  • Help in sum total.xlsx
    8.6 KB · Views: 2
If you change the data area to a Data Table using the Insert Table command
Remake the Sum formulas and they will now be structured references instead of ranges
Now as Rows are added or deleted the formula will allow for that

upload_2014-11-3_23-20-22.png

See attached file:
 

Attachments

  • Help in sum total_Hui.xlsx
    10.1 KB · Views: 3
Best option would be to convert data range to data table as suggested by @Hui. But if for some reason you cannot use data tables you can leave one column blank (Column E in enclosed file) and use absolute reference in SUM formula including that blank column. Whenever you need to add a column you insert it before the blank column and your total update automatically.

Similar approach can be adopted for row total as well.
Regards/Ajesh
 

Attachments

  • Help in sum total.xlsx
    9.1 KB · Views: 1
Back
Top