![]() |
get characters from a string in excel
Hi!
I have a cell with a text string from wich I need to retreive just a part of it. Imagine that the text string has 10 charaters like ABCDEFGHIJ in cell A1. What formula should I use in order to obtain, in cell B1, just the charaters from position 5 to 8 that, in this case the result should be EFGH? Thank for your help! Joao |
=MID(A1,5,4)
Good luck, Henrik "Joao" wrote: Hi! I have a cell with a text string from wich I need to retreive just a part of it. Imagine that the text string has 10 charaters like ABCDEFGHIJ in cell A1. What formula should I use in order to obtain, in cell B1, just the charaters from position 5 to 8 that, in this case the result should be EFGH? Thank for your help! Joao |
It works very well.
Thank YOU!! "Henrik" wrote: =MID(A1,5,4) Good luck, Henrik "Joao" wrote: Hi! I have a cell with a text string from wich I need to retreive just a part of it. Imagine that the text string has 10 charaters like ABCDEFGHIJ in cell A1. What formula should I use in order to obtain, in cell B1, just the charaters from position 5 to 8 that, in this case the result should be EFGH? Thank for your help! Joao |
All times are GMT +1. The time now is 06:25 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com