simple inventory totals

J

johhny g

just want to put price per unit and the number of units with dollar total
cant seem to get it right...
 
J

JE McGimpsey

johhny g said:
just want to put price per unit and the number of units with dollar total
cant seem to get it right...

A1: <price per unit>
A2: <number of units>
A3: =A1*A2

Format A3 as currency.
 
Top