ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how to copy first 2 characters only from prior cell (https://www.excelbanter.com/excel-programming/398098-how-copy-first-2-characters-only-prior-cell.html)

jsm1th

how to copy first 2 characters only from prior cell
 
I need to take the string of characters from one cell and split it into 3
separate cells. Is there a formula that can accomplish this?

Don Guillett

how to copy first 2 characters only from prior cell
 
You could use datatext to columnsfixed
or
=left(a1,2)
or mid(a1,1,2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"jsm1th" wrote in message
...
I need to take the string of characters from one cell and split it into 3
separate cells. Is there a formula that can accomplish this?




All times are GMT +1. The time now is 02:28 AM.

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