Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
xl2k added Split, join, round (and more??) to its vba arsenal.
Split takes a text string and splits it up based on a chosen character and returns an array with each piece as a different element. TH wrote: Don't know what the split function is except to split windows. One way is to use InStr and search for the comma to get it's position, then use the LEFT function to extract that many characters - 1. TH On 4/16/04 8:38, in article , "PCC" wrote: I need to get the left portion of a variable length string up to the comma delimiter. I tried the Split function but apparently I'm not getting it right. For Example: Ex1: The string: "Duck, Donald - 8765" I want to get "Duck" Ex2: The String: "Mouse, Mickey - 3456" I want to get "Mouse" -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nees Function to Split | Excel Worksheet Functions | |||
Split Cell using If or other function | Excel Worksheet Functions | |||
What are the main benifits of using the Split function? | Excel Worksheet Functions | |||
Split Cells using a Function | Excel Worksheet Functions | |||
Split Function | Excel Programming |