nianchi111
Board Regular
- Joined
- Aug 24, 2007
- Messages
- 197
- Office Version
- 365
Hi,
Is there a way to extract the numbers from the cell.
For example:
A1 <<<<< Manikandan S Natesan (17.09.2019-12:48:31) >>>>> 9161995548 9161995551 9161995552 9161995553 <<<<< Shanmugapriyan Malliraja
B1 I need the numbers starting with 91, which is
9161995548
9161995551
9161995552
9161995553
Currently I use the Mid formula to extract but getting only first 10 digit number. i need all the number in the cell
=Mid(A1,Find(91,A1),10)
Thanks,
Vimal Vikraman.
Is there a way to extract the numbers from the cell.
For example:
A1 <<<<< Manikandan S Natesan (17.09.2019-12:48:31) >>>>> 9161995548 9161995551 9161995552 9161995553 <<<<< Shanmugapriyan Malliraja
B1 I need the numbers starting with 91, which is
9161995548
9161995551
9161995552
9161995553
Currently I use the Mid formula to extract but getting only first 10 digit number. i need all the number in the cell
=Mid(A1,Find(91,A1),10)
Thanks,
Vimal Vikraman.