Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Round Percentage

Hi all, What will be the formula to round the percentage to two
decimal places like I have percentage in cell A1 "17.83333331%".
Whith which formula I can make it "17.83%". Please can any friend can
help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Round Percentage

Hi,

The simplest way is to format the cell as % to 2 decimal places but you
could use

=ROUND(A1,2)

Mike

"K" wrote:

Hi all, What will be the formula to round the percentage to two
decimal places like I have percentage in cell A1 "17.83333331%".
Whith which formula I can make it "17.83%". Please can any friend can
help

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Round Percentage

Hi Mike H, Thanks for replying. actually i got formula in cell A1
and i have formated cell as 0.00%.if i look in in formula bar i see
the result 17.8333333% but it appear in cell 17.83%. I know about
Round formula but when i put in cell A1 "=ROUND(B1/C1,2)" i get result
0.00%. I tried CELING formula but i get result 17.84 as it rounds up
the last digit. Round formula works on normal numbers but for
percentage i am looking for something that i get 17.83% in cell as
well as in formula bar.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Round Percentage

Looks like you want 0.1783 displayed as 17.83%, that's 4 places

=ROUND(B1/C1,4)
and numberformat 0.00%

Regards,
Peter T

"K" wrote in message
...
Hi Mike H, Thanks for replying. actually i got formula in cell A1
and i have formated cell as 0.00%.if i look in in formula bar i see
the result 17.8333333% but it appear in cell 17.83%. I know about
Round formula but when i put in cell A1 "=ROUND(B1/C1,2)" i get result
0.00%. I tried CELING formula but i get result 17.84 as it rounds up
the last digit. Round formula works on normal numbers but for
percentage i am looking for something that i get 17.83% in cell as
well as in formula bar.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,059
Default Round Percentage

"K" wrote:
i see the result 17.8333333% but it appear in cell
17.83%.


Remember that 17.8333% is actually the number 0.178333 (about). So if you
want to round percentages to 2 decimal places, you need ROUND(A1,4).

However....


I know about Round formula but when i put in cell
A1 "=ROUND(B1/C1,2)" i get result 0.00%.


Something else is wrong. If B1/C1 results in 17.8333%, ROUND(B1/C1,2)
should result in 18%, not 0%.

And....


I tried CELING formula but i get result 17.84 as it
rounds up the last digit.


If you are saying that you tried CEILING(B1/C1,0.01) with that result, then
B1/C1 resulted in 17.8333, not 17.8333%.

Not only is that inconsistent with your statement about ROUND(B1/C1,2), but
also it means that you really do not have a percentage result (i.e.
formatted as Percentage).

Can you explain these inconsistencies?


----- original message -----

"K" wrote in message
...
Hi Mike H, Thanks for replying. actually i got formula in cell A1
and i have formated cell as 0.00%.if i look in in formula bar i see
the result 17.8333333% but it appear in cell 17.83%. I know about
Round formula but when i put in cell A1 "=ROUND(B1/C1,2)" i get result
0.00%. I tried CELING formula but i get result 17.84 as it rounds up
the last digit. Round formula works on normal numbers but for
percentage i am looking for something that i get 17.83% in cell as
well as in formula bar.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Round Percentage

Thanks peter, you have solved my problem. i should be putting Round
(B1/C1,4) intead of Round(B1/C1,2). Many thanks
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Round Up and Round Down Time DaveMoore Excel Worksheet Functions 2 January 1st 10 12:00 PM
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
How do I round down a tax percentage Bill Excel Discussion (Misc queries) 3 November 25th 05 06:52 AM
round up a percentage formular RoseR Excel Worksheet Functions 4 May 19th 05 02:17 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


All times are GMT +1. The time now is 11:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"