Construction Administrators Work Smart with Excel
Programming and Functions
Cell References
Cell References
Make the cell reference absolute by preceding the rows 1, 2, and 3 with a dollar sign ($). Then, when you copy the formula
(=B7*12*C$1/(C$2*C$3)) down column C, the formula stays exactly
Named Cell References
Named Cell References
Named Cell References
Named Cell References
Named Cell References
Named Cell References
Named Cell References
“AutoFilter Feature” Function
“AutoFilter Feature” Function
For medium-to-large quantities of data, using
Microsoft Excel’s AutoFilter is a quick and simple
way to filter through that information and find
what you need.
Filtering doesn't change your data in any way. As
soon as you remove the filter, all your data
reappears, exactly the same as it was before.
For medium-to-large quantities of data, using
Microsoft Excel’s AutoFilter is a quick and simple
way to filter through that information and find
what you need.
Filtering doesn't change your data in any way. As
soon as you remove the filter, all your data
“AutoFilter Feature” Function
Suppose we need to find all correspondence relating to Tower 5.
“AutoFilter Feature” Function
Use the Auto‐filter to locate the data needed. It is located in the “Data” tab.
“AutoFilter Feature” Function
Activating the Auto‐filter causes the drop down epsilon arrows to appear.
“AutoFilter Feature” Function
Activate the drop down epsilon in the
“Correspondence Subject” column and type “Tower 5”. Activate the drop down epsilon in the
“AutoFilter Feature” Function
The Auto Filter displays the rows in the worksheet that contain the search criteria “Tower 5”.
“Dialogue Boxes” Feature
“Dialogue Boxes” Feature
There are times when an application needs to
get the attention of its user. It might be the user
has entered in some data incorrectly or the
application needs some help in determining what
to do next. The most direct way is through the
use of a dialog box.
There are times when an application needs to
get the attention of its user. It might be the user
has entered in some data incorrectly or the
application needs some help in determining what
to do next. The most direct way is through the
“Dialogue Boxes” Feature
“Dialogue Boxes” Feature
Several excel intrinsic operations use dialogue
boxes. The most commonly known are the built
in to windows and excel.
One example is the creation of data validation to
control the input into a cell.
Several excel intrinsic operations use dialogue
boxes. The most commonly known are the built
in to windows and excel.
Click on “Data Validation” in the “Data” tab.
Click on “Data Validation” in the “Data” tab.
Uncheck “Ignore blank”. Uncheck “Ignore blank”.
“Excel Macros and VBA” Feature
“Excel Macros and VBA” Feature
With Excel VBA you can automate tasks in
Excel by writing so called macros. In part of the
presentation, learn how to create a simple
macro which will be executed from the excel
menu. First, turn on the Developer tab.
With Excel VBA you can automate tasks in
Excel by writing so called macros. In part of the
presentation, learn how to create a simple
“Excel Macros and VBA” Feature
In the “File” tab click “Options”
“Excel Macros and VBA” Feature
Check the “Developer” Box.
“Excel Macros and VBA” Feature
Check the “Developer” Box.