Looking for basic multiplaction formula

C

Concarp

HI ALL,
I'm trying to multiply cells d5-d9 by cells a5-a9 and
put the answer in cells d14 - d18 ( using caps )
I have tried =(D5*A5)
in d14 and then pulling it down to d18
PLEASE HELP ME IVE BEEN AT THIS FOR AN HOUR AND A HALF!!
 
K

Ken Puls

Sounds to me like you had it right... what's not working?

In cell D14 enter "=D5*A5"
Copy that and paste it in cells D15 to D18.

Ken Puls, CMA - Microsoft MVP (Excel)
www.excelguru.ca
 
K

Ken Wright

You don't need the parenthesis, though that shouldn't stop it working.

As long as your numbers really are numbers (=ISNUMBER(A5) in any cell will
tell you if what is in cell A5 is), then as long as your cells D14:D18 are
formatted as numeric or general, then in cell D14 you should be able to put
=A5*D5 and drag down and have it work.

If not then describe EXACTLY what you are seeing vs what you expected
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Payment calculation 1
Stripe out duplicate data 5
Extracting data/using COUNTIFS 2
SUM & OFFSET 1
Dynamic formula 1
formula 6
Count the number of Instances 4
Copy formulas from non-adjacent cells 0

Top