Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"David Biddulph" <groups [at] biddulph.org.uk wrote...
.... He said he wanted rounding to the *nearest* thousand, so wouldn't =TEXT(D22/1000,"#,###.") be better? Maybe, but why bother with the division? =TEXT(D22,"#,##0,\.") Note: "#,###,\." format would display x < 500 as "." while "#,##0,\." format would display such x as "0." |