ADD

Formula Explanation

  1. Calculate the sum of values horizontally by columns, supporting calculations for multiple columns, with non-numeric data treated as "0".

  2. Add up the numbers to obtain the sum.

Formula Syntax

  • Write the column CODE (the label at the top of each column in the table) directly in the result column.

  • Write the numbers to be calculated directly in the result column (e.g., 1+2+3).

Usage Examples

  1. Calculate the sum of values in columns BL2, BL3, and BL4, and write the result in column BL5.
BL5 = BL2 + BL3 + BL4

add_col

  1. Calculate the value of "1 + 1 + 1" and write the result in column BM2.
BM2 = 1 + 1 + 1

add_value

Last Updated: