Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a table that I am working with where I want to do a =SUM (D5/D3)
function and then round up the answer to the next integer. Any help will be appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You sure don't need the SUM()
=ROUNDUP(d5/D3,0) "fbcmusicmark" wrote: I have a table that I am working with where I want to do a =SUM (D5/D3) function and then round up the answer to the next integer. Any help will be appreciated. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUNDUP(SUM(D5/D3),0)
Vaya con Dios, Chuck, CABGx3 "fbcmusicmark" wrote: I have a table that I am working with where I want to do a =SUM (D5/D3) function and then round up the answer to the next integer. Any help will be appreciated. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() If all you are doing is dividing two values, then you do not need the sum function. Try: =Roundup(D5/D3,0) -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=497665 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=CEILING(D5/D3,1)
-- HTH RP (remove nothere from the email address if mailing direct) "fbcmusicmark" wrote in message ... I have a table that I am working with where I want to do a =SUM (D5/D3) function and then round up the answer to the next integer. Any help will be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unwanted rounding of large number | Excel Worksheet Functions | |||
Rounding numbers to the nearest 5 or 0 | Excel Worksheet Functions | |||
Percentage rounding error in charts | Excel Discussion (Misc queries) | |||
Banker's Rounding - need help! | Excel Discussion (Misc queries) | |||
How do I make Excel stop rounding off my numbers that are 16 digi. | Excel Discussion (Misc queries) |