Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi guys,
Is there any formula in excel that will extract me all the text from a string except three last caracters? Thanks a lot in advance for your help on this, Rgds, Mark |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=LEFT(A1,LEN(A1)-3) Hope this helps. Pete On Oct 23, 2:08 pm, "markx" wrote: Hi guys, Is there any formula in excel that will extract me all the text from a string except three last caracters? Thanks a lot in advance for your help on this, Rgds, Mark |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
assuming data is in A1
=LEFT(A1,LEN(A1)-3) you could also use a Mid() -- -John Please rate when your question is answered to help us and others know what is helpful. "markx" wrote: Hi guys, Is there any formula in excel that will extract me all the text from a string except three last caracters? Thanks a lot in advance for your help on this, Rgds, Mark |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks,
It works perfectly! "John Bundy" (remove) wrote in message ... assuming data is in A1 =LEFT(A1,LEN(A1)-3) you could also use a Mid() -- -John Please rate when your question is answered to help us and others know what is helpful. "markx" wrote: Hi guys, Is there any formula in excel that will extract me all the text from a string except three last caracters? Thanks a lot in advance for your help on this, Rgds, Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text String - Specific Characters | Excel Worksheet Functions | |||
trim a string by specific number of characters | Excel Discussion (Misc queries) | |||
how do I highlite text within a cell (specific characters) | Excel Discussion (Misc queries) | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions |