Problems with excel please help

P

Paul Moseley

I am new to excel and can't find an answer to my problem i'm sure its
easy. I have a cell/field with about 100 numbers in which i want to
copy which ive done and then multply it by 100 and display the result
automaticallyhow can this be done.
 
B

Barb R.

If you just want to multiply cell A1 by 100 and put the result in B1, you
need the following equation in B1
=A1*100
 
Top