+ Reply to Thread
Results 1 to 4 of 4

Changing the Number Format

  1. #1
    Registered User
    Join Date
    01-12-2021
    Location
    Munich
    MS-Off Ver
    MS365
    Posts
    19

    Changing the Number Format

    Hello Friends,

    I have a quick question about Formating Excel Numbers.

    My numbers are like 11.234,45 and I want to change that into 11,23 for example.
    So that it changes to thousands instead of the entire number.

    Thank you very much in avance!!!

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,501

    Re: Changing the Number Format

    maybe this... =LEFT(SUBSTITUTE(A1,".",","),5) assumes it is in A1.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,849

    Re: Changing the Number Format

    I'm not exactly sure how it works when "." is the thousands separator and "," is the decimal separator, but (with my regional settings "," is thousands and "." is decimal), I can use "," to "scale" numbers by a thousand. So, a number format code of "0.00," will display 11234.45 as 11.23 (meaning 11.23 thousand). The underlying value of the cell is still 11234.45, but the display is 11.23 (which sometimes causes confusion).

    You might review this helpfile (one that I referred to frequently when learning spreadsheets) https://support.microsoft.com/en-us/...7-9c9354dd99f5 perhaps find the same page in your installations help files, in case MSFT has a copy that explain how the guidelines apply to different region/language settings.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  4. #4
    Registered User
    Join Date
    01-12-2021
    Location
    Munich
    MS-Off Ver
    MS365
    Posts
    19

    Re: Changing the Number Format

    Thank you so much!!

    I found the correct format by accident. I can just use "0,00." to format it.

+ 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. Changing numbers from text format to number format
    By garden_gnome in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-09-2012, 12:48 PM
  2. Changing Number format
    By ianmorris1977 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-29-2008, 09:25 AM
  3. Changing the number format
    By skatmandu2002 in forum Excel General
    Replies: 4
    Last Post: 08-09-2008, 11:13 PM
  4. Replies: 18
    Last Post: 03-07-2007, 05:52 AM
  5. [SOLVED] Changing number format
    By gcotterl in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-17-2006, 03:55 AM
  6. Changing Number Format
    By Howard Kaikow in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-28-2005, 06:00 AM
  7. [SOLVED] Changing format of number without changing the value
    By sweetsue516 in forum Excel General
    Replies: 2
    Last Post: 08-22-2005, 12:05 PM
  8. [SOLVED] Changing a cell's number format
    By Chris in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-17-2005, 04:06 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