Chayse
My feedback
-
1 vote1 comment · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Chayse shared this idea ·
-
282 votes30 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Chayse commented
Trying to upload again
An error occurred while saving the comment Chayse commented
I have a module that does that, you're welcome to it if you want, the function is:
SPLITSTRING(array, optional delimiter)I built it to utilize the built in VBA function "SPLIT" that apparently is not available as a worksheet function. It's also got a bunch of other stuff I've worked on in there too.
This is mostly a prototype, but I have worked out most of the bugs I can find.
I tried to upload it here, but I guess I can't?
currently arrays in the format {arg1,arg2,arg3...argN} do not support expressions in the parameters