> I already have my data entered on the spreadsheet. I need to know a formula
> that would give me a percentage of each row or column. Any help would be
> greatly appreciated!
> Thanks,
> Meagan
Hi sads,
Assuming your data are in A1:A10, you could use a formula like:
=A1/SUM(A$1:A$10)
in B1 and copy down to B10.
Alternatively, if you've got a total in A11, you could use a formula like:
=A1/A$11
in B1 and copy down to B10.
in either case, format the cells as %.

Signature
Cheers
macropod
[MVP - Microsoft Word]
>> I already have my data entered on the spreadsheet. I need to know a formula
>> that would give me a percentage of each row or column. Any help would be
>> greatly appreciated!
>> Thanks,
>> Meagan