ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Excel Left/Right function (https://www.excelbanter.com/new-users-excel/199837-excel-left-right-function.html)

ejay

Excel Left/Right function
 
The above function will not pull "each single character" from a string.
I have text strings up to 27 characters.
I want to pull "each character" into a separate column.

Is there a function to do this without a macro?

My purpose is to delete some characters and use
Data Filter on each remaining character.


John C[_2_]

Excel Left/Right function
 
MID
=MID(A1,startnum,numcharacters)
So, if you want the 15th character and 15th character only...
=MID(A1,15,1)

Hope this helps.
--
John C


"ejay" wrote:

The above function will not pull "each single character" from a string.
I have text strings up to 27 characters.
I want to pull "each character" into a separate column.

Is there a function to do this without a macro?

My purpose is to delete some characters and use
Data Filter on each remaining character.


Otto Moehrbach[_2_]

Excel Left/Right function
 
Try Data - Text to columns, fixed width of one character. HTH Otto
"ejay" wrote in message
...
The above function will not pull "each single character" from a string.
I have text strings up to 27 characters.
I want to pull "each character" into a separate column.

Is there a function to do this without a macro?

My purpose is to delete some characters and use
Data Filter on each remaining character.



Peter[_10_]

Excel Left/Right function
 
You learn something new everyday, Text to Columns i'll have to remember that
one, i wonder how Ejay got on...

Peter

"Otto Moehrbach" wrote in message
...
Try Data - Text to columns, fixed width of one character. HTH Otto
"ejay" wrote in message
...
The above function will not pull "each single character" from a string.
I have text strings up to 27 characters.
I want to pull "each character" into a separate column.

Is there a function to do this without a macro?

My purpose is to delete some characters and use
Data Filter on each remaining character.






All times are GMT +1. The time now is 09:58 AM.

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