Hello,
I would like to know how to use a formula to multiply two columns and sum the results over multiple rows.
My columns are "salary" and "percent_work" (that is, 1.0 = full time, 0.5 = half time, etc.). My rows are the employees.
I need to multiply salary * percent_work and sum over all employees to obtain the total amount of payroll. Is there a formula for that?
Thanks