
- #Excel 2016 review tracking how to#
- #Excel 2016 review tracking update#
- #Excel 2016 review tracking full#
- #Excel 2016 review tracking series#
#Excel 2016 review tracking how to#
You may also be tested on workbook themes and how to change them, altering the height or width of rows and columns, and inserting headers and footers into a worksheet Formatting topics - renaming a worksheet, changing tab colours, modifying page setups or worksheet orders, or inserting and deleting columns/rows.Navigating around worksheets and workbooks - this could look at searching for data in a workbook, navigating to specific cells, range or a workbook element, or inserting and removing hyperlinks.Creation of worksheets and workbooks - including importing data from a delimited text file, adding worksheets to existing workbooks, and copying or moving a worksheet.This official Microsoft exam could include questions based on the following topics: What does the MS Excel 2016 course cover? Look at the usage of macros, including their creation, editing and the options of macro security.Familiarise yourself with the options of protecting and sharing the workbook content.Learn to prepare a table or entire worksheet before printing.Also, examine the insertion of various graphical elements into worksheets i.e.Focus on the creation of charts and automation of the work in the program using macros.
Examine how to split longer text entries in tables into individual data placed into several columns.Study searching for specific values in extensive tables.Familiarise yourself with the advanced options of sorting and filtering data.
#Excel 2016 review tracking series#
Learn to fill cells with a series of data. Understand the principles of referencing to the values in other cells. Broaden your basic knowledge by the application of logical and text functions. Follow interactive lessons focused mainly on performing calculations. Learn to create calculations using basic arithmetic formulas. Learn to work with worksheets and entire files. Study the manipulation of each cell and cell range. Learn how to set up cell formatting, including conditional formatting. Find out how to enter values correctly into the cells. Familiarise yourself with MS Excel 2016, its documents and controls. This package is made up of three courses: Click here for more info.What are the MS Excel online course modules?
This online features works great for collecting data in a secure manner.
#Excel 2016 review tracking update#
Consider Excel Forms instead of shared workbooks: If you need multiple people to access the tracker to update or input data, consider using Excel Forms. See this demo.Īwesome data entry forms with conditional formatting + data validation So use conditional formatting features like icons to highlight (in)valid data entries. Apply conditional formats: People like to know when their inputs are right. For large trackers, create a settings tab: If you have a large tracker with several columns and rules, create a separate worksheet to maintain the rule data (like validation lists, boundaries for valid values etc.). You can use data validation to allow lists, valid dates or even complex conditions. Apply validation rules: to prevent unwanted data from getting in. Use Tables for inputs: Tables are natural for keeping data like this. Here are my top tips for creating long-lasting, friendly and useful trackers. Trackers are a big part of spreadsheet life. Just set up rules to highlight the Status column based on what matters to you.įor example, if you want to highlight all “Read” statuses, you can use below rule. You can use conditional formatting to easily spot these. is fussy about the SOP status and want to quickly monitor anyone not starting the SOP process or half-done it. Step 3: Highlight what matters with conditional formatting This is similar to the rule for “Type” column. Once the named range is created, use it as List for data validation on the Department column as shown below.ĭata validation rule for “SOP Status” column: availableDepts named range (Formulas > Define Name) like this:
We can use the trusty IF formula for this. Now, we will create a dynamic named range that will return either lstDepts or blank depending on what is picked in (the current row’s type value). Start by setting up a list of departments in a range and give it a name like lstDepts
#Excel 2016 review tracking full#
We want to show a list of departments if type = Full time or Temp. Data validation rule for Department column: