R Rick Rothstein \(MVP - VB\) Dec 1, 2007 #2 how can i remove all spaces in a number This will remove all spaces from the value in A1 whether it's a number or not... =SUBSTITUTE(A1," ","") Rick
how can i remove all spaces in a number This will remove all spaces from the value in A1 whether it's a number or not... =SUBSTITUTE(A1," ","") Rick
D Dave Peterson Dec 1, 2007 #3 If you have a range of these to fix, you could: Select the range edit|replace what: (spacebar) with: (leave blank) replace all
If you have a range of these to fix, you could: Select the range edit|replace what: (spacebar) with: (leave blank) replace all