About 37,300 results
Open links in new tab
  1. Add common prefix to all cells in Excel - Stack Overflow

    Apr 24, 2010 · To prefix "0" before the text characters in an Excel column, use the Format 0####. Remember, use the character "#" equal to the maximum number of digits in a cell of that …

  2. Add leading zeroes/0's to existing Excel values to certain length

    May 25, 2015 · Question: Is there an Excel formula to pad these 0's back onto these values so that they are all four characters? Note: this is similar to the age old Zip Code problem where …

  3. Excel: Leading Zeros on Dates.. Formula to do it for me?

    Oct 7, 2009 · There is a simple way to maintain the leading zeroes in Excel. Simply add this to the cell and type whatever value you need and the zeroes will be retained. For ex: If I want …

  4. Add a string prefix to each value in a pandas string column

    Nov 17, 2013 · You can use radd() to element-wise add a string to each value in a column (N.B. make sure to convert the column into a string column using astype() if the column contains …

  5. Add prefix with text taken from other column when entering data …

    May 8, 2025 · If you want Excel to prefix it in the same cell, you'll need VBA. If you are okay with prefixing the value in an adjacent column, you can use a function. If that text is a number, you …

  6. Adding prefix to value depending on length of value by …

    Nov 9, 2021 · I want to fill cells by numbers which may have various length (common is 4 or 5), then i wanna to add number prefix depending on length of value by conditional formatting e.g. …

  7. How to add a suffix (or prefix) to each column name?

    Jan 28, 2019 · To add a prefix, you would similarly use df.columns = 'some_prefix_' + df.columns df some_prefix_A some_prefix_B 0 9 12 1 4 7 2 2 5 3 1 4

  8. Excel - Check existing digit count, if <10 then add prefix "100" to ...

    Jan 17, 2025 · You can use a combination of the IF and LEN functions in Excel to check the length of the value in a cell and add the prefix '100' if the length is less than 10 digits. …

  9. How to add prefix "0" to Excel cell if the cell length is 10?

    Aug 20, 2022 · I have an Excel column of phone numbers that should contain data on either: Mobile numbers in 11 digits like this: 01205468889 Hotlines in 5 digits like this: 16007 The …

  10. SI-prefixes for number format in MS Excel - Stack Overflow

    If which = 1 Then ' "-" DSci = 0 ' excel nothing value (0) Else ' convert only the left side of input DSci = CDbl(Left(inputS, Len(inputS) - 1)) * 10# ^ ((which - whichUnitary) * 3#) ' fix for Binary …

Refresh