Revome blank spacing from ending Numbers

  • Thread starter Calculate Date range
  • Start date
C

Calculate Date range

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
 
J

Jacob Skaria

Use the below formula. Copy it down

=VALUE(TRIM(A1))

If this post helps click Yes
 
C

Calculate Date range

Sorry Jacob, the retrun result is #VALUE!

please further advise

thanks
 
J

Jacob Skaria

If there are blank spaces at end these must be in text format..Try

=Trim(A1)

If this post helps click Yes
 
D

David Biddulph

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
 
H

Hardeep kanwar

Select ur Range

Press CTRL+H

Find What: ALT+0160
Replace With: Blank
OK

NOTE: While Entering the 0160 Hold the ALT Key
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top