percent formula

claireworks

New Member
Joined
Feb 24, 2002
Messages
2
Hello, I'm new to Excel and am creating a personal database of my music CDs. There are two price columns, E1 and F1. E1 is the price of the CD when bought 'used', while F1 is the 'new' price. I'd like to calculate how much (in terms of percent) I save when buying the used version. That is, what formula do I use to find out what percent of F1 is E1? Thank you very much in advance!
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
On 2002-02-25 04:19, claireworks wrote:
Hello, I'm new to Excel and am creating a personal database of my music CDs. There are two price columns, E1 and F1. E1 is the price of the CD when bought 'used', while F1 is the 'new' price. I'd like to calculate how much (in terms of percent) I save when buying the used version. That is, what formula do I use to find out what percent of F1 is E1? Thank you very much in advance!

In G1 enter: =IF(F1,E1/F1,0)
 
Upvote 0
Try entering this formula into the cell where you want the result:

=100-G3/H3 %

That should give you the difference as a percentage
 
Upvote 0
the %age of F1 of E1 is simply E1/F1 formatted as a percentage

Bought £10
Now £ 14

is 71%

Savings in terms of the new price will just be 1-this %age result : 29%

or =1-(e1/f1), again, formatted to a %age



_________________
Hope this helps,
Chris
:)
This message was edited by Chris Davison on 2002-02-25 05:40
 
Upvote 0
Wow, this messageboard is simply great! I learned a lot just by reading other people's posts, and now that I decided to ask a question, I got all the answers I need, in less than 24 hours. Thanks so much!!!
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,981
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top