Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a cell that has data followed by a hyphen then more data.
EX 12345-ABC456123-more data I want to copy the first three characters that follow the hyphen so my cell looks like: EX ABC What formula will look to the original cell and remove all the info but keep the three characters I need? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=MID(A1,FIND("-",A1)+1,3) HTH, Elkar "brantty" wrote: I have a cell that has data followed by a hyphen then more data. EX 12345-ABC456123-more data I want to copy the first three characters that follow the hyphen so my cell looks like: EX ABC What formula will look to the original cell and remove all the info but keep the three characters I need? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That worked great. Thanks
"Elkar" wrote: Try this: =MID(A1,FIND("-",A1)+1,3) HTH, Elkar "brantty" wrote: I have a cell that has data followed by a hyphen then more data. EX 12345-ABC456123-more data I want to copy the first three characters that follow the hyphen so my cell looks like: EX ABC What formula will look to the original cell and remove all the info but keep the three characters I need? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Links Don't follow with copy | Excel Discussion (Misc queries) | |||
How to copy the cell contains above 255 characters from one sheet. | Excel Discussion (Misc queries) | |||
enter formula to copy characters in a cell less last one | Excel Discussion (Misc queries) | |||
Ignoring everthing after a hypen | Excel Discussion (Misc queries) | |||
Sort order for characters & symbols - does anything follow z? | Excel Discussion (Misc queries) |