How to calculate a percentage formula with existing data?

M

MeaganNW

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
 
C

CarlosAntenna

The formula for a percentage is =part/whole. If your data is in column A
with a SUM in cell A10, you could put this formula in B1 =A1/A$10. Then
format the cell as a percentage. This formula could then be filled down
column B to do the same calculation for the rest of the rows.

Carlos
 
P

Payrolldept

MeaganNW said:
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
 
S

sads

MeaganNW said:
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
 
M

macropod

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 %.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top