Jan 22 2024 02:53 AM
Hi!
I'm an Excel-beginner and need to know how to add a new column and in this I want 5 other columns to be summated.
This feels like it should be simple but I can't make it work.
/Emelie
Jan 22 2024 03:01 AM - last edited on Jan 22 2024 11:34 AM by EricStarker
Jan 22 2024 03:01 AM - last edited on Jan 22 2024 11:34 AM by EricStarker
I'm happy to help with your Excel beginner question! Adding a new column and summing values from other columns is indeed simple, and I'll guide you through it with step-by-step instructions and examples.
Here's how to add a new column and sum values from 5 other columns in Excel:
1. Insert the new column:
2. Sum the values from the other columns:
3. Copy the formula down the column:
Example:
Let's say you have data in columns B to F like this:
1 | 10 | 20 | 30 | 40 | 50 |
Following the steps above, you would enter the formula =SUM(B2:F2) in cell A2 and drag the fill handle down to A3 and A4. This will give you the following result:
1 | 10 | 20 | 30 | 40 | 50 |
2 | 150 | ||||
3 | 150 |
As you can see, the new column A now contains the sum of the values in columns B to F for each row.
Tips:
I hope this helps! Please let me know if you have any further questions or need help with specific scenarios in your Excel sheet.
Jan 22 2024 03:22 AM
Can you provide more info?
Are your data in an ordinary range, or did you create a table (Insert tab of the ribbon > Table)?
Jan 22 2024 03:32 AM
Jan 22 2024 03:41 AM
Thanks! The easiest way to do this is to convert the range to a table, for formulas in a table will automatically be applied to all rows of that table, including new ones.
Start by entering a caption in FJ1, for example Sum, or Total.
With FJ1 still selected, activate the Insert tab of the ribbon, and click Table.
Make sure that "My table has headers" is ticked, then click OK.
Select FJ2 and type =SUM(
Then point to FD2 and holding down the mouse button, drag to FI2.
Alternatively, click on FD2, then Shift+click on FI2.
Finally, type ) and press Enter.
The formula should automatically be extended to all cells in column FJ in the table.