Calculating the amount

When making business reports it is often necessary to calculate the sum of the amount as a product of quantity and price which are stored in the columns of the table. For this purpose, we can manually create formulas, and we can also use SUMPRODUCT function, which has a goal to summarize products within the range for given arguments. Let’s say something more about this, not so known, function …