Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how would you convert this formula for the nearest 1/8%
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sorry, the formula is =round(A1*8,0)/8
I am looking for a way to enter a % as A1 (ie. 3.485% and have it return 3.50%) "Xhawk57" wrote: how would you convert this formula for the nearest 1/8% |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Use MROUND =MROUND(A1,0.125) You will have to load the analysis toolpak to get the MROUND Function. -- mphell0 ------------------------------------------------------------------------ mphell0's Profile: http://www.excelforum.com/member.php...o&userid=30153 View this thread: http://www.excelforum.com/showthread...hreadid=513298 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 16 Feb 2006 10:00:26 -0800, "Xhawk57"
wrote: sorry, the formula is =round(A1*8,0)/8 I am looking for a way to enter a % as A1 (ie. 3.485% and have it return 3.50%) "Xhawk57" wrote: how would you convert this formula for the nearest 1/8% =ROUND(A1/(1/8)%,0)*(1/8)% or =ROUND(A1*800,0)/800 --ron |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Changing the 8 to 800 did the trick, thank you.
"Ron Rosenfeld" wrote: On Thu, 16 Feb 2006 10:00:26 -0800, "Xhawk57" wrote: sorry, the formula is =round(A1*8,0)/8 I am looking for a way to enter a % as A1 (ie. 3.485% and have it return 3.50%) "Xhawk57" wrote: how would you convert this formula for the nearest 1/8% =ROUND(A1/(1/8)%,0)*(1/8)% or =ROUND(A1*800,0)/800 --ron |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 16 Feb 2006 12:58:28 -0800, "Xhawk57"
wrote: Changing the 8 to 800 did the trick, thank you. Both work. Just different ways of expressing the same number. --ron |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 16 Feb 2006 12:58:28 -0800, "Xhawk57"
wrote: Changing the 8 to 800 did the trick, thank you. Both work. Just different ways of expressing the same number. Thanks for the feedback. --ron |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() ...or another way =ROUND(A1*8,2)/8 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=513298 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round a number to the Nearest .25 | Excel Worksheet Functions | |||
How do i round up a price to the nearest 5,10,15 etc pence | Excel Worksheet Functions | |||
i need an excell formula that will round up to the nearest 9.99 | Excel Worksheet Functions | |||
Round Up to Nearest 10 | Excel Worksheet Functions | |||
Round time to nearest quarter hr | Excel Worksheet Functions |