here is the solution for your problem!
as you dont want any answer in points and you want to display > .5 as 1 and < .5 as 0 then follow this formula. it is called round funtion. let us continue with your exampal 13 % of 25 = 3.25 then write the formula as follows.
=round((25*13%),0)
this will give the result 3 insted of 3.25.
=round((25*15%),0) will returns the value 4 insted of 3.75.
note please use your arrow keys to read the formula.
----- Original Message ----- From: "giri prasad" <[email protected]>
To: <[email protected]>
Sent: Thursday, March 22, 2012 7:23 PM
Subject: [AI] Rounding up percentage.


Dear list members, I have a queery related to excel regarding rounding
up percentage.
I am not sure whether I will be able to explain it well. I therefore
will explain it giving an example. For instance if we give the formula
1. =25*15% we get 3.75.
2. =25*13% we get  3.25.

In the first example, after the decimal point, if the value is greater
than or equal to 5, I want it to be rounded up to the next digit that
is 4.

If the value is less than 5 after the decimal point, I want it to be
rounded to the previous digit that is 3 in the second example.
How do I do this? I will be grateful if some one can help me out.


--
WITH REGARDS

GIRIPRASAD

MOBILE 924710000   /   9441133367

SKYPE  giriprasad.maddina

"Our greatest glory consists not in never falling,
but in rising every time we fall."


Search for old postings at:
http://www.mail-archive.com/[email protected]/

To unsubscribe send a message to
[email protected]
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in




Search for old postings at:
http://www.mail-archive.com/[email protected]/

To unsubscribe send a message to
[email protected]
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in

Reply via email to