Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a number written in one of the cells before which there is a space . I
cannot do any calculation because of that space. How do i remove that space from beginning of the text such that it gets converted to a number |
#2
![]() |
|||
|
|||
![]()
=trim(a1)
************ Anne Troy www.OfficeArticles.com "shikha" wrote in message ... I have a number written in one of the cells before which there is a space . I cannot do any calculation because of that space. How do i remove that space from beginning of the text such that it gets converted to a number |
#3
![]() |
|||
|
|||
![]()
If the OP has many values to change another option might be to use a macro
like this http://www.mvps.org/dmcritchie/excel/join.htm#trimall -- Regards, Peo Sjoblom (No private emails please) "Anne Troy" wrote in message ... =trim(a1) ************ Anne Troy www.OfficeArticles.com "shikha" wrote in message ... I have a number written in one of the cells before which there is a space . I cannot do any calculation because of that space. How do i remove that space from beginning of the text such that it gets converted to a number |
#4
![]() |
|||
|
|||
![]()
Assuming these are numbers, so contain no other spaces, just use Edit/Replace
and replace the space character with "nothing" (leave the Replace With box blank). On Sat, 24 Sep 2005 08:19:02 -0700, shikha wrote: I have a number written in one of the cells before which there is a space . I cannot do any calculation because of that space. How do i remove that space from beginning of the text such that it gets converted to a number |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions | |||
Text Wrapping | Excel Discussion (Misc queries) | |||
space between text strings with concatenate | Excel Discussion (Misc queries) | |||
Autofitting a row | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |