ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   help with formula (https://www.excelbanter.com/excel-discussion-misc-queries/234833-help-formula.html)

Soth

help with formula
 

Hi-

I have this long string of number 1001.020.0000.0055.24110100.00000.0000 in
a cell and I just need to separage only this 8 digit number 24110100 and I
don't care the rest of the numbers. Is there a better way to do so? Perhaps
formulas?

Thanks
Soth



NBVC[_24_]

help with formula
 

Try:

=Mid(A1,20,8)


--
NBVC

Where there is a will there are many ways.
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109660


Jacob Skaria

help with formula
 
If all the numbers of fixed length; try

=MID(A1,20,8)

If this post helps click Yes
---------------
Jacob Skaria


"Soth" wrote:


Hi-

I have this long string of number 1001.020.0000.0055.24110100.00000.0000 in
a cell and I just need to separage only this 8 digit number 24110100 and I
don't care the rest of the numbers. Is there a better way to do so? Perhaps
formulas?

Thanks
Soth




All times are GMT +1. The time now is 01:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com