+ Reply to Thread
Results 1 to 5 of 5

Mround function equivalent that does not require "add-in"

  1. #1
    Roundy
    Guest

    Mround function equivalent that does not require "add-in"

    I am working on a spreadsheet that will be distributed to a group of about
    100 people with varying degrees of computer knowledge. I need to do rounding
    to the nearest 1/4 inch. I was going to use mround function for this...but
    when I first tried it I got "name?" in the result box. I was able to find
    that I needed to enable the formula analysis toolpak...but I am not
    comfortable putting this responsibility on "novice" users. Is there another
    function I could use to accomplish the same task without having to walk users
    through enabling addins or another suggestion for how to accomplish this.
    Thank you in advance for the help.

    Jonathan

  2. #2
    Dave Peterson
    Guest

    Re: Mround function equivalent that does not require "add-in"

    Maybe:

    =ROUND(A1*4,0)*0.25
    or
    =ROUND(A1/0.25,0)*0.25

    Roundy wrote:
    >
    > I am working on a spreadsheet that will be distributed to a group of about
    > 100 people with varying degrees of computer knowledge. I need to do rounding
    > to the nearest 1/4 inch. I was going to use mround function for this...but
    > when I first tried it I got "name?" in the result box. I was able to find
    > that I needed to enable the formula analysis toolpak...but I am not
    > comfortable putting this responsibility on "novice" users. Is there another
    > function I could use to accomplish the same task without having to walk users
    > through enabling addins or another suggestion for how to accomplish this.
    > Thank you in advance for the help.
    >
    > Jonathan


    --

    Dave Peterson

  3. #3
    Toppers
    Guest

    RE: Mround function equivalent that does not require "add-in"

    Try format cell as NUMBER ==>FRACTIONS==>As quarters

    "Roundy" wrote:

    > I am working on a spreadsheet that will be distributed to a group of about
    > 100 people with varying degrees of computer knowledge. I need to do rounding
    > to the nearest 1/4 inch. I was going to use mround function for this...but
    > when I first tried it I got "name?" in the result box. I was able to find
    > that I needed to enable the formula analysis toolpak...but I am not
    > comfortable putting this responsibility on "novice" users. Is there another
    > function I could use to accomplish the same task without having to walk users
    > through enabling addins or another suggestion for how to accomplish this.
    > Thank you in advance for the help.
    >
    > Jonathan


  4. #4
    Toppers
    Guest

    RE: Mround function equivalent that does not require "add-in"

    Dumbo reply from me! Dave is correct.

    "Toppers" wrote:

    > Try format cell as NUMBER ==>FRACTIONS==>As quarters
    >
    > "Roundy" wrote:
    >
    > > I am working on a spreadsheet that will be distributed to a group of about
    > > 100 people with varying degrees of computer knowledge. I need to do rounding
    > > to the nearest 1/4 inch. I was going to use mround function for this...but
    > > when I first tried it I got "name?" in the result box. I was able to find
    > > that I needed to enable the formula analysis toolpak...but I am not
    > > comfortable putting this responsibility on "novice" users. Is there another
    > > function I could use to accomplish the same task without having to walk users
    > > through enabling addins or another suggestion for how to accomplish this.
    > > Thank you in advance for the help.
    > >
    > > Jonathan


  5. #5
    Roundy
    Guest

    Re: Mround function equivalent that does not require "add-in"

    Thank you so much!!!!

    "Dave Peterson" wrote:

    > Maybe:
    >
    > =ROUND(A1*4,0)*0.25
    > or
    > =ROUND(A1/0.25,0)*0.25
    >
    > Roundy wrote:
    > >
    > > I am working on a spreadsheet that will be distributed to a group of about
    > > 100 people with varying degrees of computer knowledge. I need to do rounding
    > > to the nearest 1/4 inch. I was going to use mround function for this...but
    > > when I first tried it I got "name?" in the result box. I was able to find
    > > that I needed to enable the formula analysis toolpak...but I am not
    > > comfortable putting this responsibility on "novice" users. Is there another
    > > function I could use to accomplish the same task without having to walk users
    > > through enabling addins or another suggestion for how to accomplish this.
    > > Thank you in advance for the help.
    > >
    > > Jonathan

    >
    > --
    >
    > Dave Peterson
    >


+ 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