Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Given a string "AC19", any method to split the string into "AC" and "19", without using string methods? Thx Nick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hard to do anything to a string without using string
methods! (I assume you mean functions). -----Original Message----- Hi, Given a string "AC19", any method to split the string into "AC" and "19", without using string methods? Thx Nick . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What about the LEFT() and RIGHT() functions? They take a
string expression and get a certain number of charaters from the left or the right. -----Original Message----- Hi, Given a string "AC19", any method to split the string into "AC" and "19", without using string methods? Thx Nick . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need really fast method to sort data for my part numbering spread | Excel Discussion (Misc queries) | |||
Parse A String into Two | Excel Worksheet Functions | |||
Parse this string | Excel Discussion (Misc queries) | |||
Q: parse string | Excel Discussion (Misc queries) | |||
String Parse | Excel Programming |