Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For examples:
I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=ROUND(23.2,0) In article , Rose wrote: For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For your example numbers............assuming in A1 and A2
=ROUND(A1,0) entered in B1 and copied to B2 Format to 2 DP Gord Dibben MS Excel MVP On Thu, 16 Nov 2006 16:47:01 -0800, Rose wrote: For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want to round to the nearest whole number
=ROUND(A1,0) Your subject line talks of rounding to 0 or 0.5, for which one option is =MROUND(A1,0.5), but you'll need the Analysis ToolPak Add-In for that, or else you could use =ROUND(A1*2,0)/2. -- David Biddulph "Rose" wrote in message ... For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With the value in A1,
=ROUND(A1,0) Regards, Alan. "Rose" wrote in message ... For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not following you 100% as bot of your examples are rounding up to the nearest
whole number (noting to do with 0.5) ...but here is a formula to round to the nearest .5 =ROUND(A1/0.5, 0)*0.5 and here it is to round up to the nearest .5 =ROUNDUP(A1/0.5, 0)*0.5 -- HTH... Jim Thomlinson "Rose" wrote: For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Rose try to click fx function box maybe you need a Roundown () and a Roundup
(), basic function of excel... -- "Simple things amuse simple minds" "Rose" wrote: For examples: I want 23.20 to be 23.00 and I want 23.6 to be 24.00 Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
Using Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
How to make excel not round real numbers when making a histogram? | Charts and Charting in Excel | |||
how do i flip a column round in excel? | Excel Discussion (Misc queries) | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) |