Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Roundy
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
Roundy
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CountIf Function - require range of criterea John F Excel Worksheet Functions 10 April 27th 05 10:55 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
MROUND function disappears Don A. Excel Discussion (Misc queries) 3 January 28th 05 08:33 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 02:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"