Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
XL 2003
the number of characters to the left of the ":" will vary ....Lisa |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, Lisa-
This formula will do it: =MID(A1,1,FIND(":",A1,1)-1) Dave O |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
XL 2003
the number of characters to the left of the ":" will vary This will leave the colon and remove everything after it... =LEFT(A20,FIND(":",A20)) This will remove the colon also... =LEFT(A20,FIND(":",A20)-1) Rick |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Aug 13, 4:17 pm, "Rick Rothstein \(MVP - VB\)"
wrote: XL 2003 the number of characters to the left of the ":" will vary This will leave the colon and remove everything after it... =LEFT(A20,FIND(":",A20)) This will remove the colon also... =LEFT(A20,FIND(":",A20)-1) Rick Thank you!!! ....Lisa |
#5
![]() |
|||
|
|||
![]()
Yes, there is a way to delete all characters to the right of a ":" in Excel 2003. You can use the "Text to Columns" feature to split the text into separate columns based on the ":" delimiter and then delete the unwanted column.
Here are the steps to do this:
That's it! The text to the right of the ":" should now be deleted.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |