+ Reply to Thread
Results 1 to 4 of 4

MROUND function disappears

  1. #1
    Don A.
    Guest

    MROUND function disappears

    When using MROUND, the MROUND function turns itself off randomly and all the
    cells that used MROUND become non-functional. To restart MROUND, we have to
    uncheck the Analysis Toolpak and then checkmark it again. We don't reboot or
    close the worksheet. This happens on Excel XP and 2003, on all different
    computers. Present PC is XP Pro, 3GHz P4, 1GB RAM. The excel files are
    located on a Windows 2000 server.

    This is becoming very frustrating for the user. We can't find any posts on
    the subject. I can't beleive we're the only ones experiencing this problem.

    Any help will be appreciated.

    Thanks
    --
    Don A.
    LAN/Telecommunications Coord.
    Mystic Stamp Co.

  2. #2
    Peo Sjoblom
    Guest

    RE: MROUND function disappears

    Never heard of it before, you can use a non ATP function te replace MROUND,
    for instance

    MROUND(1.3, 0.2) returns 1.4 (round to neares 0.2) and

    the built in round

    =ROUND(1.3/0.2,0)*0.2


    will do the same

    in fact I try to stay away from the as much as possible since you never know
    if you send someone a workbook and they haven't installed it.


    Regards,

    Peo Sjoblom


    "Don A." wrote:

    > When using MROUND, the MROUND function turns itself off randomly and all the
    > cells that used MROUND become non-functional. To restart MROUND, we have to
    > uncheck the Analysis Toolpak and then checkmark it again. We don't reboot or
    > close the worksheet. This happens on Excel XP and 2003, on all different
    > computers. Present PC is XP Pro, 3GHz P4, 1GB RAM. The excel files are
    > located on a Windows 2000 server.
    >
    > This is becoming very frustrating for the user. We can't find any posts on
    > the subject. I can't beleive we're the only ones experiencing this problem.
    >
    > Any help will be appreciated.
    >
    > Thanks
    > --
    > Don A.
    > LAN/Telecommunications Coord.
    > Mystic Stamp Co.


  3. #3
    JE McGimpsey
    Guest

    Re: MROUND function disappears

    I've no idea why MROUND is "turn(ing) itself off", but MROUND is a
    derivative function, so it can be replaced with native XL functions with
    no problems.

    For example, if the current formula is

    =MROUND(A1, 2)

    The you can use

    =ROUND(A1/2, 0)*2

    Similarly, replace

    =MROUND(A1, 0.25)

    with

    =ROUND(A1/0.25, 0)*0.25

    or, equivalently,

    =ROUND(A1*4, 0)/4

    In article <[email protected]>,
    Don A. <[email protected]> wrote:

    > When using MROUND, the MROUND function turns itself off randomly and all the
    > cells that used MROUND become non-functional. To restart MROUND, we have to
    > uncheck the Analysis Toolpak and then checkmark it again. We don't reboot or
    > close the worksheet. This happens on Excel XP and 2003, on all different
    > computers. Present PC is XP Pro, 3GHz P4, 1GB RAM. The excel files are
    > located on a Windows 2000 server.
    >
    > This is becoming very frustrating for the user. We can't find any posts on
    > the subject. I can't beleive we're the only ones experiencing this problem.
    >
    > Any help will be appreciated.


  4. #4
    Don A.
    Guest

    Re: MROUND function disappears

    I would love to be able to fix the problem, but your work around solutions
    may have to do. I am extremely appreciative of your suggetions. Thanks you.`

    "JE McGimpsey" wrote:

    > I've no idea why MROUND is "turn(ing) itself off", but MROUND is a
    > derivative function, so it can be replaced with native XL functions with
    > no problems.
    >
    > For example, if the current formula is
    >
    > =MROUND(A1, 2)
    >
    > The you can use
    >
    > =ROUND(A1/2, 0)*2
    >
    > Similarly, replace
    >
    > =MROUND(A1, 0.25)
    >
    > with
    >
    > =ROUND(A1/0.25, 0)*0.25
    >
    > or, equivalently,
    >
    > =ROUND(A1*4, 0)/4
    >
    > In article <[email protected]>,
    > Don A. <[email protected]> wrote:
    >
    > > When using MROUND, the MROUND function turns itself off randomly and all the
    > > cells that used MROUND become non-functional. To restart MROUND, we have to
    > > uncheck the Analysis Toolpak and then checkmark it again. We don't reboot or
    > > close the worksheet. This happens on Excel XP and 2003, on all different
    > > computers. Present PC is XP Pro, 3GHz P4, 1GB RAM. The excel files are
    > > located on a Windows 2000 server.
    > >
    > > This is becoming very frustrating for the user. We can't find any posts on
    > > the subject. I can't beleive we're the only ones experiencing this problem.
    > >
    > > Any help will be appreciated.

    >


+ 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