Multiplication of a cell and a number

B

Bobby Miller

I am a rusty excel user. I am trying to multiply a cell (H1) with a value of
50.3 times 3.28083.

I entered =sum(H1*3.28083) and get an error.

What can I do to make the formula recognize the 50.3 in cell H1?
 
D

David Biddulph

You don't need the SUM(). As others have said, =H1*3.28083 will do, but in
either case you shouldn't be getting an error. If you want help in a group
like this it's always as well to give a reasonably full report of the
problem, so please tell us *what* error message you got. If the error
message is #VALUE!, then the likelihood is that instead of a number in H1
you've got text. =ISNUMBER(H1) and =ISTEXT(H1) will help to confirm that.
It must be a fairly severe text problem, because with simple text that looks
like a number, Excel will usually cope with the multiplication. Change the
text to a number, so that the cell contains just 50.3, and try again.
 

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

Top