Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
EX.
A1 B1 14,173 1.245 I want to know how to write a formula that will multiply A1*B1 and round it to the nearest one hundred place. 14,173 * 1.245 is 17645.385 I want the result to show 17600 |
#2
![]() |
|||
|
|||
![]() Use this: =ROUND(A1*B1,-2) -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=483986 |
#3
![]() |
|||
|
|||
![]()
=MROUND(your value,100)
"Crawdaddy" wrote: EX. A1 B1 14,173 1.245 I want to know how to write a formula that will multiply A1*B1 and round it to the nearest one hundred place. 14,173 * 1.245 is 17645.385 I want the result to show 17600 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding off numbers in Excel 2003 | Excel Worksheet Functions | |||
stop rounding | Excel Discussion (Misc queries) |