Next up in our series of the Top 10 topics that you should know inside and out for the Texas High School UIL Computer Applications contest regional and state meets is….UPDATE QUERIES!  This list of 10 topics is focused more on advanced formulas and applications of the programs than it does on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  To date, the top 5 that we’ve covered have been:

1. IF Statements, Nest IF Statements, COUNTIF, SUMIF in Excel

2. Dates & Times in Excel

3. Select Queries in Access

4. Pivot Tables in Excel

5. VLOOKUP & HLOOKUP formulas in Excel

The update query is one of the most frequently tested query types on the Access portion of regional and state Computer Applications tests. Update queries allow you to update different fields in one or more different Access tables. Update queries offer some of the same features that many types of Access queries sport: ability to stipulate criteria, option to use the expression builder such that fields can be updated with the outcome of an input calculation, etc.

Keep reading →

This year, we’re putting together a set of topics that coaches & competitors in the Texas High School UIL Computer Applications contest should know in order to be competitive at state and regional levels.  These 10 topics will focus more on advanced formulas and applications of the programs than it will on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  We covered the first item a while back in our blog post on IF statements…and conditional IF statements, SUMIF, COUNTIF, etc.  The second blog post introduced the second item: Using Times and Dates in Excel.   The third item was covered in our blog on using pivot tables in Microsoft Excel. Number four looked at Select Queries & Query Basics in Access. In this fifth installment, we’ll be looking at VLOOKUP and HLOOKUP formulas in Excel

VLOOKUP and HLOOKUP are “lookup” formulas in Excel that enable you to easily pull in data across different flat data sets. While VLOOKUP is more commonly used, both are frequently used to pull in data from one worksheet or workbook to another based upon a primary key that is common across the two data sets. For example, if you have a set of order information (date, quantity, product, revenue, customer ID) that includes a customer ID in it on one worksheet tab and a set of customer information in another tab that includes the same customer ID (along with customer name, email, address and phone number), you can use a lookup formula to pull in the customer name to the order information table (by finding the customer ID in the customer table and pulling in the customer name associated with that ID). The lookup formula in Excel thus allows you to compare flat files and pull data into a worksheet from a separate data file provided there is some unique field shared by the two data sets. In essence, it allows you to structure a select query in Excel.

Keep reading →

By popular demand, we’ve decided to put together a set of topics that coaches & competitors in the Texas High School UIL Computer Applications contest should know in order to be competitive at state and regional levels.  This list of 10 topics will focus more on advanced formulas and applications of the programs than it will on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  We covered the first item a while back in our blog post on IF statements…and conditional IF statements, SUMIF, COUNTIF, etc.  The second blog post introduced the second item: Using Times and Dates in Excel.   Our third post was on Select Queries and Query Basics in Access.  The fourth item will keep us in Excel but turn our attention to pivot tables.

Pivot tables in Excel are similar to Crosstab queries in Access in many ways.  They are definitely one of the most powerful features of Microsoft Excel.  They allow you to cut, filter, manipulate and display summarized information based off of a stipulated data set.

Keep reading →

By popular demand, we’ve decided to put together a set of topics that coaches & competitors in the Texas High School UIL Computer Applications contest should know in order to be competitive at state and regional levels.  This list of 10 topics will focus more on advanced formulas and applications of the programs than it will on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  We covered the first item a while back in our blog post on IF statements…and conditional IF statements, SUMIF, COUNTIF, etc.  The second blog post introduced the second item: Using Times and Dates in Excel.  This time, we’re turning our attention to Access for #4: Select Queries & Query Basics.

The select query is the most basic of queries that you’ll use in Access. Select queries allow you to select different fields from one or more different Access tables in order to combine data from different flat data sets. Select queries also offer some of the same features that many types of Access queries sport: ability to filter on different fields (based upon field value or any stipulated criteria), ability to hide/show included output fields in output date, ability to sort output table by any of the included columns, use of ‘Group By’, etc.

Keep reading →

Social Studies Notes completed

UIL Social Studies | September 14th, 2011 | Shannon

Well, we have finally finished the Social Studies Notes for The Penguin History of Latin America by Edwin Williamson.   This is definately the most comprehensive subject tackled by Larry McCarty so far.  It seems to me that there could be several ways to approach the subject, by chapter of course, or by country, or by topic (politics, economy, natives, etc).  Does anyone have any ideas they would like to share?

The arrival into nationhood of many of these countries involved civil war, but I had not realized the extent, especially in Mexico.  Between the civil wars of the early 20th C and the drug wars at the end of the 20th C  and into the 21st C, Mexico really has been rather unstable for a long period of time.  It is a precarious position to be in.  What are your thoughts for the future?

Shannon

By popular demand, we’ve decided to put together a set of topics that coaches & competitors in the Texas High School UIL Computer Applications contest should know in order to be competitive at state and regional levels.  This list of 10 topics will focus more on advanced formulas and applications of the programs than it will on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  We covered the first item a while back in our blog post on IF statements…and conditional IF statements, SUMIF, COUNTIF, etc.  This blog post introduces the second item: Times and Dates in Excel.

Times and dates in Excel work the same way that they do in Access (with some minor differences – e.g. dates are set off by pound signs in Access formulas whereas they’re set off by quotes in Excel formulas).  To understand them, the key is grasping that every time and date (and time/date combination) is saved as a number in Excel (or Access).

Keep reading →

By popular demand, we’ve decided to put together a set of topics that coaches & competitors in the Texas High School UIL Computer Applications contest should know in order to be competitive at state and regional levels.  This list of 10 topics will focus more on advanced formulas and applications of the programs than it will on basics (e.g. basic math formulas in Excel, letter formats and other Word templates, etc).  Thus, we’re starting with something that might qualify as relatively basic (IF statements), but rest assured that IF statements can get pretty complex pretty quickly when nested. For each of the topics in this list, we’ll refer you to some videos that we’ve pulled together to comprehensively explain the technique, formula or concept. IF statements (including standard IF statements, nest IF statements, COUNTIFs and SUMIFs) are covered in a series of 4 videos on IF statements that you can find here. While the full series is available for purchase, individual videos (easily accessible through the previews embedded below) are also available for purchase.

IF statements are basically formulas in Excel (related to IIF formulas in Access) that are structure to return one of two things depending upon whether a provided criteria is met or not.  There are three different parts to an if statement: IF(decision criteria, value if true, value if false).  Thus, let’s think of an if statement that is designed to return “>50″ if a cell value of A2 is greater than 50 and “<=50″ if it is not.  An if statement to accomplish this would have the following parts:

*  Decision Criteria: A2>50
*  Value if True: “>50″
*  Value if False: “<=50)
Putting these elements together, we end up with:  IF(A2>50, “>50″, “<=50″).
Keep reading →

I wish this update had been done a bit differently.  I found it very confusing to read through the histories of all those countries up to a certain point, and then have to go back to those countries and pick up where the previous chapter left off.  I think it would have been easier to read everything about each country up to the present. 

It was already noted in the very beginning that this book was an update to bring the histories to the most current point, so to create a ‘special’ Part IV to do this wasn’t really necessary.  I think it when writing notes and outlines it would be simlple to just put it all together and not break up the country histories.

 this book is wicked!   Just about every sentence is a fact.   Interesting, but hard to digest in large quantities, it may take a while to get through this book.

Noel and I both thought that the second chapter in the book should be the first.   If you haven’t started reading the book, The Penguin History of Latin America (TPHLA), read “Indians and Iberians,” the second chapter of Part One, first. It  provides a back history of some of the Native American Empires, as well as Spain and Portugal.

The Iberian section discusses how the Spanish reclaimed the Iberian Peninsula from the Moors, beginning in the early 700s, and how many of those events affected the mentality and motives for both the Iberian governments and the conquistadors in their approach to “New World” occupation. It also points out the intricate relationship between Portugal and Spain at this time.

The first chapter in Part One covers some of the political/economic reasons behind the urgent drive to find a new route to Asia and the arrival of the Iberians to the Western Hemisphere.