multiplying with excell

L

Larry

I am wanting to be able to put a number in a certin cell and multiply it by a
set amount. example would be if cell I11 is 1.0 then I want it to show
1.0x65.00 and answer in cell is $65.00
 
B

Bob Phillips

In another cell? If so, then

=I11*65

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top