This page provides some useful formulas that can be used in the Data Table. Any combination of the formulas below is acceptable. The formulas refer to the data in cell A1 but may be applied to any cell.
For more information on Data Table formulas, refer to Microsoft Excel documentation. All Microsoft Excel formulas can be used in the Data Table.
First three words in a sentence:
=LEFT(A1,SEARCH("@",SUBSTITUTE(A1,"","@",3),1))
Part of the sentence starting with the fourth word:
=MID(A1,SEARCH("@",SUBSTITUTE(A1,"","@",3),1),LEN(A1))
The part of the sentence starting with "word":
=MID(A1,SEARCH("word",A1,1),LEN(A1))
Check if two strings are equal:
Duplicate the string three times:
Generate a random uppercase letter:
No comments:
Post a Comment