View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default math; How do I multiply a row of numbers quickly?

=B1*C1*D1

Copy down to E10

"Emily" wrote:

How do I multiply a row of numbers quickly? I need to calculate how many
cubic inches there are for a given shipping box size.
In A1 Ive entered the shipping box code; irrelevant to the calculation. In
B1 Ive entered the box height, in C1 Ive entered the box width, in D1 Ive
entered the box length. How do I multiply B1, C1, D1 to find how many cubic
inches this shipping box is and have the answer appear in E1?
I need to calculate this for 10 shipping boxes; A1 through A10.
Thank you,
Emily