Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a formula to round numbers to the nearest quarter?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MROUND(A1,0.25)
If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I go to setup? The formula didn't work. It said "NAME?"
"CLR" wrote: =MROUND(A1,0.25) If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article ,
Rebecca wrote: How do I go to setup? The formula didn't work. It said "NAME?" You'll need to enable the Analysis ToolPak... Tools Add-Ins and check Analysis ToolPak Hope this helps! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANK YOU SOOOOOOOOOOOO MUCH!!!
"Domenic" wrote: In article , Rebecca wrote: How do I go to setup? The formula didn't work. It said "NAME?" You'll need to enable the Analysis ToolPak... Tools Add-Ins and check Analysis ToolPak Hope this helps! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this........
Tools Add-ins check the Analysis ToolPak box ok If you don't see the Analysis ToolPak option, then that is when you would need to run Setup from your original install disks..........if you're on a network at work, then probably your MIS Dept will have to install it for you. Vaya con Dios, Chuck, CABGx3 "Rebecca" wrote: How do I go to setup? The formula didn't work. It said "NAME?" "CLR" wrote: =MROUND(A1,0.25) If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANKS BUNCHES!!
"CLR" wrote: Try this........ Tools Add-ins check the Analysis ToolPak box ok If you don't see the Analysis ToolPak option, then that is when you would need to run Setup from your original install disks..........if you're on a network at work, then probably your MIS Dept will have to install it for you. Vaya con Dios, Chuck, CABGx3 "Rebecca" wrote: How do I go to setup? The formula didn't work. It said "NAME?" "CLR" wrote: =MROUND(A1,0.25) If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
A1: (a number) B1: =MROUND(A1,0.25) If the MROUND function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=ROUND(4*A1,0)/4
No Add-in needed. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Sloth" wrote: =ROUND(4*A1,0)/4 No Add-in needed. "Rebecca" wrote: Is there a formula to round numbers to the nearest quarter? |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, Kathy!
You wrote on Sat, 23 Sep 2006 05:11:01 -0700: ?? =ROUND(4*A1,0)/4 ?? ?? No Add-in needed. ?? ?? "Rebecca" wrote: ?? ?? Is there a formula to round numbers to the nearest ?? quarter? Oh! These mysterious empty messages! James Silverton Potomac, Maryland E-mail, with obvious alterations: not.jim.silverton.at.comcast.not |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |