multiply the value of a cell

B

bruce pinkos

Hi. could you help me multipy the value inside a cell (ex f3) x the
value I input. What would be the formula for the cell. I would like to
input the number three and have 9 come up in the cell.
 
D

Dave Peterson

You have to input the value some place. And you have to put your formula
someplace.

It's usually easiest to use another cell--I used A1:

=A1*F3

In a different cell (not A1, not F3).
 
Top