mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
I taught that i did work with a function to split a delimited string. If i remember it was like
ReferenceString = "Eur.Usd, 3 Minutes, 21.03"
Cell A1 = Splitfunction (referencestring, ",",1) would equal "Eur.Usd"
Cell A2 = Splitfunction (referencestring, ",",2) would equal "3 Minutes"
Cell A3 = Splitfunction (referencestring, ",",2) would equal ""21:03"
Is there a splitfunction like that? I just can't find it.... Maybe I dream it
Martin
I taught that i did work with a function to split a delimited string. If i remember it was like
ReferenceString = "Eur.Usd, 3 Minutes, 21.03"
Cell A1 = Splitfunction (referencestring, ",",1) would equal "Eur.Usd"
Cell A2 = Splitfunction (referencestring, ",",2) would equal "3 Minutes"
Cell A3 = Splitfunction (referencestring, ",",2) would equal ""21:03"
Is there a splitfunction like that? I just can't find it.... Maybe I dream it
Martin