+ Reply to Thread
Results 1 to 2 of 2

Round up values

  1. #1
    Forum Contributor
    Join Date
    08-27-2016
    Location
    INDIA
    MS-Off Ver
    2003,2007,2010
    Posts
    134

    Round up values

    hii friends,

    i need exact formula for:
    @B column
    1) if my resulting value is above 0.25 , then round off to 0.5.( example my cell result values is 6.33 then roundup to 6.50)
    2)if below or equal to 0.25 then round down to 0.00 (for example my cell result values is 4.25 then roundup to 4.00)@B column

    @D column:
    1) if my resulting value is above 0.6 , then round off to 1.0.( example my cell result values is 8.71 then roundup to 9.00)
    2)if my resulting value is between 0.26 and 0.59 , then round off to 0.5.( example my cell result values is 6.33 then roundup to 6.50)
    3) if my resulting value is between 0.01 and 0.29, then round off to 0.00.( example my cell result values is 5.25 then round down to 5.00)

    please apply to my sample workbook.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Round up values

    Try these:

    B2 =MROUND(A2/3,0.5)

    D2 =MROUND(A2-C2*2,IF(OR(MOD(A2-C2*2,1)>0.6,MOD(A2-C2*2,1)<0.3),1,0.5))
    Last edited by 63falcondude; 09-18-2017 at 02:19 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] looking to round values up
    By greggatz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-16-2015, 03:34 PM
  2. Problem with ROUND() when I have two or more .5 values
    By morasrikanth in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-14-2015, 01:12 PM
  3. Possible to round up values to set amounts?
    By Fred45 in forum Excel General
    Replies: 14
    Last Post: 04-01-2014, 09:51 PM
  4. [SOLVED] Round all values on sheet
    By Lee Hutchinson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2012, 08:00 AM
  5. Need to round to values from a table
    By jomofro39 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-30-2010, 10:43 AM
  6. Formula to Round off Values
    By kamalthakur in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 03-17-2010, 11:17 AM
  7. How to round values up
    By Vbort44 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2008, 12:56 AM

Tags for this Thread

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