Stoner7Matt
New Member
- Joined
- Apr 28, 2015
- Messages
- 17
Could anyone help me convert this formula to M Language?
IFERROR(LEFT(I3,FIND(",",I3)-1),I3)
This formula currently pulls the text before a comma, if it finds no comma, it returns the text.
For example...
Robert Smith, Jon Jones - Result would be Robert Smith
IFERROR(LEFT(I3,FIND(",",I3)-1),I3)
This formula currently pulls the text before a comma, if it finds no comma, it returns the text.
For example...
Robert Smith, Jon Jones - Result would be Robert Smith