Hi Shekhar,

 

Either of these:

=ROUNDDOWN(A1,-3)

=MROUND(A1-500,1000)

 

If you wanted to round to the nearest multiple of 1000, instead of rounding
down, you could use either of these:

=ROUND(A1,-3)

=MROUND(A1,1000)

 

Functions used for/in rounding include:

ROUND

ROUNDUP

ROUNDDOWN

MROUND

CEILING

CEILING.PRECISE

FLOOR

FLOOR.PRECISE

EVEN

ODD

INT

TRUNC

MOD

LOG10

LOG

ABS

SIGN

GCD

LCM

FIXED

TEXT

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Shekhar Sharma
Sent: Friday, May 04, 2012 8:19 AM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Rounding value of six digit

 

Hi Experts,

 

Kindly help me with rounding a value of six digit.

 

Example:

 

Cell A1 has value as : 59687

I want a formula available in excel to convert this value into 59000.

 

I have used

 

=ROUND(A1/1000,0)*1000,

however its not a perfect way to convert this value.

 

Let me know if you are aware of any typical formula available with in excel.

-- 
Shekhar Sharma
9910010060
"Life consists not in holding good cards but in playing 
those  you hold well" 
 "Before you judge another, think of your own last mistake."

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 
----------------------------------------------------------------------------
--------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to