• 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.

How to round off values

Ajay Gupta

New Member
How can i round off 8790 to multiple 0f 500

i.e it gets round off to 9000 or 8500.

i have tried round off formula it is not working please help

Thanks
 
Hi, Ajay Gupta!

Tried this?

=REDOND.MULT(8790;500) -----> in english: =MROUND(8790,500)

Regards!
 
Hi Ajyay,


To get round UP use

Code:
=CEILING(A1,500)

and to get round Down use

=FLOOR(A1,500)

In multiply of 500..


@ Pablo.. Its nice to watch both you fighting.. :)


Regards,

Deb
 
Hi Ajay , Debraj ,


I think you will find this useful :


http://spreadsheets.about.com/od/excelroundingfunctions/tp/090823-rounding-numbers-excel-2007-hub.htm


Narayan
 
Hi, Ajay Gupta!

Glad you solved it. Thanks for your feedback and for your kind words too. Welcome back whenever needed or wanted.

Regards!


@Debraj Roy

Hi, Deb!

I don't know what do you mean by fighting... :)

If you're referring to NARAYANK991 and me, furthermore that it's on other topic, I think we're just interchanging ideas.

Regards!
 
Hi, Ajay Gupta!

I guess you don't mind, as you have the formula yet... :)

Regards!


@Debraj Roy

Hi!

I was just wondering... you know, my Spanish, your English, your other strange and exotic languages... WWF... oh, I got it!

http://www.wwf.org/

I'm the diver -1st photo-, in fact I'm a 2-star CMAS 20 year diver (last 5 with no exercise)... so I guess who should be him?... 2nd or 5th ones?

Regards!
 
Back
Top