View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marvin P. Winterbottom
 
Posts: n/a
Default How do I multiply a cell by the product of two other cells?

use ( ) as in (A*B)*C or A*(B*C)

"pdwickizer" wrote:

I'm multiplying a cell by a number. I then want to take the result or
product of that formula and multiply it by another number. What I have now
is multiplying the second number by the first formula which provides a little
different result.