![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
I need to round a column of dollar amounts to the nearest .*9.
Examples: round .64 down to .59; round 5.00 down to 4.99; round .76 up to .79. Is there a way to do this? |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Feb 2002
Posts: 1,802
|
Quote:
you need to have the Analysis Toolpak installed to use MROUND() |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=ROUND(A1,1)-0.01
...will work too! And, you won't need the Analysis Tookpak. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|