Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Hi, Im trying to round up to the tens, like 127 to 130. I found a few threads on here but it seems to be more than I can do. I stuck at =ROUNDUP(A1+......... Thanks for any tips -- dammit1 ------------------------------------------------------------------------ dammit1's Profile: http://www.excelforum.com/member.php...o&userid=16311 View this thread: http://www.excelforum.com/showthread...hreadid=277016 |
#2
![]() |
|||
|
|||
![]()
=CEILING(A1,10)
"dammit1" wrote in message ... Hi, Im trying to round up to the tens, like 127 to 130. I found a few threads on here but it seems to be more than I can do. I stuck at =ROUNDUP(A1+......... Thanks for any tips -- dammit1 ------------------------------------------------------------------------ dammit1's Profile: http://www.excelforum.com/member.php...o&userid=16311 View this thread: http://www.excelforum.com/showthread...hreadid=277016 |
#3
![]() |
|||
|
|||
![]() Try this =ROUND(F20/10,0)*10 -- anilsolipuram ------------------------------------------------------------------------ anilsolipuram's Profile: http://www.excelforum.com/member.php...o&userid=16271 View this thread: http://www.excelforum.com/showthread...hreadid=277016 |
#4
![]() |
|||
|
|||
![]()
Since you said round up to the tens, this will take 121 AND 127 up to 130:
=CEILING(C1,10) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "dammit1" wrote in message ... Hi, Im trying to round up to the tens, like 127 to 130. I found a few threads on here but it seems to be more than I can do. I stuck at =ROUNDUP(A1+......... Thanks for any tips -- dammit1 ------------------------------------------------------------------------ dammit1's Profile: http://www.excelforum.com/member.php...o&userid=16311 View this thread: http://www.excelforum.com/showthread...hreadid=277016 |
#5
![]() |
|||
|
|||
![]()
Or
=ROUNDUP(A1,-1) "dammit1" wrote in message ... Hi, Im trying to round up to the tens, like 127 to 130. I found a few threads on here but it seems to be more than I can do. I stuck at =ROUNDUP(A1+......... Thanks for any tips -- dammit1 ------------------------------------------------------------------------ dammit1's Profile: http://www.excelforum.com/member.php...o&userid=16311 View this thread: http://www.excelforum.com/showthread...hreadid=277016 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i add figures exactly, do not round up. | Excel Discussion (Misc queries) | |||
ROUND DATA TO 2 DECIMAL PLACES | New Users to Excel | |||
Newbie: How to round down to the lowest 5 | Excel Worksheet Functions | |||
Using ROUND formula to calculate tax | Excel Worksheet Functions | |||
how do I get excel 2003 to round up | Excel Worksheet Functions |