Results 1 to 2 of 2

Thread: Rounding to thousands in Excel?

  1. #1
    john johnnr892's Avatar
    Join Date
    Feb 2004
    Location
    Stowmarket
    Posts
    791
    Thanks
    0
    Thanked
    0 times in 0 posts

    Question Rounding to thousands in Excel?

    Hi, My mum needs to know how to round to thousands in excel for work. For example, financial accounts are often rounded to thousands e.g £6000 would be shown as £6. Is there any command or formula that will do this, thanks. John.l
    Cheiftech Matrix/xp 2600@ 2.3ghz/ Abit NF7 v2/1gb GEIL value dual channel pc3200@ 2.5-3-3-6/XFX 6600gt/80gb Western Digital boot disk/80gb maxtor for storage and games/LG cdrw/Nec 3500A

  2. #2
    Senior Member GAteKeeper's Avatar
    Join Date
    Feb 2004
    Location
    Derbyshire, UK
    Posts
    584
    Thanks
    14
    Thanked
    34 times in 23 posts
    • GAteKeeper's system
      • Motherboard:
      • MSI P67-GD5
      • CPU:
      • Intel i7 2600k
      • Memory:
      • 8Gb Corsair DDR3 1600
      • Storage:
      • ~44TB
      • Graphics card(s):
      • 980Ti
      • PSU:
      • Seasonic S12 600W
      • Case:
      • Lian Li PC-65
      • Operating System:
      • Win10 64bit
      • Monitor(s):
      • Dell U3415W & 2405fpw
      • Internet:
      • 45Mb vDSL
    one way is to int(A1/1000) - that will get you the number of complete 1000s

    or round(A1/1000,0) - that will round £5500 up to 6

    If you want to split it then thousands: int(A1/1000) and rest: A1 MOD 1000 are the tools you need

    GK
    Keeper of the Gates of Hell

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel spreadsheet fixing tool?
    By joshwa in forum Software
    Replies: 2
    Last Post: 28-10-2004, 11:23 AM
  2. 'Simple' excel help please, merging data..
    By Snow-Munki in forum Software
    Replies: 3
    Last Post: 10-10-2004, 12:14 PM
  3. simple 'excel' help ?
    By Snow-Munki in forum Software
    Replies: 1
    Last Post: 14-09-2004, 11:34 AM
  4. Excel Form Label Errors
    By Tomahawk in forum Software
    Replies: 4
    Last Post: 08-04-2004, 03:41 PM
  5. Weird Excel Calculations
    By Allen in forum Software
    Replies: 1
    Last Post: 30-01-2004, 12:31 PM

Posting Permissions

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