Excel




High Light Cell:
Home-Conditional Formatting


Correct numbers being stored as text error.
Highlight the range of text to be converted.
Go to Data, Text to Columns.
Click Finish.


Compare by letter
=CODE(C2)-CODE(B2)


Remove extra space, front, between, after
TRIM(text)
Make One Long Column into Multiple Columns
A1 A2 A3 A4 A5 A6 A7 A8 A9 A10
A11 A12 A13 A14 A15 A16 A17 A18 A19 A20

Replace A =A

Split text into different columns
Select the cell or column that contains the text you want to split.
Select Data > Text to Columns.
In the Convert Text to Columns Wizard, select Delimited > Next.
Select the Delimiters for your data. For example, Comma and Space. You can see a preview of your data in the Data preview window.
Select Next.
Select the Destination in your worksheet which is where you want the split data to appear.
Select Finish.