+ Reply to Thread
Results 1 to 5 of 5

Round input into range of cell to nearest multiple of 15

  1. #1
    Registered User
    Join Date
    09-29-2019
    Location
    Alabama
    MS-Off Ver
    Office 365
    Posts
    13

    Round input into range of cell to nearest multiple of 15

    Hey Everyone,

    I'm back with another question. I'm trying to use VBA to make it where, when I input numbers, lets say in cell b6:b12, I want those numbers to automatically round to the nearest multiple of 15. I've got lots of formulas through my research, but I have no idea how to specify cells to update. I'm looking to get more information and possible a formula example so that I can get this working correctly.

    Any help would be greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: Round input into range of cell to nearest multiple of 15

    1) Copy this code.
    2) Right-Click the sheet tab of interest.
    3) Select "View Code"
    4) Paste the code into the window that appears.
    5) Save the file as a macro-enabled .xlsm file.
    6) Make changes as needed

    Please Login or Register  to view this content.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: Round input into range of cell to nearest multiple of 15

    Similar approach. But using MRound.

    Please Login or Register  to view this content.
    "Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
    ― Robert A. Heinlein

  4. #4
    Registered User
    Join Date
    09-29-2019
    Location
    Alabama
    MS-Off Ver
    Office 365
    Posts
    13

    Re: Round input into range of cell to nearest multiple of 15

    Thank you both very much for your wisdom! I went with the MROUND method. It's the only one I could figure out how to do multiple ranges with different multipliers. I'm posting how my final code for it turned out .

    Please Login or Register  to view this content.
    This gave me exactly what I needed to achieve the desired results. Thank you both again for all the help

  5. #5
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: Round input into range of cell to nearest multiple of 15

    You can handle the checks that you are doing for Count and Length just once, and instead of Length, use a check for a number, so that you don't have to handle errors thrown by MRound or Round:

    Please Login or Register  to view this content.
    Using VBA Round:

    Please Login or Register  to view this content.
    Last edited by Bernie Deitrick; 10-05-2019 at 07:50 AM.

+ 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] Round to the actual nearest multiple
    By LawCarrot in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-08-2018, 11:50 PM
  2. [SOLVED] Round to Nearest Half Based On Defined Range of Decimal
    By HobbesIsReal in forum Excel General
    Replies: 2
    Last Post: 08-03-2013, 03:52 PM
  3. Formula to round a cell's value down to the nearest 8?
    By amolo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 07:17 PM
  4. [SOLVED] Round Cell to Nearest 0.25 up-to 1.0 then to nearest 0.5
    By haynesc87 in forum Excel General
    Replies: 4
    Last Post: 05-30-2012, 01:38 PM
  5. Round to the nearest set range
    By sput_sput in forum Excel General
    Replies: 4
    Last Post: 08-20-2010, 01:10 PM
  6. [SOLVED] How do I round numbers to the nearest multiple of 10 or 5?
    By Wasatch in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-05-2006, 12:00 PM
  7. [SOLVED] Can you round up numbers to the nearest multiple of ten?
    By Tilly in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-05-2006, 10:55 AM

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