Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Looking at the other posts ("I'm having some problems with the final stages of Fermat's Last Theorem") I feel a bit of a doofus for asking but I have some numbers (about 8000) rounded to 1 decimal place. I'd like to round them to the nearest 0.5 decimal places in order to demonstrate my stupidity futher I will provide two examples: I want 6.4 to become 6.5 I want 6.1 to become 6.0 D'ya catch ma drift? It seems "mround" might be the puppy I'm after but it doesn't seem to let me specify cells, only numbers??? Many thanks in advance for replying (I'll feel really silly now if noone does) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming that A1 contains your number, try...
=ROUND(A1/0.5,0)*0.5 Hope this helps! In article , Stupid Scotsman <Stupid wrote: Hello, Looking at the other posts ("I'm having some problems with the final stages of Fermat's Last Theorem") I feel a bit of a doofus for asking but I have some numbers (about 8000) rounded to 1 decimal place. I'd like to round them to the nearest 0.5 decimal places in order to demonstrate my stupidity futher I will provide two examples: I want 6.4 to become 6.5 I want 6.1 to become 6.0 D'ya catch ma drift? It seems "mround" might be the puppy I'm after but it doesn't seem to let me specify cells, only numbers??? Many thanks in advance for replying (I'll feel really silly now if noone does) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are correct, MROUND will do what you want.
Use it in the form MROUND(A1,0.5) assuming your data is in cell A1 "Stupid Scotsman" wrote: Hello, Looking at the other posts ("I'm having some problems with the final stages of Fermat's Last Theorem") I feel a bit of a doofus for asking but I have some numbers (about 8000) rounded to 1 decimal place. I'd like to round them to the nearest 0.5 decimal places in order to demonstrate my stupidity futher I will provide two examples: I want 6.4 to become 6.5 I want 6.1 to become 6.0 D'ya catch ma drift? It seems "mround" might be the puppy I'm after but it doesn't seem to let me specify cells, only numbers??? Many thanks in advance for replying (I'll feel really silly now if noone does) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Stupid Scotsman Wrote: "I'm having some problems with the final stages of Fermat's Last Theorem" :) hehe - made me laugh :) By no means a stupid question......I think you probably have a workable answer but, anyway, if you have any negative numbers MROUND won't work, so my suggestion would be =ROUND(A1*2,0)/2 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=514572 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I only glanced at the original post and found nothing funny, so when you said
it made you laugh, I went back and re-read it. That was funny! -- Kevin Vaughn "daddylonglegs" wrote: Stupid Scotsman Wrote: "I'm having some problems with the final stages of Fermat's Last Theorem" :) hehe - made me laugh :) By no means a stupid question......I think you probably have a workable answer but, anyway, if you have any negative numbers MROUND won't work, so my suggestion would be =ROUND(A1*2,0)/2 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=514572 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
excellent!
Thankyou gentlemen. "daddylonglegs" wrote: Stupid Scotsman Wrote: "I'm having some problems with the final stages of Fermat's Last Theorem" :) hehe - made me laugh :) By no means a stupid question......I think you probably have a workable answer but, anyway, if you have any negative numbers MROUND won't work, so my suggestion would be =ROUND(A1*2,0)/2 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=514572 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stupid counting question!! | Excel Discussion (Misc queries) | |||
Am I stupid, or is it Excel??????? | Excel Discussion (Misc queries) | |||
Stupid Excel operating | Excel Discussion (Misc queries) | |||
Stupid | New Users to Excel | |||
Stupid | Excel Discussion (Misc queries) |