Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mailchimp-for-wp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Excel: How to add up many cells - Practical Tips

Excel: How to add up many cells

by Tobias

In Excel you can add up any number of cells by using the sum function. This allows you to add up cells that are next to or under each other, as well as cells that are independent of each other.

Add up many contiguous cells in Excel: How to proceed

To sum up contiguous cells in Excel, proceed as follows:

  • Click with the mouse on the cell where you want the result to appear.
  • In the function field, enter “=SUM(” and then, with the left mouse button pressed, select the cells that are to be added.
  • To display the result, press the Enter key.

Summing up several independent ranges in Excel

Also add cells that cannot be next to each other.

  • To do this, enter the function “=SUM(” in the cell where the result is to be later.
  • It is possible to select several numerical or cell values by separating the values from each other with a semicolon. For example, if you want to add cells B3 and C4, enter “B3;C4” after the open parenthesis.
  • Alternatively, click on the cells one at a time to enter them into the formula.
  • After all cells are entered in the formula, press the Enter key.

Related Articles

Leave a Comment