Technology & Innovation
The Technology and Innovation Committee was created to help promote awareness and increase knowledge for LEMAC membership and industry associates. Through providing this awareness and increasing knowledge sharing, we hope to maximize the use of current and future technologies to improve efficiencies, streamline processes, and develop educational opportunities and resources.
Articles & Presentations
Evaluating a Land System – Questions to Consider
Data Quality: The Song That Never Ends
Secure Passwords You Can Actually Remember!
LEMAC Data Integrity Reports Final
Adding Data - How do I separate data into multiple columns?
In Excel 2016, “Flash Fill” lets you quickly separate multiple words in a list of cells that are separated by a space; for example, a list of first and last names. Insert a column to the right of the first and last name column. Type in the first or last name of the name in the cell directly to the left and click Enter to take you to the empty cell below. In the Home tab in the Editing section click “Fill” then choose “Flash Fill” or you can do the same thing by going to the Data tab and clicking “Flash Fill” in the Data Tools section. Conversely, you can create a column to join words from multiple columns using the same technique.Accordion Sample Description
Adding Data - How do I separate data into multiple columns?
In Excel 2016, “Flash Fill” lets you quickly separate multiple words in a list of cells that are separated by a space; for example, a list of first and last names. Insert a column to the right of the first and last name column. Type in the first or last name of the name in the cell directly to the left and click Enter to take you to the empty cell below. In the Home tab in the Editing section click “Fill” then choose “Flash Fill” or you can do the same thing by going to the Data tab and clicking “Flash Fill” in the Data Tools section. Conversely, you can create a column to join words from multiple columns using the same technique.Accordion Sample Description
Data Bars - How do I add data bars to my spreadsheet?
Do you want to communicate your numbers visually in Excel? Data Bars can help. Select your data range, then go to Home > Conditional Formatting > Data Bars, and select a color scheme.

Data Validation - How do I identify differences between columns in Excel?
If you need to quickly identify differences between 2 different columns in Excel, use Conditional Formatting along with a rule. Example, highlight the 2 columns you want to compare. Choose Home > Conditional Formatting and select New Rule. Click on “Use a formula to determine which cells to format” and enter the following formula: =NOT(EXACT(A2,B2)) and then select the Format you want and click OK. (this formula example assumes you want to compare columns A & B starting at row 2 – revise the formula for the columns and rows you want to compare).

Data Validation - How do I set up validation rules in my spreadsheet?
Formatting - How do I shade alternate rows in my spreadsheet?
Option 1: Format as a Table To quickly shade alternate rows, in the Home tab under Styles click on Format as Table, then select the style you prefer and click OK. If you don’t want your data continued to be formatted as a table, click on any field within in your data, in the Table Design tab click on Convert to Range and click Yes. The shading will be maintained until you add additional rows. Option 2: Use a Conditional Formatting Rule Select the entire area you want to apply the rule to. Choose Conditional Formatting > New Rule. In the Select a Rule Type section choose Use a formula to determine which cells to format. In the Edit the Rule Description section enter this formula: =MOD(Row(),2)=1. Click the Format button, move to the Fill tab and choose the color for the shaded rows. Click Ok, Ok. Note: To apply the same rule to Columns rather than rows just change Row to Column in the above formula.

Formatting - How do I auto-fit my column width to my data?
Can’t see all your data in Excel? Just highlight the columns that are too small. Then, under the Home menu, choose Format > AutoFit Column Width.
Formatting - How do I auto-fit my column width to my data?
To auto-fit all your columns at once, click on the arrow at the top left of your spreadsheet to highlight all of your columns, then position your curser right on one of the column separation lines and double-click.

Formattting - How do I hide the columns and rows I don't want to print or show?
Formatting - How do I identify duplicate values?
Formatting - How do I quickly highlight all of the data in a worksheet?
Formatting - How do I switch from columns to rows?
Formatting - How do you apply a change to your entire spreadsheet?
Formatting - How do you apply a change to your entire spreadsheet?
Formatting - How to change cells to all have the same format?
Formulas - How do I add the current date and time to a cell?
Formulas - How do I copy a formula down in my spreadsheet?
Formulas - How do I add the current date and time to cell and prevent it from changing?
Formulas - How do I merge or concatenate the contents of cells together?
Formulas - How do I quickly remove slashes and dashes from a UWI?
To remove slashes and dashes from a UWI in Excel, apply the following formula: =(SUBSTITUTE(SUBSTITUTE(A1,”/”,””),”-“,””))
