Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anyone know how to retrieve the first two character from a string for
excel? such as there is a word in Cell B2 = "Choice", then in Cell B1, which display only "Ch". Does anyone have any suggestion? Thank you for any suggestion Eric |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=left(A1,2)
"Eric" wrote in message ... Does anyone know how to retrieve the first two character from a string for excel? such as there is a word in Cell B2 = "Choice", then in Cell B1, which display only "Ch". Does anyone have any suggestion? Thank you for any suggestion Eric |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=mid(b1,1,2)
mid() can replace left() and right(). "Eric" wrote: Does anyone know how to retrieve the first two character from a string for excel? such as there is a word in Cell B2 = "Choice", then in Cell B1, which display only "Ch". Does anyone have any suggestion? Thank you for any suggestion Eric |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank everyone for suggestion
Eric |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to retrieve character from a string for excel? | Excel Discussion (Misc queries) | |||
List File Properties - Author | Excel Worksheet Functions | |||
Extracting a character from a string of characters | Excel Discussion (Misc queries) | |||
Setting character attributes in a text string | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |