Denise G. answered 09/12/19
Algebra, College Algebra, Prealgebra, Precalculus, GED, ASVAB Tutor
Create a formula without a function using absolute references that subtracts the values of cells B5 and B7 from B6 and then multiples the result by cell B8.
=(B6-(B5+B7))*B8
Create a formula without using a function that adds 1 to the value in cell B12 and then multiplied the result by the value I. Cell B 13.
=(1+B12)*B13
Kerenndji T.
=(B$6-(B$5+B$7))*B$8 since it is absolute references, and then =(1+B$12)*B13 the second is in reference to row 12.04/12/21