Sunday, July 18, 2021

Use Wildcards to Lookup and Sum Up Values

Have you ever received a list and wanted to do a lookup to add some values up, but the looked up value was combined with other text? Sure you could try to pull out that looked up value into another column and then use it to help with the lookup process to perform the calculation, but that would be more steps. You could actually use a wildcard to help out in this situation to match the looked up values and then perform your sums. Click on the video to see what I'm talking about.

Sunday, July 11, 2021

Calculate a Chi Square Test with Excel

A Chi (rhymes with the word "my" but starting out with a "k" like kite) squared test is used to determine the relationship between observed and expected values that are categorical variables. This means items that are counted, so this type of test would be used for continuous variables like weight or height. Excel has some useful functions that will perform Chi squared calculations BUT you'll still need to calculate out the Chi squared test statistic based on your data. Check out the video for two examples of Chi squared - goodness of fit and test for independence.

Sunday, July 4, 2021

Perform a One Sample Proportion Test in Excel

This video covers how to perform a one sample test for proportion. This type of test used to estimate the proportion of a population. It compares the proportion to a target or reference value . Unfortunately Excel doesn't have a function in the Data Analysis Tool-pack to do this in a few steps, but it's not that hard if you lay out the calculations in a column and then re-use if needed.

Sunday, June 27, 2021

Perform Year over Year Analysis with a Pivot Table

If you're familiar with Pivot Table, it's a great analysis tool. One common type of analysis is to compare the year over year (or month over month) change or growth of items. Maybe it the comparison of the actual number value or you could want the percentage change. One option is to have your data in the pivot table ready and make the calculations outside of the table (e.g., in the next column). But if you do it that way and make changes in the Pivot Table, the outside cell calculation could not work because they might be reference different cells now. This video will look at a simple data set of car sales and see how to compare the difference and percent differences over two years and make comparisons by date (months) and even by the car make to emphasis the flexibility of Pivot Table when you make changes. You don't need to calculate the change outside of the Pivot; instead let Excel do it for you. Then all you need to to it to plug your final table into a report or presentation.

Thursday, June 24, 2021

Quick Charts, Totals or Conditional Formats with Quick Analysis Tool

If you're having trouble thinking about what kind of chart, formatting or calculation to help analyze your data, you can get some idea or insight from Excel by using the Quick Analysis Tool. It can give you a sample of the kind of visuals or formatting that can be applied to your dat

Tuesday, June 22, 2021

Create a Geo Map Chart - Google Sheets

If you've got data to map, you might want to using the geo chart maps in Google Sheets. As long as you have some type of value that can be mapped like city, state or country, you can assign colors or markers to your data on a geographic map. All you need are two columns; one for the locale and the other to represent some quantitative value. The catch is that there are just to geo map options to use in Google sheets. Also you can't map latitude and longitude. However there is a workaround to that which involves some script (don't worry it's a copy/paste) and later on I'll even so you how to incorporate google sheet data with the google maps application.

Sunday, June 20, 2021

Use the Excel XLOOKUP Function

The XLOOKUP function is an Office 365 function that is sure to replace the other lookup functions like VLOOKUP, INDEX/MATCH, or HLOOKUP. It's so much more versatile and take the similar argument structure as the other functions and more. You can do various lookup variations like looking up to the left or looking up values from a bottoms up approach...and all this with just one function.