+ Reply to Thread
Results 1 to 6 of 6

Want To Change all number zero except first three numbers

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Post Want To Change all number zero except first three numbers

    hello, everyone

    i want to change my all number to zero except first three number,

    like :
    150070
    now i want result
    150000

    thanx
    Use Code-Tags for showing your code :
    Please mark your question Solved if there has been offered a solution that works fine for you
    If You like solutions provided by anyone, feel free to add reputation using STAR *

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Want To Change all number zero except first three numbers

    Hi,

    You can use REPLACE to achieve that. Check out this website:

    https://www.ablebits.com/office-addi...ute-functions/

    Example: With "150070" in cell B3

    Please Login or Register  to view this content.
    Hope this is helpful.

    Cheers

  3. #3
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Want To Change all number zero except first three numbers

    Thanx for reply

    but

    from 5758959 to i want result = 5758000

    i mean
    i want to replace last 3 numbers to zero,
    like
    5766 = 5000
    17899 = 17000
    595003 = 595000
    5951045 = 5951000

    thanx

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Want To Change all number zero except first three numbers

    Use this:

    =1000*INT(A1/1000)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Want To Change all number zero except first three numbers

    Worked for me

    thanx alot

    will add repu +1

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Want To Change all number zero except first three numbers

    You're welcome and thanks for the Reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to change point digit numbers to full number?
    By vengatvj in forum Excel General
    Replies: 1
    Last Post: 07-31-2016, 12:14 AM
  2. Replies: 7
    Last Post: 02-27-2014, 10:56 PM
  3. Add numbers to column based on order number change
    By fpmsi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-11-2013, 11:48 AM
  4. [SOLVED] Determine whether number of positive numbers exceeds number of negative numbers
    By HRBP in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-04-2012, 09:49 PM
  5. Replies: 5
    Last Post: 03-25-2012, 10:27 PM
  6. How to change a range of numbers into one number?
    By uluk in forum Excel General
    Replies: 3
    Last Post: 08-27-2009, 05:08 AM
  7. change 2000 cells (negative numbers) into positive numbers
    By lisbern in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-16-2006, 01:00 PM

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