View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default What is the right function for D2=B2*C2...D10=B10*C10?

in D2 put

=B2*C2

and then copy down as required.

"Bambyni" wrote:

I need the cells from column D to have the function of the multiplication of
the numbers from the cells from two previous columns: D2=B2*C2; D3=B3*C3,...,
D10=B10*C10...
Can anyone help me...?