English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Grand total wont work because I'm trying to get the sum of every other column. For example, I want to the sum of column B, D, & F to appear in column H. I dont want to do add individual cells because it will take too long.

2007-12-05 04:23:20 · 3 answers · asked by rockyr86 1 in Computers & Internet Software

3 answers

Assuming you have data in Rows 1 through 10 do this.

In cell H1 put the formula =B1+D1+F1

Then copy the contents of cell H1 to H2 through H10. The formula will adjust the new row number automatically.

Then in the Grand Total (H11?) put =SUM(H1:H10).

That shouldn't take to long.

2007-12-05 04:29:01 · answer #1 · answered by Gary K 4 · 0 0

Use the auto-sum button. In the toolbar, looks like an E.
Just position your cursor on the last blank cell in the column you want to sum.

2007-12-05 12:35:27 · answer #2 · answered by whymewhynow 5 · 0 0

=sum(b1:25,d1:25,f1:25)

just hold the ctrl button

2007-12-05 12:30:17 · answer #3 · answered by mamba 1 · 0 0

fedest.com, questions and answers