Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to round up the result of a formula. When I try to use RoundUP to
format the formula I get a "circular" error. Suggestions? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula is probably referring to the cell that it is in. Post the
formula here then we will know. Pete |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Make your formula to be a part of the roundup formula as follows: =ROUNDUP(the formula you have now without the leading "=" sign,number of digits you want the result to be rounded up) For example, if your formula is =A2^3+B2^2+C2, the new formula would be =ROUNDUP(A2^3+B2^2+C2,0); the result would be rounded up to the next higher integer. Regards, B. R. Ramachandran "one of two" wrote: I want to round up the result of a formula. When I try to use RoundUP to format the formula I get a "circular" error. Suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Can I make a formula in Excel to display result in same cell? | Excel Worksheet Functions | |||
Median result used in formula gives incorrect result | Excel Worksheet Functions | |||
Excel - return a picture or range rows as the result of a formula | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions |