Entries by admin

VBA – Letter Count for Each Alphabet Character – Excel Macro

This Excel Macro will go through all the cells in column A and output the count for each letter in column B. This is for English alphabet only and it will skip all the other characters and spaces.  

Posted by Excel Instructor: http://www.houstoncomputerclasses.com/excel-classes/

Excel VBA – Export Each Worksheet to a Separate PDF – Macro

If you need to Export Each sheet to an individual .pdf file this Macro will do it for you. It will go through all the sheets in your Workbook and save each one to a separate PDF file using the worksheet name as file name.  

Posted by Excel Instructor: http://www.houstoncomputerclasses.com/excel-classes/

Excel – Age Calculation – How to Get Age from Date of Birth (DOB)

The easiest way to calculate person’s age from using their birthday in Excel is by utilizing undocumented DATEDIF function. DATEDIF is a built-in Excel function, however, unlike all the other built-in functions it will not auto-populate, show up in auto-complete or give tooltips on the function. So how do you use DATEDIF function? The syntax for the function is […]

Average City of Chicago Income Per Capita – Broken Down by Neighborhoods

This data is compiled using public dataset released by the City of Chicago Date Created 10/30/2014   Average of PER CAPITA INCOME $25,597.00 COMMUNITY AREA NAME Average Near North Side $88,669.00 Lincoln Park $71,551.00 Loop $65,526.00 Lake View $60,058.00 Near South Side $59,077.00 North Center $57,123.00 Near West Side $44,689.00 Forest Glen $44,164.00 West Town $43,198.00 […]

Average City of Chicago Employee Salary – What Do City Employees Really Make?

This data is compiled using public dataset released by the City of Chicago Date Created 10/30/2014   Average of Employee Annual Salary  $75,559.11 by Department DoIT $94,083.53 BUILDINGS $91,814.51 FIRE $88,247.96 MAYOR’S OFFICE $86,765.19 HUMAN RELATIONS $85,095.33 BUDGET & MGMT $84,022.27 IPRA $82,412.05 BOARD OF ETHICS $82,334.67 WATER MGMNT $82,287.46 COMMUNITY DEVELOPMENT $81,502.14 GENERAL SERVICES $80,859.86 […]

Add a New WorkSheet in Excel – VBA Macro Code

This VBA code will add a new worksheet in your Excel project.

Posted by Excel Instructor: http://www.houstoncomputerclasses.com/excel-classes/

Delete All Hidden Columns and Rows – VBA Excel – Code

This VBA code can help you delete all hidden columns and rows from your excel sheet with a click of a button.