+ Reply to Thread
Results 1 to 2 of 2

decimal problem

  1. #1
    Registered User
    Join Date
    04-05-2005
    Posts
    3

    decimal problem

    suppose I take the values for B1, B2 ,B3 as 24.68,25.40,24.76.
    B1+B2+B3 gives us 74.84 .

    assign the rounoff values of b1,b2,b3 to c1,c2,c3 then when we add c1+c2+c3=25+25+25=75 we get 75

    instead of that it is showing 74.84 .

    what is the solution for getting the value 75.please tell

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by radhkrishna
    suppose I take the values for B1, B2 ,B3 as 24.68,25.40,24.76.
    B1+B2+B3 gives us 74.84 .

    assign the rounoff values of b1,b2,b3 to c1,c2,c3 then when we add c1+c2+c3=25+25+25=75 we get 75

    instead of that it is showing 74.84 .

    what is the solution for getting the value 75.please tell
    Try this ...

    =round(sum(B1:B3),0)


    Hope this helps.
    BenjieLop
    Houston, TX

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1