Trimming Characters from Text String: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 March 2023

  • curprev 22:5022:50, 10 March 2023Wikimaster talk contribs 681 bytes +681 Created page with "=== Basic String Manipulation === Left: Use this to get the x characters from the left side. <code>LEFT(string, extract length)</code> Right: Use this to get the x characters from the right side. <code>RIGHT(string, extract length)</code> Mid: Use this to get the x characters in the middle <code>MID(string, starting_at, extract_length)</code> Len: Use this to see how many characters are in a specific cell <code>LEN(text)</code> === Advanced String Manipulation..." Tag: Visual edit