2 + 46% = ?
June 16, 2007 5:50 AM
Subscribe
I need some really REALLY basic spreadsheet help. I've been given the task of creating a spreadsheet that will work out for us several things - how many orders we need in total and per week, how much revenue this will bring, etc. I've got most of it worked out, but I can't for the life of me how to work out percentages.
Yes, I did Google this before asking. :D
I have a number, say 765. I need a formula to work out what various percentages of this are - 80% of 765 = nnnn, 45% of 765 = nnnn etc. I also need a formula that will add a percentage to this number - 765 + 19% = nnnn for example.
I'd prefer it if this was in the format of "multiply number by X then divide by Y then clap your hands 3 times", than something more esoteric. Mainly because I can get my head round that, and also I can prove it's working to my boss on a calculator (he is even more clueless at mathematics than I am!). I have a very dim recollection of multiply by 100 then divide by the percentage you want, but I can't get that to work.
I'm using OpenOffice Calc 2.0.4 to create the spreadsheet.
posted by Solomon to education (8 comments total)
"cent" means 100, so X percent means "x / 100".
765 * (80 / 100) == 80% of 765.
An easier way to write "(80 / 100)" is "0.80".
posted by cmiller at 5:55 AM on June 16, 2007