Construction Administrators Work Smart with Excel Programming and Functions OTEC 2014 Session 78 Robert Henry
Cell References C O P Y Clicking into the Formula Bar or the Active Cell will cause color coded emphasis on the cells that are referenced by the cell s formula.
Cell References By default, a cell reference is relative. This is what caused the errors.
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 the same.
Cell References
Cell References
Named Cell References Change the cell reference in the namebox from C1 to L.
Named Cell References
Named Cell References Change the cell reference in the namebox from C2 to A.
Named Cell References
Named Cell References Change the cell reference in the namebox from C3 to E,
Named Cell References
Named Cell References Substitute these values into the formula and copy down.
Named Cell References Substitute these values into the formula and copy down.
Named Cell References Substitute these values into the formula and copy down.
Named Cell References Substitute these values into the formula and copy down.
Cell Range References
Cell Range References
VLOOKUP Function
VLOOKUP Function
VLOOKUP Function
VLOOKUP Function
VLOOKUP Function Searches first column of the table array for the lookup value. Defined here by A6. Counts over by the column index number. Defined here by a 5. Returns that value found in that column. Since A6 has a value of 1, 5.48% would be the result of the VLOOKUP function.
VLOOKUP 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.
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.
AutoFilter Feature Function The Auto Filter displays the rows in the worksheet that contain the search criteria Tower 5.
AutoFilter Feature Function Remove the Auto filter by clicking its icon again in the Data tab. The worksheet returns to its original configuration unchanged.
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.
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.
Dialogue Boxes/ Data Validation Feature
Dialogue Boxes/ Data Validation Feature Click on Data Validation in the Data tab.
Dialogue Boxes/ Data Validation Feature
Dialogue Boxes/ Data Validation Feature
Dialogue Boxes/ Data Validation Feature
Dialogue Boxes/ Data Validation Feature Uncheck Ignore blank.
Dialogue Boxes/ Data Validation Feature
Dialogue Boxes/ Data Validation 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.
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.
Excel Macros and VBA Feature Now the Developer tab will appear on the excel ribbon. Activate Record Macro.
Excel Macros and VBA Feature Click OK to continue. The VBA editor will record your actions at this point.
Excel Macros and VBA Feature This macro is being created to clear out the old data fro the report.
Excel Macros and VBA Feature Click Stop Recording to disengage the VBA editor.
Excel Macros and VBA Feature Click Visual Basic to look at the code created by the VBA editor based on the actions performed while recording the macro.
Excel Macros and VBA Feature This is the VBA code for Macro1 that was just created. To exit this screen close the window.
Excel Macros and VBA Feature To demonstrate the macro on a repopulated page, click Macros.
Excel Macros and VBA Feature Now click Run.
Excel Macros and VBA Feature But what The sheet if you d is cleared. this by accident? Undo won t reverse the actions of a Macro! A fail safe can be created using a dialogue box.
Excel Macros and VBA Feature
Excel Macros and VBA Feature
Excel Macros and VBA Feature
Advanced Use of VBA
Advanced Use of VBA
Advanced Use of VBA
Advanced Use of VBA
For Next Loop
IF THEN Statement
QUESTIONS? Construction Administrators Work Smart with Excel Programming and Functions OTEC 2014 Session 78 Robert Henry
Thank You Construction Administrators Work Smart with Excel Programming and Functions OTEC 2014 Session 78 Robert Henry