bugfix for Daw #2
4R3B3LatH34R7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
Now, MMRManipulator has to be called like
=MMRManipulator(whichCell, leftDelimiter, wordSeparator, rightDelimiter, reversedOrder)and an example call would be like: if Cell A1 contains, အောင်မြင့်မြတ် then from inside Cell B1,=MMRManipulator(A1,"""",",",CHAR(34),FALSE)and the return would be something like "အောင်","မြင့်","မြတ်" just like a Python list.i. word count formula (sample)
ii. formula to split each word into a column (sample).
The formulas are just minimal and of course, the users can edit and/or use whatever formula they desired.
Further information can be found in their relevant sections.
This discussion was created from the release bugfix for Daw.
Beta Was this translation helpful? Give feedback.
All reactions