About 41,100 results
Open links in new tab
  1. excel - Remove insignificant zeros after the decimal point - Stack …

    I have a table of values with decimals and whole numbers. Some of the decimals have zeros two places after the decimal point (e.g. 0.60) or the two places after the decimal point are both …

  2. How to remove all decimal points, but retain value In Microsoft …

    Nov 15, 2019 · I need to display with no decimal, but retaining the numbers that appear after the last decimal. For example, given `03.1037.190 I tried roundup and trunct but not sure how it …

  3. VBA needed to remove decimal | MrExcel Message Board

    Oct 30, 2013 · However, I'm looking for code that will remove the third decimal if needed in a range. So I have values that are whole, some that have decimals to the tenth and hundredth.

  4. vba - Function to Remove the Decimal Places - Stack Overflow

    May 17, 2012 · What is the JavaScript Math.Floor() equivalent in VBA?. this function should remove all the decimal places and return only an integer.

  5. How to remove decimal numbers out of only 100% - MrExcel

    Nov 19, 2023 · Greeting! I have this question: I have a cell in which I need to show averages of grades, that includes 2 decimals, as percents, but I would like to format the cell for, when I …

  6. How to change the y-axis label to integer without decimal in excel?

    Dec 8, 2020 · I have a bar chart that shows the count values of three events occur, which means the value will always be an integer. I try to adjust the decimal places under format axis of the …

  7. Excel number format to only show decimals when necessary

    How can I, without using formulas, show integers as integers, but decimals limited to a specific number of decimal places? E.g. show: 1 as 1 12 as 12 but 1.23456789 as 1.23 The number …

  8. CSV decimal dot in Excel - Stack Overflow

    Jul 11, 2012 · You can remove the steps from this list which are causing problems. I had a problem with excel ignoring the decimal point while importing from my text file but this resolved …

  9. Removing Decimal from number by VBA Excel - Stack Overflow

    Jan 18, 2018 · I wrote a bit of VBA code in Excel to remove the decimal separator in a textbox that contains a number. The code is as follows: Private Sub TextBox1_Change() TextBox1 = …

  10. Removing whole number to leave decimal - MrExcel

    Jan 7, 2009 · Is there a way that I can remove the whole number to leave the decimal place. 1.69 should be 0.69 10.71 should be 0.71 0.48 should be 0.48