+ Reply to Thread
Results 1 to 2 of 2

To round off the percetage amount into 1

  1. #1
    Forum Contributor PRADEEPB270's Avatar
    Join Date
    02-19-2010
    Location
    INDIA
    MS-Off Ver
    MSoffice-2016
    Posts
    332

    To round off the percetage amount into 1

    4,374.00
    Actual Desired
    4% 174.96 175.00
    5% 218.70 219.00
    6% 262.44 262.00
    7% 306.18 306.00

    Pl.look up the above datas.I am calculating the various percentage from an amount i.e.4374.00 and the actual result is coming say,174.96,218.70,etc.But,I want the desired result say,175.00,219.00 etc.The condition is,if the actual calculation appear decimal between 0 to 49,then,convert into last one ie.174.00 and more than 49 then ,convert into next 1 i.e.175.00.

    In my example,pl.review the result of 4%,5%,6% and 7%.4% is 174.96 but i want 175.00,7% is 306.18 but I want 306.00.Is it is possible from an Excel formula?

    Regards
    Last edited by PRADEEPB270; 08-23-2010 at 03:43 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: To round off the percetage amount into 1

    Hi,

    To actually round the figure to the nearest whole number, you could use

    =ROUND(4%*A1,0)

    for example
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1