Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 553
Default Split based on multiple criteria

I know I can use the split funciton to split a string based on an argument:

Split(string, "\")

Is it possible to split using multiple criteria? Say the multliple critera
was operators Split (sting,{(+,-,/,*^})

Thanks
EM
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Split based on multiple criteria

one way

Split(Replace(Replace(Replace(Replace(Replace(stri ng, _
"+", "\"), "-", "\"), "/", "\"), "*", "\"), "^", "\"), "\")


In article ,
ExcelMonkey wrote:

I know I can use the split funciton to split a string based on an argument:

Split(string, "\")

Is it possible to split using multiple criteria? Say the multliple critera
was operators Split (sting,{(+,-,/,*^})

Thanks
EM

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data in single column split to multiple col's based on header george Excel Worksheet Functions 2 February 8th 10 04:55 PM
Extract multiple results based on multiple criteria tara657 Excel Worksheet Functions 4 January 24th 09 03:35 AM
Split data from 1 workbook into multiple workbooks based on criter bUncE Excel Worksheet Functions 0 October 29th 07 03:26 PM
sum based on multiple criteria Todd Excel Worksheet Functions 3 May 5th 06 10:06 PM
Multiple Sum, based on criteria Andy the yeti Excel Worksheet Functions 4 December 22nd 05 02:32 PM


All times are GMT +1. The time now is 05:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"