Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a column which contains postcodes to the first 4 characters, these are then trimed to get rid of any padding: np7 LS2 S1 4 etc I'm then using this column to lookup from another list of the first parts of postcodes i.e. could be first 3 or 4 characters etc. My problem appears with the last one in my example list eg S1 4. The problem is that the list that I'm comparing sees S1 4 as S1 and hence doesn't return the correct value. How can I remove the space and any characters that appear after it i.e. make S1 4 into S1 etc? There are others like this in a long list. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove duplicates except blanks | Excel Worksheet Functions | |||
remove blanks using formula | Excel Worksheet Functions | |||
Concatenate and remove blanks | Excel Worksheet Functions | |||
Remove blanks from list via VBA | Excel Programming | |||
Macro to remove blanks in text | Excel Programming |