Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
need your urgent help
I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the below formula. Copy it down
=VALUE(TRIM(A1)) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry Jacob, the retrun result is #VALUE!
please further advise thanks "Jacob Skaria" wrote: Use the below formula. Copy it down =VALUE(TRIM(A1)) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If there are blank spaces at end these must be in text format..Try
=Trim(A1) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: Sorry Jacob, the retrun result is #VALUE! please further advise thanks "Jacob Skaria" wrote: Use the below formula. Copy it down =VALUE(TRIM(A1)) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can also use
=VALUE(TEXT(A1,"0.00")) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: Sorry Jacob, the retrun result is #VALUE! please further advise thanks "Jacob Skaria" wrote: Use the below formula. Copy it down =VALUE(TRIM(A1)) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check whether the characters are actually spaces, or something else.
=CODE(RIGHT(A1)) would return 32 if a space. If you get 160, it's a non-breaking space, so you may need a substitute formula or use Edit/ Replace -- David Biddulph "Calculate Date range" wrote in message ... Sorry Jacob, the retrun result is #VALUE! please further advise thanks "Jacob Skaria" wrote: Use the below formula. Copy it down =VALUE(TRIM(A1)) If this post helps click Yes --------------- Jacob Skaria "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select ur Range
Press CTRL+H Find What: ALT+0160 Replace With: Blank OK NOTE: While Entering the 0160 Hold the ALT Key "Calculate Date range" wrote: need your urgent help I have a list a numbers as followings with extra bank spacing at the end of the numbers, please advice me how to set a formula to remove it 40,900.18 1,064.65 3,453.47 6,976.03 3,186.34 6,642.70 6,183.19 8,371.08 3,414.53 8,202.76 3,524.61 3,837.21 3,392.37 Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
filtering for numbers ending in 000 | Excel Discussion (Misc queries) | |||
Custom Filter for ending numbers | Excel Discussion (Misc queries) | |||
How do you add three ending '0's to a column of numbers? | Excel Discussion (Misc queries) | |||
spacing numbers in 1st column by inch intervals of 2nd column | Excel Worksheet Functions | |||
Ending a macro early conditionally on one cell being blank | Excel Discussion (Misc queries) |