+ Reply to Thread
Results 1 to 4 of 4

Convert and round up to closest .25

  1. #1
    Registered User
    Join Date
    12-05-2018
    Location
    Sweden
    MS-Off Ver
    2010
    Posts
    2

    Convert and round up to closest .25

    Hi,

    I'm trying to convert from oz to cl but I want the result to round up to closest .25.

    This is how I did it for oz to ml: =roundup(convert(C2,"oz","ml"),0)

    How would I do this if I wanted to round up to the closest .25?

    Thanks in advance!

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

    Re: Convert and round up to closest .25

    Hello and welcome to the forum.

    Try this:

    =CEILING(CONVERT(C2,"oz","ml"),0.25)

  3. #3
    Registered User
    Join Date
    12-05-2018
    Location
    Sweden
    MS-Off Ver
    2010
    Posts
    2

    Re: Convert and round up to closest .25

    Quote Originally Posted by 63falcondude View Post
    Hello and welcome to the forum.

    Try this:

    =CEILING(CONVERT(C2,"oz","ml"),0.25)
    Perfect, thanks! Exactly what I has after!

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

    Re: Convert and round up to closest .25

    You're welcome. Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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] Time - convert from Decimal to Standard to Closest 15 - 52 doesn't work
    By keen2xl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2018, 08:22 PM
  2. [SOLVED] need vba on K & L column convert currency to round after dot
    By julielara in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-26-2015, 01:12 AM
  3. [SOLVED] How to round cell value to closest whole number? Excell programming / VBA / MAcros
    By akbar1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-25-2014, 09:43 PM
  4. [SOLVED] Display value 1 row down from closest round number > static value
    By coreytroy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-26-2013, 12:31 AM
  5. How to round up to closest match in vlookup
    By Onestopfanshop in forum Excel General
    Replies: 1
    Last Post: 01-04-2011, 02:41 PM
  6. How can i round a number to closest tenth number?
    By rayne95 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-19-2006, 04:40 PM
  7. Replies: 4
    Last Post: 01-27-2005, 05:06 PM

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