Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Dear Sir, I have copied a block of references generated by another business system to Excel 2002 worksheet. All the references has 6 trailing spaces immediately after the pasting. A B PKHLA050______ PKHLA051______ PKHLA052______ PKHLA054 PKHLA055 PKHLA056 PKHLA057 May I know is there any formula I can enter at B1 and copy down eliminate the trailing spaces. I need to do this as VLOOKUP formula does not work with references that have trailing spaces. Kind Regards Low A36B58K641 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use the TRIM() function. It removes trailing spaces.
-- Gary''s Student - gsnu200713 "Mr. Low" wrote: Dear Sir, I have copied a block of references generated by another business system to Excel 2002 worksheet. All the references has 6 trailing spaces immediately after the pasting. A B PKHLA050______ PKHLA051______ PKHLA052______ PKHLA054 PKHLA055 PKHLA056 PKHLA057 May I know is there any formula I can enter at B1 and copy down eliminate the trailing spaces. I need to do this as VLOOKUP formula does not work with references that have trailing spaces. Kind Regards Low A36B58K641 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear Gary,
Yes, It works by entering formula =TRIM(+A1) at B1. Many thanks Low -- A36B58K641 "Gary''s Student" wrote: use the TRIM() function. It removes trailing spaces. -- Gary''s Student - gsnu200713 "Mr. Low" wrote: Dear Sir, I have copied a block of references generated by another business system to Excel 2002 worksheet. All the references has 6 trailing spaces immediately after the pasting. A B PKHLA050______ PKHLA051______ PKHLA052______ PKHLA054 PKHLA055 PKHLA056 PKHLA057 May I know is there any formula I can enter at B1 and copy down eliminate the trailing spaces. I need to do this as VLOOKUP formula does not work with references that have trailing spaces. Kind Regards Low A36B58K641 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And you don't need the plus sign in the function.
=trim(a1) will work just as well and looks cleaner. -- Regards, Fred "Mr. Low" wrote in message ... Dear Gary, Yes, It works by entering formula =TRIM(+A1) at B1. Many thanks Low -- A36B58K641 "Gary''s Student" wrote: use the TRIM() function. It removes trailing spaces. -- Gary''s Student - gsnu200713 "Mr. Low" wrote: Dear Sir, I have copied a block of references generated by another business system to Excel 2002 worksheet. All the references has 6 trailing spaces immediately after the pasting. A B PKHLA050______ PKHLA051______ PKHLA052______ PKHLA054 PKHLA055 PKHLA056 PKHLA057 May I know is there any formula I can enter at B1 and copy down eliminate the trailing spaces. I need to do this as VLOOKUP formula does not work with references that have trailing spaces. Kind Regards Low A36B58K641 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Fred,
Thanks for your advice. Low -- A36B58K641 "Fred Smith" wrote: And you don't need the plus sign in the function. =trim(a1) will work just as well and looks cleaner. -- Regards, Fred "Mr. Low" wrote in message ... Dear Gary, Yes, It works by entering formula =TRIM(+A1) at B1. Many thanks Low -- A36B58K641 "Gary''s Student" wrote: use the TRIM() function. It removes trailing spaces. -- Gary''s Student - gsnu200713 "Mr. Low" wrote: Dear Sir, I have copied a block of references generated by another business system to Excel 2002 worksheet. All the references has 6 trailing spaces immediately after the pasting. A B PKHLA050______ PKHLA051______ PKHLA052______ PKHLA054 PKHLA055 PKHLA056 PKHLA057 May I know is there any formula I can enter at B1 and copy down eliminate the trailing spaces. I need to do this as VLOOKUP formula does not work with references that have trailing spaces. Kind Regards Low A36B58K641 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove trailing spaces from multiple columns in Excel | Excel Worksheet Functions | |||
REMOVING TRAILING SPACES | Excel Discussion (Misc queries) | |||
How keep Leading/Trailing spaces when save in Excel? | Excel Discussion (Misc queries) | |||
remove trailing spaces | Excel Discussion (Misc queries) | |||
how do I remove empty spaces trailing a text string? | Excel Worksheet Functions |