RE: Formulas
Hi Kim
A percentage is a fraction that has been formated into a Percentage (multiplied by 100)
So to create a pecentage just divide two numbers and then format the answer using the % format. For Example:
Cell A1 = 30 and Cell B1=40
In Cell C1 enter =A1/B1
This gives a value of .75
Select Cell C1
1. Select the Format Menu and Click Cells
2. In the Format Cells dialog box under the Numbers tab Select Percent and click OK
C1 will appear as 75%
Hope this helps
Carlos