Percentage/PERCENTRANK

L

Larry Holt

I have a large amount of data that I would like to calculate percentages
for. Specifically Economic Data, which breaks out Total US Sales, Then
each states sales. I would like to have a new column which expresses
each state's percentage of overall US Sales.
But when I copy my formula down the column, say C2/C1*100, it copies
C3/C2, C4/C3 and so on, instead of each state divided by C1. any help
appreciated, I tried PERCENTRANK, but I must be using it wrong.
Thanks,
Larry
 
G

Guest

Dollar signs ($) in range references "lock in" that part of the reference.

Try this:
=C2/$C$1*100
Then copy that formula down

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
L

Larry Holt

Ron said:
Dollar signs ($) in range references "lock in" that part of the reference.

Try this:
=C2/$C$1*100
Then copy that formula down

Does that help?

***********
Regards,
Ron

Excellent-thanks so much!
 

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