Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have imported a file that has an undetermined number of spaces after a text
entry. I need to strip those spaces out so my Vlookup will work. Really appreciate any help. Example Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try a helper column with =TRIM(A1) in it. Hope this helps. Andy. "les8" wrote in message ... I have imported a file that has an undetermined number of spaces after a text entry. I need to strip those spaces out so my Vlookup will work. Really appreciate any help. Example Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much. It worked and I am back in business.
"Andy" wrote: Hi Try a helper column with =TRIM(A1) in it. Hope this helps. Andy. "les8" wrote in message ... I have imported a file that has an undetermined number of spaces after a text entry. I need to strip those spaces out so my Vlookup will work. Really appreciate any help. Example Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use Find and Replace. Put a space in find and nothing in replace.
"les8" wrote: I have imported a file that has an undetermined number of spaces after a text entry. I need to strip those spaces out so my Vlookup will work. Really appreciate any help. Example Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Appreciate your suggestion. Thanks.
"Sloth" wrote: You can use Find and Replace. Put a space in find and nothing in replace. "les8" wrote: I have imported a file that has an undetermined number of spaces after a text entry. I need to strip those spaces out so my Vlookup will work. Really appreciate any help. Example Cell A1 - contents Z01000 (plus 3 blanks) need to have just Z01000. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove spaces between words | Excel Discussion (Misc queries) | |||
how do I remove empty spaces trailing a text string? | Excel Worksheet Functions | |||
How do you remove excess spaces from an Excel field? | Excel Discussion (Misc queries) | |||
Removing trailing spaces from cells ? | Excel Worksheet Functions | |||
remove spaces in text in excel | Excel Discussion (Misc queries) |