Skip to content

Analysis ToolPak, Histogram, Descriptive Statistics, Moving Average, Exponential Smoothing, Correlation Analysis, Regression Analysis

Notifications You must be signed in to change notification settings

Kuba27x/Excel-21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📊 Excel-21

Status Excel

✨ Project Description

Excel-21 is your illustrated guide to the Analysis ToolPak in Microsoft Excel, complete with screenshots and step-by-step instructions for:

  • Histogram
  • Descriptive Statistics
  • Moving Average
  • Exponential Smoothing
  • Correlation Analysis
  • Regression Analysis

📚 Goal: Help you analyze data efficiently in Excel—ideal for learners and professionals!


📒 Table of Contents


⚙️ Analysis ToolPak Setup

The Analysis ToolPak is an Excel add-in providing data analysis tools for financial, statistical, and engineering tasks.

  1. On the File tab, click Options.
  2. Under Add-ins, select Analysis ToolPak and click Go.

screenshot

  1. Check Analysis ToolPak and click OK.

screenshot

  1. On the Data tab, in the Analysis group, you can now click Data Analysis.

screenshot


📊 Histogram

  1. Enter bin numbers (upper levels) in the range C4:C8.
  2. Go to Data tab → Data Analysis.
  3. Select Histogram and click OK.

screenshot

  1. Select your data range (A2:A20), bin range (C4:C8), and output range (F6). Check Chart Output.

screenshot

  1. Click OK.

screenshot

  1. Click the legend and press Delete. Label bins clearly.
  2. To remove the space between bars: right-click a bar → Format Data Series → set Gap Width to 0%.
  3. To add borders: right-click bar → Format Data SeriesFill & Line icon → Border → select color.

screenshot

🎨 Note: Color changed for clarity. If using Excel 2016+, you can use the built-in Histogram chart type.


📑 Descriptive Statistics

Generate summary statistics using the add-in:

  1. Go to Data tab → Data Analysis.
  2. Select Descriptive Statistics and click OK.

screenshot

  1. Input range: A1:A15, Output range: C4, check Summary statistics.

screenshot

  1. Click OK.

screenshot


📈 Moving Average

Moving averages smooth out peaks and valleys to reveal trends.

  1. Go to Data tab → Data Analysis.
  2. Select Moving Average and click OK.

screenshot

  1. Input range: B2:M2, Interval: 6, Output range: B3.
  2. Click OK.

screenshot

  1. Repeat with intervals 2 and 4, then plot the graph.

screenshot

screenshot

📌 Conclusion: Larger intervals smooth more, smaller intervals are closer to actual data.


📉 Exponential Smoothing

Another way to highlight trends:

  1. Go to Data tab → Data Analysis.
  2. Select Exponential Smoothing and click OK.

screenshot

  1. Input range: B2:M2, Damping factor: 0.9 (1-α), Output range: B3.
  2. Click OK.

screenshot

  1. Repeat for α = 0.3 and α = 0.8, then plot the graph.

screenshot

screenshot

📌 Conclusion: Smaller α (larger damping) means smoother lines.


🔗 Correlation Analysis

The correlation coefficient measures how strongly variables relate.

  1. Go to Data tab → Data Analysis.
  2. Select Correlation and click OK.

screenshot

  1. Input range: A1:C6, check Labels in first row, Output range: A8.
  2. Click OK.

screenshot

screenshot

ℹ️ Variables A and C are positively correlated (0.91); A and B, B and C are weakly correlated.


📉 Regression Analysis

Test relationships between Quantity Sold and inputs like Price/Advertising.

  1. Go to Data tab → Data Analysis.
  2. Select Regression and click OK.

screenshot

  1. Y Range: A1:A8 (dependent), X Range: B1:C8 (independent), check Labels and Residuals. Output range: A11.
  2. Click OK.

screenshot

screenshot

R Square = 0.962 (excellent fit). Significance F < 0.05 and all P-values < 0.05, so results are statistically significant.

Regression equation:
y = Quantity Sold = 8536.214 - 835.722 * Price + 0.592 * Advertising


📷 Screenshots

All screenshots are in the /Screenshots folder.


ℹ️ Requirements

  • Microsoft Excel (recommended: 2021/365)
  • Windows OS

👨‍💻 Author

Project and documentation by Kuba27x
Repository: Kuba27x/Excel-21


About

Analysis ToolPak, Histogram, Descriptive Statistics, Moving Average, Exponential Smoothing, Correlation Analysis, Regression Analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published