<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wiki.reneebrooks.com/index.php?action=history&amp;feed=atom&amp;title=Trimming_Characters_from_Text_String</id>
	<title>Trimming Characters from Text String - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wiki.reneebrooks.com/index.php?action=history&amp;feed=atom&amp;title=Trimming_Characters_from_Text_String"/>
	<link rel="alternate" type="text/html" href="https://www.wiki.reneebrooks.com/index.php?title=Trimming_Characters_from_Text_String&amp;action=history"/>
	<updated>2026-04-14T07:12:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://www.wiki.reneebrooks.com/index.php?title=Trimming_Characters_from_Text_String&amp;diff=34&amp;oldid=prev</id>
		<title>Wikimaster: Created page with &quot;=== Basic String Manipulation === Left: Use this to get the x characters from the left side.  &lt;code&gt;LEFT(string, extract length)&lt;/code&gt;   Right: Use this to get the x characters from the right side.  &lt;code&gt;RIGHT(string, extract length)&lt;/code&gt;   Mid: Use this to get the x characters in the middle  &lt;code&gt;MID(string, starting_at, extract_length)&lt;/code&gt;   Len: Use this to see how many characters are in a specific cell  &lt;code&gt;LEN(text)&lt;/code&gt;  === Advanced String Manipulation...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.wiki.reneebrooks.com/index.php?title=Trimming_Characters_from_Text_String&amp;diff=34&amp;oldid=prev"/>
		<updated>2023-03-11T02:50:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Basic String Manipulation === Left: Use this to get the x characters from the left side.  &amp;lt;code&amp;gt;LEFT(string, extract length)&amp;lt;/code&amp;gt;   Right: Use this to get the x characters from the right side.  &amp;lt;code&amp;gt;RIGHT(string, extract length)&amp;lt;/code&amp;gt;   Mid: Use this to get the x characters in the middle  &amp;lt;code&amp;gt;MID(string, starting_at, extract_length)&amp;lt;/code&amp;gt;   Len: Use this to see how many characters are in a specific cell  &amp;lt;code&amp;gt;LEN(text)&amp;lt;/code&amp;gt;  === Advanced String Manipulation...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Basic String Manipulation ===&lt;br /&gt;
Left: Use this to get the x characters from the left side.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LEFT(string, extract length)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Right: Use this to get the x characters from the right side.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;RIGHT(string, extract length)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mid: Use this to get the x characters in the middle&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MID(string, starting_at, extract_length)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Len: Use this to see how many characters are in a specific cell&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LEN(text)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Advanced String Manipulation ===&lt;br /&gt;
Combining Mid and Len to get data that may not always be the same length due to unique data&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;=MID(string,LEN(“Repeatable Phrase in String“),extract length)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Google Sheets]]&lt;/div&gt;</summary>
		<author><name>Wikimaster</name></author>
	</entry>
</feed>