Thread: ROUNDING
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Joe User[_2_] Joe User[_2_] is offline
external usenet poster
 
Posts: 905
Default ROUNDING

"evelin via OfficeKB.com" <u54234@uwe wrote:
I have 3 number columns, viz A, B, AND C . I formatted the A and B and D


Do you mean A, B and __C__?


using the Round function of excel directly.

[....]
But instead of adding the rounded values of columns A and B ,
it is adding the actual values


Which proves that you did not use "the Round function of Excel directly", or
you did not use it correctly. The formulas in columns A, B and C should be
of the form

=ROUND(expression,0)

if that is your intent. If you mean something else, please show us the
formulas in a row of cells in columns A, B, C and D.


USING MACRO In the fourth column,D - I added the values of A,B and C.


What "macro"? Do you mean a VBA function (which is a UDF, not a macro)? If
so, what exactly does the UDF do?


----- original message -----

"evelin via OfficeKB.com" <u54234@uwe wrote in message
news:a1b10b45d07b3@uwe...
I have 3 number columns, viz A, B, AND C . I formatted the A and B and D
columns using the Round function of excel directly. USING MACRO In the
fourth column,D - I added the values of A,B and C. But instead of adding
the
rounded values of columns A and B , it is adding the actual values though
displays rounded values. So not getting the expected result. for example
A=5.
4, B=6.4 , c=0. now display is A=5 and B= 6, but in D it is 12,
actually A must be 5, B=6 and so D= 11

so how to get the rounded values in calculation.

THANKS

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/201001/1