![]() |
![]() |
|
|||||||
| 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: 45
|
How do I copy and paste the rounded number, not the decimal pointed number? Example: I have an amount in cell A1 of 110.75 and I want to paste 111, or the rounded up equivalent. I want the cell to read 111, not just be formatted without the decimals, so that if it is parsed it will be parsed as 111.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
I don't think it's possible to PASTE the rounded number. Where do you want to paste it? Into another cell/worksheet/workbook? Same cell?
__________________
~Anne Troy |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 45
|
I want to paste it into another cell.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
Don't paste.
Just use =ROUND(A1,0) Where A1 is the cell that currently contains 110.75
__________________
~Anne Troy |
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 45
|
Thanks! That works!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|