jac.kock Posted February 11, 2013 Share Posted February 11, 2013 hi all, i want to know how to calculate the percentage for each total but i looked around and i cant seem to find it. lets say i have a bar which is 100% and i want to show in the bar someting like this: value 1 = 19 value 2 = 33 value 3 = 12 value 4 = 5 value 5 = 129 i want for each of the value's a percentage which add's up to 100 % like: value 1 = 6% value 2 = 18% value 3 = 4% value 4 = 1% value 5 = 71% can someone help me to calculate this ??? thnx in advance, Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 Add them all up, then divide each one by the total and *100 to get the percentage. Quote Link to comment Share on other sites More sharing options...
jac.kock Posted February 11, 2013 Author Share Posted February 11, 2013 Add them all up, then divide each one by the total and *100 to get the percentage. thanx but can you give it like a code because i cant to seem to get it right it will help me to understand where i go wrong thnx jessica, Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 Uhm, no. Try it. It's basic math. Quote Link to comment Share on other sites More sharing options...
jac.kock Posted February 11, 2013 Author Share Posted February 11, 2013 thnx jessica! Quote Link to comment Share on other sites More sharing options...
Zane Posted February 11, 2013 Share Posted February 11, 2013 value 1 = 19 value 2 = 33 value 3 = 12 value 4 = 5 value 5 = 129 ----------------------------- total = 198 value 1 = (19 / total) * 100 = 9.6% value 2 = (33 / total) * 100 = X% value 3 = (12 / total * 100 = value 4 = ......... value 5 = .......................... Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 This is a coding forum. If you want help with code you need to write some. Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 Zane that was not directed at you (I'm on my phone sorry) Quote Link to comment Share on other sites More sharing options...
Zane Posted February 11, 2013 Share Posted February 11, 2013 Well that's a relief. Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 11, 2013 Share Posted February 11, 2013 Hey I just wanted to clarify Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.