In column A I have hourly rates and in column B I have hours. At the bottom of the column, I have a sumproduct formula: =sumproduct(a1:a10,b1:b10)
In one formula, can I maintain the sumproduct formula but add a function subtract a value, say $5.00, from every value in column A? I can't add another column so I'm trying to do it all in one formula.
Ex.
A B
$25.00 10
$22.00 12
$26.00 10
=sumproduct results in $774
I want the formula to take $5.00 from every value in column A then do the sumproduct formula. The result would be: $614.
I can do another sumproduct formula of the $5 by the hours and subtract that result from the first result but would like to see if there is another way to do it.
Any help would be greatly appreciated.
Thanks,
Chad
In one formula, can I maintain the sumproduct formula but add a function subtract a value, say $5.00, from every value in column A? I can't add another column so I'm trying to do it all in one formula.
Ex.
A B
$25.00 10
$22.00 12
$26.00 10
=sumproduct results in $774
I want the formula to take $5.00 from every value in column A then do the sumproduct formula. The result would be: $614.
I can do another sumproduct formula of the $5 by the hours and subtract that result from the first result but would like to see if there is another way to do it.
Any help would be greatly appreciated.
Thanks,
Chad