Constant Values

J

Jess

I am trying to assign constant values to the heading of a spreadsheet that I am creating so that when I put in the quantity of product that someone order is will automatically calculate the total cost for that one product, any suggestions?
 
B

biff

Total cost = qty * price

A1 = qty 10
B1 = price 10.00
C1 = total cost formula =A1*B1

Biff
-----Original Message-----
I am trying to assign constant values to the heading of
a spreadsheet that I am creating so that when I put in the
quantity of product that someone order is will
automatically calculate the total cost for that one
product, any suggestions?
 
Top