
SEARCH() Function to Check Value in a String Then drag Cell C3 downwards to populate the rest of the cells.ĥ. We’ll have the two subsequent columns (C and D) house the first names and last names that we’ll get after applying the Google Sheets formula.Īll you have to do is type the following formula: =SPLIT(B3,“ ”) i nto Cell C3, and you’ll see your prospect’s first and last names appear in cells C3 and D3. Now, you need a way of splitting up your prospects’ first name and last name, before you add them to your mailing list.įirst, line up all your prospects’ names in a column (let’s say your data is in cells B3 to B9). Say you offer a lead magnet on your site, and in order to download this lead magnet, your prospect has to enter their name into your form. Here’s the formula: =SPLIT(Text, Delimiter) The SPLIT formula is pretty self-explanatory it allows you to split data from a single cell into multiple cells. SPLIT() to divide data into multiple cells Once you get your output, drag the cell downwards to automatically apply the formula to the rest of the data.Ĥ. Say you’ve got a row of numbers, and you want to convert all of them into currency.Īssuming your first cell is B3, you’d use the formula =TEXT(B3,”$0.00″)


ARRAYFORMULA() to Display of Values Returned

QUERY() to Run a Google Visualization API Query TRANSPOSE() to transpose rows and columns

IMPORTFEED() to Import an RSS or ATOM Feed IF() to Check Condition of a Logical Expression
