Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have a column of data that returns data that looks like this: : CMCKX I need to eleminate the colon and the space with a formula. Can you help? Thanks Jim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jim,
Try this =TRIM(MID(A1,FIND(":",A1)+1,LEN(A1))) Mike "Jim" wrote: Hello, I have a column of data that returns data that looks like this: : CMCKX I need to eleminate the colon and the space with a formula. Can you help? Thanks Jim |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Something like:
=right(a1,len(a1)-2) Regards, Fred "Jim" wrote in message ... Hello, I have a column of data that returns data that looks like this: : CMCKX I need to eleminate the colon and the space with a formula. Can you help? Thanks Jim |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Are you trying to remove those characters permanently from the cell
containing them (as opposed to putting the values without them in some other column, which is all a formula can do for you)? If so, you can use Edit/Replace from the menu bar... just select all the cells in the column, use colon/space (type those two characters) in the "Find what" field, leave the "Replace with" field empty, and then click the "Replace All" button. -- Rick (MVP - Excel) "Jim" wrote in message ... Hello, I have a column of data that returns data that looks like this: : CMCKX I need to eleminate the colon and the space with a formula. Can you help? Thanks Jim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
eliminate space at beginning of line | Excel Worksheet Functions | |||
how to eliminate a space when the field is blank in a merge | Excel Discussion (Misc queries) | |||
Macro to eliminate extra space | Excel Discussion (Misc queries) | |||
Too much white space to the right of a pie chart! How to eliminate | Charts and Charting in Excel | |||
eliminate white space in Excel file | Excel Discussion (Misc queries) |