Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I round off the result of a formula or links of adding the amounts in
different worksheets? I tried =ROUND((!H15!K15+!L15,0) and =MROUND((!H15!K15+!L15,0) but it doesn't round off. Is there a possible way or I just have to manually enter the numbers? I want to round it off to the nearest 100 or 1000 as well. Thanks! -- thank you! Mavy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have some strange formula in the ROUND function
what is this !H15!K15+!L15 supposed to mean? Anyway, to round to the nearest 100 use =ROUND(A1,-2) 1000 =ROUND(A1,-3) replace A1 with whatever you want to round -- Regards, Peo Sjoblom " wrote in message ... How do I round off the result of a formula or links of adding the amounts in different worksheets? I tried =ROUND((!H15!K15+!L15,0) and =MROUND((!H15!K15+!L15,0) but it doesn't round off. Is there a possible way or I just have to manually enter the numbers? I want to round it off to the nearest 100 or 1000 as well. Thanks! -- thank you! Mavy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can't see quite what you are trying to do.
I don't understand the syntax where you have 2 opening parentheses and only 1 closing parenthesis. Similarly I don't understand quite what all your ! symbols are doing; some might be delimiting sheet names, but they can't all be doing that. What does your formula look like before you try to do the rounding? If your original formula is ='H15'!K15+L15 (adding cell L15 on the current sheet to cell K15 on a sheet names H15), then =ROUND('H15'!K15+L15,0) would round to zero decimal places, and =MROUND('H15'!K15+L15,5) would round to a multiple of 5, for example. =ROUND('H15'!K15+L15,-2) would round to -2 decimal places, in other words to the nearest 100. =MROUND(...,0) doesn't make sense, as that would be asking the answer to be a multiple of zero. -- David Biddulph " wrote in message ... How do I round off the result of a formula or links of adding the amounts in different worksheets? I tried =ROUND((!H15!K15+!L15,0) and =MROUND((!H15!K15+!L15,0) but it doesn't round off. Is there a possible way or I just have to manually enter the numbers? I want to round it off to the nearest 100 or 1000 as well. Thanks! -- thank you! Mavy |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well the synatx is because I was planing to rename the sheet but forgot to do
so. BUt you got what I meant I think. It worked! Thanks for the help! -- thank you! Mavy "David Biddulph" wrote: I can't see quite what you are trying to do. I don't understand the syntax where you have 2 opening parentheses and only 1 closing parenthesis. Similarly I don't understand quite what all your ! symbols are doing; some might be delimiting sheet names, but they can't all be doing that. What does your formula look like before you try to do the rounding? If your original formula is ='H15'!K15+L15 (adding cell L15 on the current sheet to cell K15 on a sheet names H15), then =ROUND('H15'!K15+L15,0) would round to zero decimal places, and =MROUND('H15'!K15+L15,5) would round to a multiple of 5, for example. =ROUND('H15'!K15+L15,-2) would round to -2 decimal places, in other words to the nearest 100. =MROUND(...,0) doesn't make sense, as that would be asking the answer to be a multiple of zero. -- David Biddulph " wrote in message ... How do I round off the result of a formula or links of adding the amounts in different worksheets? I tried =ROUND((!H15!K15+!L15,0) and =MROUND((!H15!K15+!L15,0) but it doesn't round off. Is there a possible way or I just have to manually enter the numbers? I want to round it off to the nearest 100 or 1000 as well. Thanks! -- thank you! Mavy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need a formula with rounding up & rounding down to the nearest . | Excel Worksheet Functions | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
Edit Links: Changing links on a protected worksheet | Excel Discussion (Misc queries) | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions | |||
can't update links...can't find links | Excel Discussion (Misc queries) |