• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Int() formula not giving correct answer.Showing Int(9) = 8

Hi Harshawardhan,

Can you paste the formula bar screen shot. I think the value in column C is 8.9 or something near to it, which got rounded to 9. But for excel it is still 8.... so int is returning 8.

Regards!
 
Select C92
Keep Increasing the decimals
What number do you eventually see?
 
is C92, input or a calculated result? If calculated what are the inputs and formula that give the resulting 9
 
Hi, HARSHAWARDHAN SHASTRI!

As a new user you might want (I'd say should and must) read this:
http://chandoo.org/forum/forums/new-users-please-start-here.14/

And regarding your issue, try this:
E2: =INT(ROUND(C2,1))
F2: =C2
format E:F as General.

If you see what you expect in column E, then follow Hui's advice and increment the decimal positions of column C; if not, then post the file, not a snapshot, with the above formulas for columns E:F.

Regards!
 
Back
Top