The lump sum amount that a series of future payments is worth now; used to calculate loan payments; also known as present value function Module 3

Size: px
Start display at page:

Download "The lump sum amount that a series of future payments is worth now; used to calculate loan payments; also known as present value function Module 3"

Transcription

1 Microsoft Excel Formulas Made Easy Key Terms Term Definition Introduced In Absolute reference A cell reference that is fixed to a specific cell and contains a constant value throughout the spreadsheet Module 1 Amortization table A chart used to calculate a monthly loan Module 3 Formulas Calculations that perform actions on data in a spreadsheet; typically begin with an "=" sign Module 1 Functions Pre-set formulas in several categories such as financial, logical, text, date, and time Module 1 FV function A pre-set formula that returns the future value of an investment based on periodic, constant payments and a constant interest rate; also known as future value function Module 3 IF function A logical value that tests if a certain condition is true; adds decision making to the spreadsheet Module 4 LEFT A function that returns a specified number of characters from the left of the text Module 5 LOWER A function that converts text to all lower-case Module 5 MID A function that returns a specified number of characters from the middle of the text Module 5 Order of operation A rule used in math and programming to determine which part of an equation should be solved first; the order is parenthesis, exponents, multiplication, division, addition, and subtraction Module 1 PMT function A pre-set formula allows the user to calculate the payment of a loan based on consistent payments and a consistent interest rate. Module 3 PROPER A function that converts the first letter of each word to upper-case and all other letters to lower-case Module 5 PV function The lump sum amount that a series of future payments is worth now; used to calculate loan payments; also known as present value function Module 3 Relative reference A cell reference where, when a formula is pasted to new locations, the referenced cells update to the nearest relevant location Module 1 RIGHT A function that returns a specified number of characters from the right of the text Module 5 Type The logical value that determines whether the payment is at the beginning of the period or at the end of the period Module 3 UPPER A function that converts text to all upper-case Module 5 VLOOKUP function Vertical lookup; allows the user to lookup values from a vertical data table Module 4 Glossary page 1

2 MICROSOFT EXCEL FORMULAS MADE EASY MODULE ONE - UNDERSTANDING THE LANGUAGE OF FORUMULAS AND FUNCTIONS Female: Module Number One. Understanding the Language of Formulas and Functions. We are going to start off by taking a look at formula basics. Even if you've used Excel for a while, you may have overlooked some of the key elements that are important to understand when creating formulas in Excel. Module One will provide a solid foundation for taking your skills to the next level. Let's start by taking a look at the two basic formula rules. Rule number one, is that all formulas begin with an equal side. And rule number two, all formulas follow the order of operation. So what exactly is the order of operation? Let's take a look. Here in my Excel spreadsheet, remember all formulas begin with an equal sign. I'm going to type in five plus six times 10. When I hit enter, what will my result be? Will it be 65 or will it be 110? I'm going to hit enter. And surprising enough, it's 65. It's because of the order of operation. Multiplication comes before addition. So you can see that the order of operation is very, very important. Let's take a look at the order. Parenthesis comes first in the order of operation. So anything in parentheses is calculated first. Then an exponent. Then multiplication. So in the example that we just looked at, it multiplied six times 10 first. Then division. Then addition. And then subtraction. You may remember this pneumonic from high school. Please excuse my dear Aunt Sally. Page 1

3 This is the order of operation. So you can see how important the order of operation is when we're creating formulas. How you can get around this is simply by using parentheses around whatever you need to calculate first. Since anything in parentheses calculates first in the order of operation, you're always safe. Let's now take a look at creating basic formulas. Let's say we want to add amount one to amount two. Remember all formulas begin with an equal sign, so we're going to type in an equal sign. Now, the next thing we're going to do, we're going to select the cell. Now you can literally type in the cell address, or when you select the cell, it automatically puts in the cell address for us. The cell address is C3. I'll them put in the plus sign, and then select D3. Notice how it also color codes the cell so we know exactly where our formula is pulling it's information. To complete our formula, all we need to do is hit enter. Now, the beautiful thing about using cell references such as C3 and D3 instead of hard numbers -- for example, if I typed in six. And I'm going to change this back real quick. Is that if I update 12 or I update six, watch my total. As soon as I change the number, I'm going to change six to 10, watch my total when I hit enter. Notice it automatically updates. Now, here's another tip you may or may not be aware of. We don't need to create the formula on every single row. Once we have created the formula in the first row, all we need to do is go down to the lower right- Page 2

4 hand corner and find what's called the auto fill handle. With the auto fill handle, we can click and drag to fill the information down. You'll notice now we have C3 plus D3, this is C4 plus D4, this is C5 plus D5. This is what's known as relative reference. When you use the fill handle down, it automatically assumes relative reference. So it automatically moves one row down. Let's look at another formula. We're going to once again start with an equal sign. I'm then going to take the price plus -- and in parenthesis, I'm going to have the price multiplied by the tax multiplier. Closed parentheses, plus -- and I'm going to select the shipping. We're using the parentheses to honor the order of operation. I'm going to hit enter. And now I'm going to find the fill handle in the lower right-hand corner. This time I'm going to double click instead of having to click and drag. And notice it copies the formula. However, it looks like we have an error here. I'm going to double click where I have the value. And let's see what the problem is. Notice, if we take a look at E6 and everything is color coded, notice that E6 here, it's trying to multiply it by the title shipping. That doesn't work too well. What we want is we want E4, but we want E4 only. Therefore, we have to make it an absolute reference. So how do we make it an absolute reference? Remember, by default, it is a relative reference. I'm going to hit escape. I'm going to go back up to my original formula. I'm going to put my curser inside of E4, and then I'm going to hit the F4 Page 3

5 function key. When I hit the F4 function key, it puts dollar signs around the E and the 4. This means that it's going to absolutely column E, absolutely row 4. E4 and E4 only. This makes it an absolute reference. Once I hit enter, and now use the fill handle down, notice it now works beautifully. Again, the advantage of using the cell address versus the actual number, is that if this task multiplier changes, it automatically updates every place where I've used that cell within a formula. Understanding relative and absolute reference is key to getting the most out of your formulas and functions when working with Excel. Speaking of functions, let's see how a function is slightly different than a formula. Now, if I was to build a formula here, I'd type in the equal sign. And then I would take D5 plus D6 plus D7. This can take a really, really long time. Formulas use our math operators; plus, minus, divide, etcetera. Functions are pre-defined formulas. Let's see how they work. Now, one of the most popular functions is the auto sum function. And I'm sure many of you are familiar with the auto sum function. Instead of adding each individual field, what we can do is select where we want our results to be, go up to the auto sum button, which is right up here on the home tab, on the far right-hand side of the home tab. I'm going to use the dropdown. Here's the auto sum, average, count numbers, max and min. Page 4

6 These are the most popular and most commonly used functions. We're going to go ahead and collect sum. You'll notice that you'll see the dancing ants around the range of cells. Here's what a function looks like. It starts with an equal sign. And then it has a word, for example, sum, average, min, max. There are literally hundreds of different functions built into Excel. And we're going to explore quite a few of them today. You'll notice inside of the parentheses, we have what's called an argument. And the argument for the auto sum is the range of cells. So you'll notice that we start at D5. The colon represents through D11. So what it's going to do is it's going to automatically add all of the cells between D5 and D11. All I have to do is hit enter, and I can also use my fill handle across, as well. And I'm done. Let's take a look at that one more time. I'm going to go up to H5. Once again, I'm going to go to the auto sum button. Now, you want to be really careful when you use the auto sum button. Some people click on the auto sum button and hit enter, and are not paying attention to what's actually selected. If you take a close look here, we do not want the employee number included in our total. Therefore, we will want to reselect. We can do that in a couple of ways. We can either go to the edge and you'll see this little handle, and we can click and drag. We can also literally click and drag to select the range as well. Page 5

7 Again, I'm going to hit enter. I can now use the fill handle down. And, boom, I am done. I've now created all the calculations very, very quickly and very easily. I'm now going to show you just a little tip on how you could do everything that we just did in two steps. Let me delete this and this. All I have to do is select my data, select where I want the totals, and hit the auto sum button and, boom, I've now added all my columns, I have now added all of my rows. Isn't that cool? Let's take a look at some of the other commonly used and most popular functions. Let's start with average. Here you'll notice I have average here. Let's say I want the average across the board. So what I'm going to do is select the auto sum button on my home tab, select average. Notice it automatically selects the range. This is not the range I want. I'm going to click and drag. Notice I've left out the totals. I want the average across all quarters, across all sales people. Then I can hit enter, and there's my average. If I want to format it, I can use the dollar sign here to format. Let's now take a look at the minimum. This is going to be the lowest value. Once again, I can go up to the auto sum button, and I'll select min, select my range, and hit enter. This will give me the lowest value. Once again, I'm going to format it. And let's take a look at maximum. Maximum will give you the largest value. So I'm going to use the dropdown, select max, select my range, hit enter, and this will give me my largest value. Page 6

8 So this is the smallest, or the minimum value across all quarters, across all sales people. This is the highest value among all sales people, among all quarters. Using functions is amazingly quick and easy. To complete this sheet, I'll go to commission. I can put equals, the total times the commission. Remember this is going to be an absolute value, so I'm going to hit the F4 function key. Notice it puts the dollar sign around the I and the 2. I'm going to hit enter, use the fill handle down, and I am done that quickly and that easily. So this concludes Module One, Understanding the Language of Formulas and Functions. {End of recording.} Page 7

9 MICROSOFT EXCEL FORMULAS MADE EASY MODULE TWO - SAVE TIME USING NAMES IN YOUR FORMULAS AND FUNCTIONS Female: Module Number Two. Save Time Using Names in Your Formulas and Functions. We are now going to take a look at saving time by naming cells and naming ranges for use in our formulas and functions. Naming cells and ranges is one of those hidden, underutilized features that will immediately save you time and frustration. Remember this worksheet that we looked at in Module One? Remember we created a formula, we put in equals, the price, plus -- open parentheses -- the price times the tax multiplier -- closed parentheses -- plus, and then the shipping, and enter? Remember we fill down and we had an error. Remember we had to make this an absolute reference by hitting the F4 function key. Now, I don't know about you, but I have a habit of doing that every single time that I'm creating a formula. I'll create the entire formula, I'll use the fill handle down, and I'll realize that I forgot to make it an absolute reference. Then I have to redo the formula, use the fill handle down. So it wastes a lot of precious time. We're going to take a look at how we can name a cell, and when we name a cell it becomes an absolute reference. So we no longer have to remember to hit the F4 function key. Let me show you how we do that. In order to name a cell, what I'm going to do is I'm going to select -- in this case I'm going to select E4. I want to make E4 an absolute reference, Page 1

10 because I want my formula to refer to that cell and that cell only, even when I use the fill handle down. What I'm going to do is go to this box right up here next to my formula bar. You'll notice this is called the name box. This is where we can name our cells and our ranges. All I need to do is click here and type in a name. So I'm going to type in the word tax. Now, you have to remember to hit the enter key. If you don't hit the enter key, it will not take. So once I've hit entered, this cell is now called tax. Now, when I click on E4 -- so I'm going to delete it here. And I click on E4, notice that instead of E4, it now says tax. This is an absolute reference. I'm going to hit enter. And now if I use my fill handle down, notice it works properly, because it's using the relative reference for all the other cells, but for E4. E4 is named. It's now called tax. And that becomes an absolute reference. Naming the cells has saved me a lot of time and frustration. And now I don't have to redo my formulas because I forgot to hit the F4 function key to make a cell an absolute reference. This is great. Now, now only can I use it on this sheet, but if I click on another sheet -- and let's say I'm just going to scroll over here. Let's say I wanted to figure out the tax here. I'm going to type in the word tax. This is my title here. Now I can type in equals. I can select the total sales. And I can multiply it. And all I need to do is type in the word tax. Notice as I'm typing in the word tax, it finds if there's any named cells or ranges here. I can simply hit Page 2

11 enter. And once again I can use the fill handle. So I can use tax throughout my entire workbook. Isn't that cool? And here's another key thing. If I go back up to the name box and I use the dropdown, you'll notice that tax exists here as well. Watch closely what happens when I click on tax. Notice it immediately goes to the cell that is named tax. So you can also use the naming cells to quickly move through your workbooks, especially if you have a lot of worksheets. Let's see how else we can use naming in our formulas and functions. In Excel, we can create one sheet that has all of our multipliers, or, for example, has a list of all of our fees. Let's say we're part of an advertising agency, and we have a placement charge every time we place a billboard or a blow-in card, etcetera. And here's our placement charges that we're going to use a little later on in our spreadsheet over here. What we're going to do is we're going to take a look at how we can name each one of these cells with only a couple of clicks. Notice here I also have mileage. You could have mileage, you could have different tax rates. If you set up one sheet that has all your multipliers, you can then use those multipliers throughout your entire workbook. Let's start by going to the formulas tab. On the formulas tab, the first thing that you'll see is the function library. This is where we can find a list of all of the possible functions within Excel. We'll take a look at that a little later on. Page 3

12 What we're going to focus on right now is in the center section, which is define names. You'll notice here we have the name manager, define name, use and formula, and creative from section. The first things that we're going to take a look at is create from section. Let's say that I want to name all of these cells, and I want to name them all at once. What I can do is I can select the label and the cell, click on create from section. Notice it says create names from section, create names from values in. And here we have them in the left column, so all we need is a checkmark right here next to left column. I'll click okay. And now you'll notice here I have my billboards, blow-in cards, hats, magazines, newspapers, pens, etcetera. So it's automatically named each one of these individual cells. Now, in my spreadsheet, now I have newspaper the cost each. If I'm not sure what it is, I can start typing in newspaper. And here's my main newspaper. And when I hit enter, it puts in that price. Here's my radio spot. So once again, I can start -- can type in equals and start typing in the radio spot. There's my radio spot. Hit enter, etcetera. So this is a great way to create a product list and any other type of multiplier. If you want to change or edit any of the names, you can go up to the name manager. Here it lists all of the names with their values, which cell it refers to, etcetera. If you want to edit, you can select and hit edit. You can even add additional comments here, as well. Page 4

13 If you want to delete a name, you can select the name and hit delete. It's going to ask you sure? And you can click okay. I'm going to click on close. And I'll just show you a real basic calculation that we can create using names. For example, I can put in equals. And if I go up to use formula, I will also get a dropdown of all of the named cells. So here, let's say I wanted billboard plus hats. When I hit enter, it will add the billboard and the hats. We are going to take a look at how you can use this naming feature throughout the other modules. Another place where naming is handy is if you want to name a database range. For example, here I have a list of employees. And let's say I wanted to do a mail merge in Word or let's say I wanted to import this data into Microsoft Access. If your header row -- and this is the header row right here, row number three. If your header row is not literally in row number one, you're going to have problems, both in mail merge and in importing data into Microsoft Access. If we want to eliminate that problem, if we still want to have a title but our header row is in any other row except for row one, what we can do is we can select and name the range, and then we can use the mail merge either with the range of cells, or we can import into Access the named range. So in order to name the range, the first thing that we need to do is select the entire block of data. Here's the keyboard shortcut that you should write down. Control, shift, and the 8 key. When you hit control, shift, and Page 5

14 the 8 key, notice it selects your entire block of data. That is the quickest and easiest way to select your database range. You can also do control, shift, arrow to the right and control shift and arrow down. That will also do the same thing. Once we have selected our entire block of data -- once again, we're going to go up to the name box. And here I'm going to type in employees. Going to hit enter. And now this entire block of data is a named range. You can use the name box to very quickly and easily select your database range. So I can be on any other worksheet, and if I use the dropdown and go to employees, book, it's going to select that block of data. And once again, it's set up for a Word mail merge as well as importing into Microsoft Access. Again, we will continue to use this naming feature throughout the other modules. So this completes Module Two, Saving Time Using Names in Your Formulas and Functions. {End of recording.} Page 6

15 MICROSOFT EXCEL FORMULAS MADE EASY MODULE THREE - EXPLORING EXCEL'S FINANCIAL FUNCTIONS Female: Module Number Three. Exploring Excel's Financial Functions. Now, let's dive into some more advanced formulas in Module Three where we will explore several of Excel's financial functions. We will look at calculating a loan repayment. We'll create an amortization table, and we'll identify the potential future value of an investment. Let's start by calculating a loan repayment. Here, we have a loan amount. We have an annual interest rate. And we have our terms in months. Let's say that we want to figure out what is our monthly payment. In order to do that, I'm going to go ahead and click in B8. And we're going to go over to the formula's tab. On the formula's tab, this first area is where we will find all of our functions. And here we have financial functions. If we use the drop down, you'll find a whole list of different financial functions. As you move your mouse over the financial functions, it will tell you what the function does. We're going to scroll down, and we're going to find PMT. So make sure you write PMT in your handout. The PMT is going to allow us to calculate the payment of a loan based on consistent payments and a consistent interest rate. Let's take a look at how this function works. All I have to do to select the function is click. And what it does is open up the paste function dialogue box. This dialogue box makes creating our functions incredibly easy, because it walks us through step by step what we need in order for this function to work properly. Page 1

16 You'll notice that the first thing that it's asking for is the rate. And you'll notice here I have the loan amount, annual interest rate, and term in months. And so it's asking for the rate. I'm going to select B4. Now, this is the annual interest rate. So I want to make sure that I divide it by 12, cause once again, it's the annual interest rate, and there's 12 months in a year. NPER. You'll notice down here it says this is the total number of payments for the loan. So the total number of payments is 48. So we'll select B5. PV stands for the present value. This is the total amount that the series of the future payments is worth now. So basically this is our loan amount. I'm going to go ahead and select B3. Now, you'll notice there's the possibilities for two other values. But you will also notice that they are not bold. If they are not bold, they are optional. If they are bolded like rate, and PR, and PV, then they are required for the function to work properly. FV is the future value or cash balance you want to obtain after the last payment is made. So it will assume zero if omitted. Let's say we just wanted to pay it down to 10,000 dollars, we could put 10,000 here. And then also there's the type. The type is a logical value. And it determines whether the payment is at the beginning of the period or at the end of the period. It will assume the end of the period, so it will assume zero if omitted. Page 2

17 Again, these two fields will allow you to add additional values to your function, but again, they're optional. We don't need to put them in. By default, the payments will be at the end of the period, and by default we're paying it down to zero. Once we've put in our values, we can then click okay. And notice here is our monthly payment, $ If we want our monthly payment to show up as a positive value versus a negative value, as we have here, you can double click. And right here at the end again, it will give us a little tip as to how this particular function is laid out. Remember we have the payment, the PMT, we have the rate, we have the number of payments, and we have the present value. If we put a minus sign before the present value and hit enter, that will turn it into a positive value versus a negative value. Let's figure out the total number of payments. If we put in an equal sign and we take the monthly payment and we multiply it by the number of months, that will gives us our total payment. If we want to find out how much we're paying in interest, we can put in an equal sign, select the total payment, minus, and then we can select the loan amount. And here you'll notice we're paying $5, in interest. Now, here's the cool thing. If we wanted to play around with the interest rate. Let's say we got a really good interest rate. So let's say it's only 4.5 percent. Watch down below and notice how all of the values change. If Page 3

18 we're paying an annual interest rate of only 4.5 percent, you'll notice that our total interest is much, much less. So the PMT function allows us to calculate a loan repayment. Let's take this a step further. Let's say that we wanted to create an amortization schedule. Now, you'll notice that you'll need to set up the table first. And you'll notice with the table, I have number of months. So, for example, 24 months, 36 months, 48 months, and 60 months. You'll notice along the left-hand side I have different percentage rates. Now, in the very corner of this table -- and this is how you need to set it up first if you wanted to create an amortization table. What we're going to do is we're going to put that payment function that we just took a look at, here in the upper corner. So, again, here we have the values over here equals PMT. Again, we're going to take the rate divided by 12. And we're going to look at the present value. And remember we're going to put a minus sign there so it shows up as a positive amount. Once we have set up our tables -- so we do need to set up the table manually first, but what we can do is we can have it fill in all of these numbers automatically for us. What we're going to do is we're going to select the entire table. Once you have selected the entire table, we're going to go to the data tab. From the data tab, we're going to go to the what if analysis. And from what if analysis, we're going to go to the data table. So you can see it's a little Page 4

19 hidden here. So it's under the data tab, what if analysis, and down to data table. Once I click on data table, it asks me for the row input cells and the column input cells. So if I take a look at each row, what do I want to change out in each row? I want to change out the term. So here in this row, I want to change it to 24 months, 36 months, etcetera. So I'm going to scroll over here. And so the row input cell is 48, because that is the number of months. And we want to change the number of months in each row. With the column input cell, we're going to take a look down, and what we want to change out in each of the columns is the rate. So we're going to select the rate. What's going to happen in the formula in the corner, it's going to change out anywhere where it says B6, it's going to change it to 24, 36, or 48. Anywhere where it sees B5 in this formula right here in the corner, it's going to change it out to 6 percent, 6.5, 7, etcetera. All I have to do is click okay, and I now, that quickly and that easily, have an amortization table. Isn't that cool? So we can now compare different interest rates over different terms. Let's now take a look at identifying the potential future value on an investment. I'm going to select C9. And what we're going to do is we're now going to figure out the future value. And the future value is the Page 5

20 function FV for future value. So in your handout, make sure you write out FV. Once again, we're going to go to the formula's tab. We're going to use the financial dropdown. Now, you can also use this insert function button right here. There's also an FX right here. If you click on the FX, this will bring up the familiar insert function dialogue box. And here I can select the category, for example, financial. And, again, what we're going to want to look for is FV, which is our future value. I'm going to click okay. And once again we're going to walk through the steps. The first thing that it's asking for is the rate. And so put our curser here. Here's the interest rate, is 6 percent. NPER. So NPER is the total number of payment periods in the investment. Notice I have the total number of years and I have the total number of months. In this case, I'm going to select the number of months. So we have 180 months. The next option is payment. This is the payment made each period. It cannot change over the life of the investment. So this is if you're putting a certain amount aside each month. So let's say here my monthly investment is 350 dollars. Now, notice you also have PV and type. And remember, these are optional, because they are not bold. Page 6

21 PV is the present value or the lump sum amount that a series of future payments is worth now. And it's zero if omitted. So if you don't have a starting investment, if you're starting from zero, you can leave it blank. But we already have a starting investment. We already have 350 dollars there. So we're going to go ahead and select the 350, which is NC3. And the type, once again, is the value representing the timing of the payment. Is the payment at the beginning of the period or at the end of the period? We're, once again, going to assume that it's at the end of the period, so we're going to leave it blank. Otherwise, we would put in one. Oh, and before I forget, the rate also needs to be divided by 12, because, once again, this is an annual interest rate versus a monthly interest rate. So I'm going to divide that by 12. I'm going to click okay. And if we put 350 dollars aside every month for 15 years, which is 180 months, the future value will be 102, So we have just taken a look at three of Excel's popular financial functions; the PV, which is calculating the loan payment. We took a look at creating the amortization table, using data, what if analysis, and creating a data table. And we just finished up by taking a look at identifying the potential future value of an investment. This wraps up Module Three, Exploring Excel's Financial Functions. {End of recording.} Page 7

22 MICROSOFT EXCEL FORMULAS MADE EASY MODULE FOUR - UNDERSTANDING THE IF AND V LOOK-UP FUNCTIONS. Female: Module Number Four. Understanding the IF and V Look-Up Functions. We are now going to take a look at two very popular functions. We are going to start with the IF function. The IF function is one of the most useful functions available in Excel. Using the IF function adds flexibility to your spreadsheet by introducing decision making. It works be testing to see if a certain condition is true. If it is, the function enters one result in a specific cell. If it's not, it enters a different result in that cell. The we'll take a look at the V look-up function. V look-up is one of Excel's most useful functions, and it's also one of the least understood. The Excel V look-up function can be used when you need to look up a value in a specific table and check it against the other data fields for comparison purposes. V look-up stands for vertical look-up, and is used to find specific data from a data sheet. By creating a sample table, generally referred to as a lookup table, you can extract info from it and compare it with the desired field to yield the required result. Now, before we dive into the IF and V look-up functions, let's make sure we understand the operators that we can use to create our logical functions. So here are the operators that we can use in creating our logical functions. Make sure you fill this out in your handout. Page 1

23 The first one is the greater than symbol. And you'll recognize the great than symbol, cause often greater than and less then, it's easy to get confused. It looks like an alligator mouth. That's how I always remember the greater than sign. The less than sign, smaller than, reminds me of a bird beak. So this is the less than symbol. You can also use greater than or equal to. If you use just the greater than, it will not include the number. For example, if I said greater than five, it would not include five. If I use greater than or equal to, then it will include five. You also have the less than or equal to. You also have the not equal to. Let's say that you only want the results that are not equal to five. Therefore, it will pull any value that is not equal to five. Also, if you want to have a blank -- so if you want to have something be an empty space or an empty cell, you can put in open and closed quotation marks. No space between the quotation marks. And this indicates a blank field. And we'll take a look at how to use all of these in just a moment. So make sure you have all of these written down in your handout. Great than, less than, greater than or equal to, less than or equal to, not equal to, and blank. So let's take a look here in Excel We're going to start over here under the made quota. And we're going to take a look at an IF statement. Let's say Page 2

24 we want it to say yes if they made quota and we want it to be blank if they did not make quota. We're going to go to the formula's tab. And in this first part of the formula's tab, you'll notice all of our functions divided into categories. So, for example, we have the auto sum functions, the recently used, financial, logical, text, etcetera. We're going to take a look at the logical functions. IF is a logical function. And here we'll find IF. I'm going to go ahead and click on IF. And it opens up the function's dialogue box. And here's the great thing about the function's dialogue box. It walks us through every step so all we need to do is fill in the blank. So, for example, the first thing that it's asking is for the logical test. The logical test is did they make their quota. So is their sales greater than or equal to their quota? So what we're going to do is select B5. Is B5 greater than or equal to their quota? Now, if it is equal to the quota, we want it to say yes. If it is not greater than or equal to the quota, then we want it to be left blank. So our logical test is if the sales is greater than or equal to the quota. If it is, if it's true, it will say yes. And if it's false -- remember to put in a blank, we put in open and closes quotation mark. I'm going to click okay. And notice this says yes, because they have made their quota. Page 3

25 I'm going to use the fill handle down. And notice if they made their quota, it says yes. If they have not made their quota, notice it's left blank. Isn't that nice? Again, the IF function adds that flexibility to your spread sheet by introducing this type of decision making. I'm going to double click, so we could see the actual function. Here's what the actual function looks like. Again, we have the IF. This is if we were going to type it in open parentheses. We have the B5 greater than or equal to C5, comma. Then the logical value if it's true. And notice we have this little tip right here which is really great. Value if it's true is yes. And value if it's no is the open and close quotation mark. Let's now take a look at the V look-up. And then we'll pull the IF statement and the V look-up together. I'm going to hit escape. And we're going to come back over here. Let's now take a look at the vertical look-up. Now, the vertical look-up is going to look up from a data table. And this is our data table down below. One of the things that I recommend, since we are going to be using the fill handle, is that we actually name our data range. So that's the first thing I'm going to do is I'm going to select our data range. I'm going to go up to the name box. And I'm just going to call it data and enter. So I'm going to use data in my function. And, again, we talked about naming in Module Two. This is how you can use naming in a function. Page 4

26 We're going to go up to bonus. And what we want to do is we want to figure out the bonus based on the quota. Now, couple key things before we start the V look-up. First of all, your table must be sorted. So notice we have the quota, and it's 2,000, 3,000, 4,000, 5,000, and 6,000. It must be sorted because it looks for the first value that it matches, and then it will stop. So make sure that your first column is sorted. I'm going to click on bonus. Another way to get to the paste function dialogue box. If you're not sure where it exists up here in one of these dropdowns, you can click on the FX. And we can look up V look-up. And here it is right here. We can select it and click okay. Sometimes that's a little faster if you don't know exactly what group your function is categorized under. It's actually under the database functions. So here are the arguments that we need to fill in for the V look-up. So the first value we need to fill in is the look-up value. What do we want to look up? And what we're going to look up is the quota. This is what we want to match to our table down below. So we're going to select our quota, which happens to be in C5. And then it's going to ask us for our table array. Remember we named this table array data. So what we're going to do is, on the formula bar, here we have use in formula, we have a dropdown of all of our named ranges and cells. And remember we called it data. So Page 5

27 we're going to select data. And it will put data in the table array. And that will select this block of data. Then it's going to ask for the column index number. The column index number is which column has the values that we want to pull up into this bonus. And the column that has the value is column two. This is column one. This is column two. So I'm going to put two. Now, these three fields are bold, so they are necessary values to our argument. Notice that the range look-up, however, is not bold. So this is optional. Now, the look-up range is a logical value to find the closest match in the first column, sorted in ascending order. Remember I mentioned that we needed to sort it first. It's going to assume true if omitted. So if you don't put anything in there, it's going to assume true, and it's going to find the closest match. If you want an exact match, if you want it to match exactly to the number, then you'll want to put in false. In this case, I'm just going to leave it blank. And I will click okay, and use the fill handle down. So you'll notice, based on the quota, this quota is 3,000. What it does is it looks down into the data table. Here's 3,000. It matches up that value and it pulls the bonus into this field, all right? Let's take a look at that again. So notice here I have 4,000. It looks up 4,000, and it pulls up 150. And 150 is what it puts in the bonus. Isn't that cool? Page 6

28 Now, we're going to combine the IF statement with the V look-up to create what's called a nested function, putting a function inside of a function. Let's say if they have met their quota, then we want it to pull up the bonus. And if not, once again, we want it left blank. So what I'm going to do is click into this first cell. I'm going to click right before the V look-up. I'm going to type in IF, open parentheses. And I want the close parentheses on the far outside. So I'm going to create the argument within the parentheses. So, again, this is a nested IF. This is the V look-up within the IF statement. I'm then going to see if the sales, the logical test, is greater than or equal to the quota, comma. If it is greater than or equal to the quota, I want it to do a V look-up. If not, I'll click right here in between the two parentheses. I'll put in a comma, open and close quotation mark, and enter. I will now use the fill handle down. And you can now see if they've met their quota, then the V look-up looks up the value from the bonus table. If they did not meet their quota, notice that it will be left blank. So that is how you can create a logical IF function as well as a V look-up or vertical look-up function that will allow you to look up values from a data table. We also took a look at creating a nested function and pulling the two of them together. This completes Module Four, Understanding IF and V Look-Up Functions. {End of recording.} Page 7

29 MICROSOFT EXCEL FORMULAS MADE EASY MODULE FIVE - USING TEXT FUNCTIONS TO CLEAN UP YOUR DATA Female: Module Number Five. Using Text Functions to Clean Up Your Data. To wrap things up in our last module, we will uncover some of the text functions we can use to clean up our data. These functions come in handy for reporting, especially if we are collecting data from other data sources. We are going to take a look first at the upper, lower, and proper case functions. And then we'll take a look at how we can pull out portions of our data using the left, right, and mid functions. So let's go over to Excel. Nowadays we often bring in a lot of data from outside data sources, especially if we're collecting data from the internet and people are typing in their names, addresses, etcetera. Sometimes, when the data comes in, it's not very clean. Sometimes everything's uppercase, sometimes everything's lowercase, sometimes it's all mixed up. So we're first going to take a look at how you can up your data for reporting purposes using the upper, lower, and proper function. What I'm going to do is I'm going to right click on column B and insert. You'll notice over here in the name, it's a big mess. Like I said, upper, lowercase, all over the place. So what we're going to do is we're going to first start with the uppercase. All we need to do is type in the equal sign, type the word upper, open parentheses. It's going to ask for the text. So we're going to select the cell that has the data, closed parentheses, and enter. Page 1

30 Upper will change everything into uppercase. Then, if we wanted our whole column to be uppercase, we can simply double click using our auto fill handle, and we've now cleaned up our data. I'm going to undo. And let's take a look at lower. Just like the upper makes everything uppercase, the lower makes everything lowercase. So we're going to type in equals, type in lower, open parentheses. We'll select the cell, so that's the text. Close parentheses and enter. That will make everything lowercase. When we're working with names, typically we want everything proper case. And proper case is capitalizing the first letter of every word. So I'm going to click here, type in equals, type in the word proper, open parentheses, select the cell that has our text, close parentheses, and enter. And there we have our proper case. Now, for this example, we probably want everything proper case. So I'm just going to delete everything here. Going to go up to my first row. I'm going to type in equals proper, open parentheses, once again select the text, close parentheses, and enter. And I'm going to double clip on my fill handle over here on the far right-hand side. Simply double click and fill in all of the names. Now, this is great if I'm just using that names for the reporting purposes. But if I wanted to, for example, use the text to column or any other feature, it would not work, because what's actually in the cell is a function and not the actual name. Page 2

31 So there's one last step that we need to do in order to clean up our data. The first thing I'm going to do is select the first cell, use control shift and arrow down to select all of my data. I'm going to use a control C to copy. I'm going to scroll back to the top. I'm going to right click on A4 and go down to paste special. So right click and paste special. And in the paste special dialogue box, what I want to paste is I want to paste the values. So I'm going to select values and click okay. And now I've nicely cleaned up all of my data. And notice, when I double click, what's in there is the actual name and not a function. I'm going to hit escape. I'm going to select column B, right click, and delete, cause I no longer need that column. Now I'm going to do a quick text to columns here cause you should never, ever, ever have the first and last name in the same field. And I know this isn't a function, but I'm just going to quickly show you how to do this. I'm going to insert two additional columns. I'm going to select column A. I'm going to go to the data tab. I'm going to go to text two columns. It's going to be delimited. The delimiter is a space. I'm going to click on next, and click on finish. It's going to give me a warning, do you want to replace the contents of the destination cells? Now, that's why I inserted two columns first. I'm going to click okay. And notice how it nicely divided my first and last name into separate columns. Page 3

32 I'm going to delete column C. I put that there just in case. And I'm going to put in first name and last name. And I'm going to narrow these down a bit. Now, if you have the first name and the last name into separate columns, I'm going to insert an additional column, how can I now pull these two names together for a report? So here I'm going to type in full name. I can type in an equal sign, select the first name, put in an ampersand sign, open quotation mark, space, close quotation mark, the ampersand sign, and the last name, all right? So equals -- and the cell that has the first name, and in quotation marks a space, and the cell that has the last name. That will give me the first and last name together. Or I can put in equals the last name and open quotation marks, a comma, and a space, close quotation mark, and then I can select the first name, and here I have the last name, comma, first name. So for reporting purposes, having the actual name -- first and last name or last name, comma, first name, might look better when you're creating a report. But to save your data, you should always have them in separate columns for sorting and filtering purposes. For example, if Melissa Smith -- if her first and last name's in the same field, we can only sort by Melissa, and we can't sort by Smith. If they're in two separate columns, we can now sort by Melissa or we can sort by Smith. Page 4

33 And, again, here we can pull the name together for reporting purposes. And I can use the auto fill handle down. And I have the first and last name for my entire database. Now, the last functions I want to show you are left, right, and mid. I'm going to go ahead and insert a column right here. And let's say here we have a Social Security number. You'll actually notice it's not a Social Security number, it's actually a phone number, cause we have an extra digit there. But we'll just pretend here it's a Social Security number. Let's start with equals left, open parentheses. It's going to ask for text, so that's the cell that has the text. I'm going to put a comma. And now notice it's asking for the number of characters. So I want -- so if I want the first three characters, I'll put in three, close parentheses, and enter. And that will give me the first three numbers. If I want the last four digits of the Social Security number, I can put in equals, right, open parentheses, select the cell that has the text, put in a comma. Number of characters will be four. Close parentheses and enter. That will give me the last four digits. If I wanted the middle digits, I can select equals mid, open parentheses. Again, I'm going to select the cell that has the text, a comma. And notice it's now asking for the start number. I'm going to start one, two, three, four, five characters in. So I'm going to put in a five and a comma. And then it's going to ask me for the number of characters. Typically in a Social Security number you would have two. In this case I have three, so Page 5

34 I'm going to put in three, close parentheses, and enter. And that will give you the middle three digits. Let's say we wanted to put the last four digits of the Social Security number, but we want to have the star, star, star, and then the last four digits. We can put in equals, open quotation mark, star, star, star, closed quotation mark, the ampersand sign, so you can use the ampersand sign to add text. Just like a plus sign adds numbers, the and sign adds or connects text strings together. So we have the three stars, the and, and then we want the right open parentheses, the cell that has the text, comma, and the number of characters for, close parentheses, and enter. And there we have the star, star, star, and the last four digits of our Social Security number. To finish it up, we can click and drag up. We can double click down. And we can put in a title, last four digits. So that's how we can use our text functions to clean up our data. We took a look at upper, lower and proper. We also took a look at using the ampersand sign to add text strings together. And we just finished up by taking a look at left, right, and mid. That completes Module Five, Using Text Functions to Clean Up Your Data. {End of recording.} Page 6

Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information.

Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information. Intro: Hello and welcome to the CPA Australia podcast. Your weekly source of business, leadership, and public practice accounting information. In this podcast I wanted to focus on Excel s functions. Now

More information

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6 [00:00:31] Speaker 1: Hello everyone and welcome to excel lab two. To get started with this lab you will need two files. You will need excel lab two instructions file also, you will need excel lab two

More information

Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat )

Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat ) 60 Minutes of Excel Secrets Key Terms Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat ) Add-Ins AutoCorrect Module 1 Corrects typographical,

More information

Environmental Stochasticity: Roc Flu Macro

Environmental Stochasticity: Roc Flu Macro POPULATION MODELS Environmental Stochasticity: Roc Flu Macro Terri Donovan recorded: January, 2010 All right - let's take a look at how you would use a spreadsheet to go ahead and do many, many, many simulations

More information

Microsoft Excel Lab Three (Completed 03/02/18) Transcript by Rev.com. Page 1 of 5

Microsoft Excel Lab Three (Completed 03/02/18) Transcript by Rev.com. Page 1 of 5 Speaker 1: Hello everyone and welcome back to Microsoft Excel 2003. In today's lecture, we will cover Excel Lab Three. To get started with this lab, you will need two files. The first file is "Excel Lab

More information

Formulas: Index, Match, and Indirect

Formulas: Index, Match, and Indirect Formulas: Index, Match, and Indirect Hello and welcome to our next lesson in this module on formulas, lookup functions, and calculations, and this time around we're going to be extending what we talked

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

Graphs and Charts: Creating the Football Field Valuation Graph

Graphs and Charts: Creating the Football Field Valuation Graph Graphs and Charts: Creating the Football Field Valuation Graph Hello and welcome to our next lesson in this module on graphs and charts in Excel. This time around, we're going to being going through a

More information

Microsoft Excel Illustrated Unit B: Working with Formulas and Functions

Microsoft Excel Illustrated Unit B: Working with Formulas and Functions Microsoft Excel 2010- Illustrated Unit B: Working with Formulas and Functions Objectives Create a complex formula Insert a function Type a function Copy and move cell entries Understand relative and absolute

More information

The Slide Master and Sections for Organization: Inserting, Deleting, and Moving Around Slides and Sections

The Slide Master and Sections for Organization: Inserting, Deleting, and Moving Around Slides and Sections The Slide Master and Sections for Organization: Inserting, Deleting, and Moving Around Slides and Sections Welcome to the next lesson in the third module of this PowerPoint course. This time around, we

More information

Excel: A Quick Start Guide For Beginners - Learn How To Boost Your Productivity Today!

Excel: A Quick Start Guide For Beginners - Learn How To Boost Your Productivity Today! Excel: A Quick Start Guide For Beginners - Learn How To Boost Your Productivity Today! Bonus Gift For You! Get free access to your complimentary book How To Get Things Done: 100+ Productivity Hacks To

More information

Benchmark Excel 2010 Level 1, Chapter 4 Rubrics

Benchmark Excel 2010 Level 1, Chapter 4 Rubrics Benchmark Excel 2010 Level 1, Chapter Rubrics Note that the following are suggested rubrics. Instructors should feel free to customize the rubric to suit their grading standards and/or to adjust the point

More information

QUICKSTART COURSE - MODULE 7 PART 3

QUICKSTART COURSE - MODULE 7 PART 3 QUICKSTART COURSE - MODULE 7 PART 3 copyright 2011 by Eric Bobrow, all rights reserved For more information about the QuickStart Course, visit http://www.acbestpractices.com/quickstart Hello, this is Eric

More information

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls Excel 2003: Discos 1. Open Excel 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls 3. Enter the following data into your spreadsheet: 4. Make the headings bold. Centre

More information

Working with Formulas and Functions

Working with Formulas and Functions Working with Formulas and Functions Objectives Create a complex formula Insert a function Type a function Copy and move cell entries Understand relative and absolute cell references Objectives Copy formulas

More information

QUICKSTART COURSE - MODULE 1 PART 2

QUICKSTART COURSE - MODULE 1 PART 2 QUICKSTART COURSE - MODULE 1 PART 2 copyright 2011 by Eric Bobrow, all rights reserved For more information about the QuickStart Course, visit http://www.acbestpractices.com/quickstart Hello, this is Eric

More information

Excel Module 2: Working with Formulas and Functions

Excel Module 2: Working with Formulas and Functions 1. An Excel complex formula uses more than one arithmetic operator. a. True b. False True QUESTION TYPE: True / False LEARNING OBJECTIVES: ENHE.REDI.16.018 - Create a complex formula by pointing 2. According

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data UNIT TWO: Data for Simple Calculations T o p i c s : Enter and format a title Modify font style and size Enter column headings Move data Edit data I. Entering and Formatting Titles: The information used

More information

Annex IV - Stencyl Tutorial

Annex IV - Stencyl Tutorial Annex IV - Stencyl Tutorial This short, hands-on tutorial will walk you through the steps needed to create a simple platformer using premade content, so that you can become familiar with the main parts

More information

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Learn how to work with multiple worksheets, use the AutoFill tool, charts, and apply conditional formatting

More information

Excel 2016 Cell referencing and AutoFill

Excel 2016 Cell referencing and AutoFill Excel 2016 Cell referencing and AutoFill Good afternoon everyone and welcome to Student Tech Bytes. My name is Liza and today we are here for Excel Cell referencing and Autofill. Today s session will be

More information

Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer

Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer Each year my home is bombarded on Halloween with an incredible amount of Trick or Treaters. So what else would an analytics

More information

1 Best Practices Course Week 12 Part 2 copyright 2012 by Eric Bobrow. BEST PRACTICES COURSE WEEK 12 PART 2 Program Planning Areas and Lists of Spaces

1 Best Practices Course Week 12 Part 2 copyright 2012 by Eric Bobrow. BEST PRACTICES COURSE WEEK 12 PART 2 Program Planning Areas and Lists of Spaces BEST PRACTICES COURSE WEEK 12 PART 2 Program Planning Areas and Lists of Spaces Hello, this is Eric Bobrow. And in this lesson, we'll take a look at how you can create a site survey drawing in ArchiCAD

More information

Term Definition Introduced in:

Term Definition Introduced in: 60 Minutes of Access Secrets Key Terms Term Definition Introduced in: Calculated Field A field that displays the results of a calculation. Introduced in Access 2010, this field allows you to make calculations

More information

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one 0 Cost of Attendance Welcome to our first of --- webinars that we will be hosting this Fall semester of. Our first one is called Cost of Attendance. And it will be a 0- minute webinar because I am keeping

More information

Class 1 - Introduction

Class 1 - Introduction Class 1 - Introduction Today you're going to learn about the potential to start and grow your own successful virtual bookkeeping business. Now, I love bookkeeping as a business model, because according

More information

BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 7 - Custom Doors and Windows

BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 7 - Custom Doors and Windows BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 7 - Custom Doors and Windows Hello, this is Eric Bobrow. In this lesson, we'll take a look at how you can create your own custom

More information

MITOCW R3. Document Distance, Insertion and Merge Sort

MITOCW R3. Document Distance, Insertion and Merge Sort MITOCW R3. Document Distance, Insertion and Merge Sort The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational

More information

BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box

BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box BEST PRACTICES COURSE WEEK 14 PART 2 Advanced Mouse Constraints and the Control Box Copyright 2012 by Eric Bobrow, all rights reserved For more information about the Best Practices Course, visit http://www.acbestpractices.com

More information

dotted line kind of in the middle of my screen. And what that dotted line represents is where the page ends. Ok, so that s the very end of my page.

dotted line kind of in the middle of my screen. And what that dotted line represents is where the page ends. Ok, so that s the very end of my page. Hi, good afternoon and welcome to this Tuesday s TechTalk. My name is Kat Snizaski and today we are talking about formatting inside Excel 2010. I see, I think everybody can hear. If you can hear me please

More information

Example: Your Name (instead of contestant number) / Job 1

Example: Your Name (instead of contestant number) / Job 1 BPA PROJECT Advanced Spreadsheet Applications ASA Description: Finished Product: This project is based on the Advanced Spreadsheet Applications event; it consists of creating a spreadsheet with multiple

More information

Microsoft Excel Math Formula Guide

Microsoft Excel Math Formula Guide Microsoft Excel is a spreadsheet software that is used to organize and calculate data. This handout will focus on how to use built-in Excel functions to solve basic mathematical calculations. Basics of

More information

Instructor (Mehran Sahami):

Instructor (Mehran Sahami): Programming Methodology-Lecture21 Instructor (Mehran Sahami): So welcome back to the beginning of week eight. We're getting down to the end. Well, we've got a few more weeks to go. It feels like we're

More information

Spreadsheets 2: Calculate!

Spreadsheets 2: Calculate! Spreadsheets 2: Calculate! Name: Main: Spreadsheets are convenient for organizing text information in charts and rows. However, they can also act like a calculator to perform all sorts of mathematical

More information

PowerPoint Pro: Grouping and Aligning Objects

PowerPoint Pro: Grouping and Aligning Objects PowerPoint Pro: Grouping and Aligning Objects In this lesson, we're going to get started with the next segment of our course on PowerPoint, which is how to group, align, and format objects. Now, everything

More information

ArchiCAD Tutorial: How to Trace 2D Drawings to Quickly Create a 3D Model

ArchiCAD Tutorial: How to Trace 2D Drawings to Quickly Create a 3D Model ArchiCAD Tutorial: How to Trace 2D Drawings to Quickly Create a 3D Model Hello, this is Eric Bobrow of Bobrow Consulting Group, creator of the ArchiCAD MasterTemplate with another ArchiCAD video tip. In

More information

Buying and Holding Houses: Creating Long Term Wealth

Buying and Holding Houses: Creating Long Term Wealth Buying and Holding Houses: Creating Long Term Wealth The topic: buying and holding a house for monthly rental income and how to structure the deal. Here's how you buy a house and you rent it out and you

More information

Using Google Analytics to Make Better Decisions

Using Google Analytics to Make Better Decisions Using Google Analytics to Make Better Decisions This transcript was lightly edited for clarity. Hello everybody, I'm back at ACPLS 20 17, and now I'm talking with Jon Meck from LunaMetrics. Jon, welcome

More information

MITOCW R7. Comparison Sort, Counting and Radix Sort

MITOCW R7. Comparison Sort, Counting and Radix Sort MITOCW R7. Comparison Sort, Counting and Radix Sort The following content is provided under a Creative Commons license. B support will help MIT OpenCourseWare continue to offer high quality educational

More information

Photoshop Backgrounds: Turn Any Photo Into A Background

Photoshop Backgrounds: Turn Any Photo Into A Background Photoshop Backgrounds: Turn Any Photo Into A Background Step 1: Duplicate The Background Layer As always, we want to avoid doing any work on our original image, so before we do anything else, we need to

More information

Excel Manual Page Breaks Don't Work

Excel Manual Page Breaks Don't Work Excel Manual Page Breaks Don't Work Add a manual page break in Word 2010, and adjust page breaks automatically by Outlook.com People Calendar OneDrive Word Online Excel Online PowerPoint Word automatically

More information

National 4/5 Administration and I.T.

National 4/5 Administration and I.T. National 4/5 Administration and I.T. Personal Learning Plan Name: This document has been produced to help you track your learning within Administration and I.T. Your teacher will tell you when you should

More information

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 Table of Contents Introduction. Page 03 Logging into Spectrum.Page 03 Accessing the NVision

More information

SHA532 Transcripts. Transcript: Forecasting Accuracy. Transcript: Meet The Booking Curve

SHA532 Transcripts. Transcript: Forecasting Accuracy. Transcript: Meet The Booking Curve SHA532 Transcripts Transcript: Forecasting Accuracy Forecasting is probably the most important thing that goes into a revenue management system in particular, an accurate forecast. Just think what happens

More information

Autodesk University See What You Want to See in Revit 2016

Autodesk University See What You Want to See in Revit 2016 Autodesk University See What You Want to See in Revit 2016 Let's get going. A little bit about me. I do have a degree in architecture from Texas A&M University. I practiced 25 years in the AEC industry.

More information

Elizabeth Jachens: So, sort of like a, from a projection, from here on out even though it does say this course ends at 8:30 I'm shooting for around

Elizabeth Jachens: So, sort of like a, from a projection, from here on out even though it does say this course ends at 8:30 I'm shooting for around Student Learning Center GRE Math Prep Workshop Part 2 Elizabeth Jachens: So, sort of like a, from a projection, from here on out even though it does say this course ends at 8:30 I'm shooting for around

More information

Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project

Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project Good afternoon. Thank you for choosing the class Project Navigator to the Rescue in AutoCAD

More information

DAZ Studio. Camera Control. Quick Tutorial

DAZ Studio. Camera Control. Quick Tutorial DAZ Studio Camera Control Quick Tutorial By: Thyranq June, 2011 Hi there, and welcome to a quick little tutorial that should help you out with setting up your cameras and camera parameters in DAZ Studio.

More information

WoV\'t B. AttevvliV\9

WoV\'t B. AttevvliV\9 ABOUT THE AUTHOR: Mike Mason is a 25-year veteran of the meetings industry. He was named one of 2013's Top 25 Most Influential People in the Meetings Industry by Successful Meetings Magazine. WoV\'t B.

More information

PAC Listing Inventory

PAC Listing Inventory PAC Listing Inventory Welcome to how to list your product on Amazon for FBA, from the Proven Amazon Course. There are two ways to add product on Amazon. One is by adding the product individually, the other

More information

5- STEP BEACHBODY CHALLENGE GROUP INVITATION PROCESS

5- STEP BEACHBODY CHALLENGE GROUP INVITATION PROCESS 5- STEP BEACHBODY CHALLENGE GROUP INVITATION PROCESS The following examples for the invitation process are designed so you can easily personalize them for your prospect without much effort. It s more than

More information

COMPUTING CURRICULUM TOOLKIT

COMPUTING CURRICULUM TOOLKIT COMPUTING CURRICULUM TOOLKIT Pong Tutorial Beginners Guide to Fusion 2.5 Learn the basics of Logic and Loops Use Graphics Library to add existing Objects to a game Add Scores and Lives to a game Use Collisions

More information

Student Hub Live interface guide transcript

Student Hub Live interface guide transcript Student Hub Live interface guide transcript 0:00 [MUSIC PLAYING] 0:14 Karen Foley: The Student Hub Live is an online interactive event 0:17 and there are two ways that you can engage with it. 0:20 There's

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Autodesk University More Practical Dynamo; Practical Uses for Dynamo Within Revit

Autodesk University More Practical Dynamo; Practical Uses for Dynamo Within Revit Autodesk University More Practical Dynamo; Practical Uses for Dynamo Within Revit Hello, everyone. How's everyone doing? All right! Everyone excited to learn about Dynamo? Yeah! Welcome, everyone, to the

More information

Proven Performance Inventory

Proven Performance Inventory Proven Performance Inventory Module 4: How to Create a Listing from Scratch 00:00 Speaker 1: Alright guys. Welcome to the next module. How to create your first listing from scratch. Really important thing

More information

GD&T Administrator Manual v 1.0

GD&T Administrator Manual v 1.0 The GD&T Professional Edition GD&T Administrator Manual v 1.0 800-886-0909 Effective Training Inc. www.etinews.com Introduction to the GD&T Administrator s Manual There are two Administration programs

More information

Add Rays Of Sunlight To A Photo With Photoshop

Add Rays Of Sunlight To A Photo With Photoshop Add Rays Of Sunlight To A Photo With Photoshop Written by Steve Patterson. In this photo effects tutorial, we'll learn how to easily add rays of sunlight to an image, a great way to make an already beautiful

More information

Welcome to JigsawBox!! How to Get Started Quickly...

Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox Support! Firstly, we want to let you know that you are NOT alone. Our JigsawBox Customer Support is on hand Monday to Friday to

More information

Excel 2013 Unit A: Getting Started With Excel 2013

Excel 2013 Unit A: Getting Started With Excel 2013 Excel 2013 Unit A: Getting Started With Excel 2013 MULTIPLE CHOICE 1. An electronic is an application you use to perform numeric calculations and to analyze and present numeric data. a. database c. dataform

More information

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise (1 point) (Also see appendix II: Summary for making spreadsheets and graphs with Excel.) You will use spreadsheets to analyze data

More information

Copyright 2015, Rob Swanson Training Systems, All Rights Reserved.

Copyright 2015, Rob Swanson Training Systems, All Rights Reserved. DISCLAIMER This publication is indented to provide accurate and authoritative information with regard to the subject matter covered. The Handwritten Postcard System is not legal advice and nothing herein

More information

NET PAY USING EXCEL***

NET PAY USING EXCEL*** NET PAY USING EXCEL*** Log in to your GoogleDrive account. To make a new document, click New and then select Google Sheets The new spreadsheet that opens up should look like this: Title your spreadsheet

More information

Term Definition Introduced in: A site that allows users to quickly post information in an informal format and allow others to comment on it Module 1

Term Definition Introduced in: A site that allows users to quickly post information in an informal format and allow others to comment on it Module 1 Microsoft SharePoint Tips and Tricks Key Terms Term Definition Introduced in: Blog template A site that allows users to quickly post information in an informal format and allow others to comment on it

More information

MITOCW R9. Rolling Hashes, Amortized Analysis

MITOCW R9. Rolling Hashes, Amortized Analysis MITOCW R9. Rolling Hashes, Amortized Analysis The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources

More information

MITOCW R22. Dynamic Programming: Dance Dance Revolution

MITOCW R22. Dynamic Programming: Dance Dance Revolution MITOCW R22. Dynamic Programming: Dance Dance Revolution The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

xdev Magazine Markup Guide

xdev Magazine Markup Guide xdev Magazine Markup Guide How to use Markdown to format articles July 12, 2013 v1.2 xdev Magazine Markup Guide 2 Contents Introduction.............................. 3 The Goals of Our Formatting System..............

More information

Lesson 4: Develop and Launch an Engaging Website

Lesson 4: Develop and Launch an Engaging Website Chapter 1, Video 1: "Welcome to Lesson 4" Welcome to Lesson number 4. This is a lesson in which the old proverbial the rubber meets the road. To this point, you've created a strategy. You've got your business

More information

Contribute to CircuitPython with Git and GitHub

Contribute to CircuitPython with Git and GitHub Contribute to CircuitPython with Git and GitHub Created by Kattni Rembor Last updated on 2018-07-25 10:04:11 PM UTC Guide Contents Guide Contents Overview Requirements Expectations Grab Your Fork Clone

More information

How to Make a Run Chart in Excel

How to Make a Run Chart in Excel How to Make a Run Chart in Excel While there are some statistical programs that you can use to make a run chart, it is simple to make in Excel, using Excel s built-in chart functions. The following are

More information

MITOCW MITCMS_608S14_ses03_2

MITOCW MITCMS_608S14_ses03_2 MITOCW MITCMS_608S14_ses03_2 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

This Is A Free Report! You Do NOT Have The Right To Copy This Report In ANY Way, Shape, Or Form!

This Is A Free Report! You Do NOT Have The Right To Copy This Report In ANY Way, Shape, Or Form! This Is A Free Report! You Do NOT Have The Right To Copy This Report In ANY Way, Shape, Or Form! You can enjoy it and then pass it to someone else. Feel free to distribute the report as is to your friends,

More information

opensap Be Visual! Sketching Basics for IT Business Unit 0

opensap Be Visual! Sketching Basics for IT Business Unit 0 opensap Be Visual! Sketching Basics for IT Business Unit 0 00:00:13 Hi, and welcome to Week 1. My name is Johanna Wittig and I'm a user experience designer at SAP. 00:00:20 I've been driving several formats

More information

MITOCW watch?v=-qcpo_dwjk4

MITOCW watch?v=-qcpo_dwjk4 MITOCW watch?v=-qcpo_dwjk4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

ONTARIO MINISTRY OF EDUCATION

ONTARIO MINISTRY OF EDUCATION ONTARIO MINISTRY OF EDUCATION ************************************************************************ Financial Literacy in Grade 10 Guidance and Career Education GLC2O ************************************************************************

More information

Lesson 2: Choosing Colors and Painting Chapter 1, Video 1: "Lesson 2 Introduction"

Lesson 2: Choosing Colors and Painting Chapter 1, Video 1: Lesson 2 Introduction Chapter 1, Video 1: "Lesson 2 Introduction" Welcome to Lesson 2. Now that you've had a chance to play with Photoshop a little bit and explore its interface, and the interface is becoming a bit more familiar

More information

Module All You Ever Need to Know About The Displace Filter

Module All You Ever Need to Know About The Displace Filter Module 02-05 All You Ever Need to Know About The Displace Filter 02-05 All You Ever Need to Know About The Displace Filter [00:00:00] In this video, we're going to talk about the Displace Filter in Photoshop.

More information

copyright Karen Hinrichs, 2011 all rights reserved Adding Stops and Stitches Page 1 of 5 Adding Stops and Stitches to make Applique from Ordinary

copyright Karen Hinrichs, 2011 all rights reserved Adding Stops and Stitches Page 1 of 5 Adding Stops and Stitches to make Applique from Ordinary all rights reserved Adding Stops and Stitches Page 1 of 5 5D Embroidery Extra Adding Stops and Stitches to make Applique from Ordinary Karen Hinrichs Lee in Tampa asked: Is there a way to take a design

More information

2D Platform. Table of Contents

2D Platform. Table of Contents 2D Platform Table of Contents 1. Making the Main Character 2. Making the Main Character Move 3. Making a Platform 4. Making a Room 5. Making the Main Character Jump 6. Making a Chaser 7. Setting Lives

More information

Spreadsheets 3: Charts and Graphs

Spreadsheets 3: Charts and Graphs Spreadsheets 3: Charts and Graphs Name: Main: When you have finished this handout, you should have the following skills: Setting up data correctly Labeling axes, legend, scale, title Editing symbols, colors,

More information

As of today (September 9), two other classes are posted in full as well. You ll have immediate access to those two.

As of today (September 9), two other classes are posted in full as well. You ll have immediate access to those two. Sample from Session2: Emails That Attract More Prospects and Retain More Customers Copyright 2009 World Copywriting Institute, a division of David Garfinkel LLC W hat you are about to read is a transcript

More information

CHM 152 Lab 1: Plotting with Excel updated: May 2011

CHM 152 Lab 1: Plotting with Excel updated: May 2011 CHM 152 Lab 1: Plotting with Excel updated: May 2011 Introduction In this course, many of our labs will involve plotting data. While many students are nerds already quite proficient at using Excel to plot

More information

BEGINNER APP INVENTOR

BEGINNER APP INVENTOR Table of Contents 5 6 About this series Getting setup Creating a question Checking answers Multiple questions Wrapping up.....5.6 About this series These cards are going to introduce you to App Inventor.

More information

Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.]

Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.] Please stand by for realtime captions. [Captioner is on hold, waiting for event to begin.] >> Welcome to today's webinar, understanding your National Healthcare Safety Network Clostridium Difficile data,

More information

Blend Photos Like a Hollywood Movie Poster

Blend Photos Like a Hollywood Movie Poster Blend Photos Like a Hollywood Movie Poster Written By Steve Patterson In this Photoshop tutorial, we're going to learn how to blend photos together like a Hollywood movie poster. Blending photos is easy

More information

7-1-The_Best_Practices_Course--Week_7--Part_1--Interactive_Legends_Part_1

7-1-The_Best_Practices_Course--Week_7--Part_1--Interactive_Legends_Part_1 Hello, this is Eric Bobrow. And in this lesson, we're going to take a look at a variation of the favorites that I call Interactive Legends of Visual Favorites. Here I have a set of favorites that's going

More information

MITOCW ocw f08-lec36_300k

MITOCW ocw f08-lec36_300k MITOCW ocw-18-085-f08-lec36_300k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free.

More information

Original Recipe. Snuggly Squares Baby Quilt by Melissa Corry

Original Recipe. Snuggly Squares Baby Quilt by Melissa Corry Original Recipe Snuggly Squares Baby Quilt by Melissa Corry Hi, my name is Melissa Corry and this is my first Moda Bake Shop tutorial. To say I am excited would be a huge understatement! I am a huge fan

More information

Phone Interview Tips (Transcript)

Phone Interview Tips (Transcript) Phone Interview Tips (Transcript) This document is a transcript of the Phone Interview Tips video that can be found here: https://www.jobinterviewtools.com/phone-interview-tips/ https://youtu.be/wdbuzcjweps

More information

BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 5 - Importing 3D IFC and DWG Files to Create Library Parts

BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 5 - Importing 3D IFC and DWG Files to Create Library Parts BEST PRACTICES COURSE WEEK 21 Creating and Customizing Library Parts PART 5 - Importing 3D IFC and DWG Files to Create Library Parts Hello, this is Eric Bobrow. In this ArchiCAD video tutorial, I will

More information

TECHNOTravel. For Microsoft Word & PowerPoint 2010 Student Workbook. TECHNOeBooks Project-based Computer Curriculum ebooks.

TECHNOTravel. For Microsoft Word & PowerPoint 2010 Student Workbook. TECHNOeBooks Project-based Computer Curriculum ebooks. TECHNOTravel For Microsoft Word & PowerPoint 2010 Student Workbook TECHNOeBooks Project-based Computer Curriculum ebooks www.bepublishing.com Copyright 1993 2010. TechnoKids Inc. in partnership with B.E.

More information

Become A Blogger Premium

Become A Blogger Premium Introduction to Traffic Video 1 Hi everyone, this is Yaro Starak and welcome to a new series of video training, this time on the topic of how to build traffic to your blog. By now you've spent some time

More information

We recommend downloading the latest core installer for our software from our website. This can be found at:

We recommend downloading the latest core installer for our software from our website. This can be found at: Dusk Getting Started Installing the Software We recommend downloading the latest core installer for our software from our website. This can be found at: https://www.atik-cameras.com/downloads/ Locate and

More information

1 of 14. Lesson 2 MORE TOOLS, POLYGONS, ROOF. Updated Sept. 15, By Jytte Christrup.

1 of 14. Lesson 2 MORE TOOLS, POLYGONS, ROOF. Updated Sept. 15, By Jytte Christrup. 1 of 14 TUTORIAL - Gmax (version 1.2) Lesson 2 Updated Sept. 15, 2008. By Jytte Christrup. MORE TOOLS, POLYGONS, ROOF. We need to talk a bit about polygons and polycount. In Trainz, a model is seen as

More information

MITOCW watch?v=zkcj6jrhgy8

MITOCW watch?v=zkcj6jrhgy8 MITOCW watch?v=zkcj6jrhgy8 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

High Speed Motion Trail Effect With Photoshop

High Speed Motion Trail Effect With Photoshop High Speed Motion Trail Effect With Photoshop Written by Steve Patterson. In this Photo Effects tutorial, we'll learn how to add a sense of speed to an object using an easy to create motion blur effect!

More information

Easily Smooth And Soften Skin In A Photo With Photoshop

Easily Smooth And Soften Skin In A Photo With Photoshop Easily Smooth And Soften Skin In A Photo With Photoshop Written by Steve Patterson OPEN THE START FILE BY RIGHT CLICKING THE.JPG FILE AND CHOOSING OPEN WITH ADOBE PHOTOSHOP. SAVE AS: X_lastname_firstname_Smooth_Soft

More information

Financial Literacy Melissa Cleborne

Financial Literacy Melissa Cleborne Financial Literacy Melissa Cleborne Director of Training Agenda Essential Elements of a Check How to Write a Check How to Fill Out a Check Register Practice Scenarios Financial Literacy Essential Elements

More information

NCC_BSL_DavisBalestracci_3_ _v

NCC_BSL_DavisBalestracci_3_ _v NCC_BSL_DavisBalestracci_3_10292015_v Welcome back to my next lesson. In designing these mini-lessons I was only going to do three of them. But then I thought red, yellow, green is so prevalent, the traffic

More information