My_Data_Road Logo

Table of Contents

Data Analysis Using Excel Case Study

Data analysis is an essential skill in today’s business world. As organizations deal with increasing amounts of data, it becomes crucial for professionals to make sense of this information and derive useful insights. Excel is a powerful and versatile tool that can assist in analyzing and presenting data effectively, particularly through the use of case studies.

A case study is a detailed examination of a specific situation or problem in order to better understand the complexities involved. By using Excel for data analysis, individuals can explore and analyze the data related to the case study in a comprehensive and structured manner. Excel offers various tools and functionalities, such as PivotTables, slicers, and data visualization features, which allow users to assess patterns, trends, and relationships within the data.

Applying these techniques for data analysis in Excel case studies enables professionals to make well-informed business decisions and communicate their findings effectively. By leveraging the capabilities of Excel in conjunction with case studies, individuals can unlock valuable insights that drive organizational success and contribute to an enhanced understanding of the overall data landscape.

Excel Basics for Data Analysis

Dataset preparation.

When working with Excel, the first step in data analysis is dataset preparation . This process involves setting up the data in a structured format, with clearly defined headers and cells. To start, you must import or enter your data into an Excel spreadsheet, ensuring that each record is represented by a row and each variable by a column. Headers should be placed in the top row and provide descriptive labels for each column. Proper organization of your dataset helps to ensure accurate analysis and interpretation .

For example, suppose you have a dataset that contains the following information:

Year Category Sales Profit
2020 Clothing 12000 5000
2021 Clothing 15000 6000

In this dataset, the headers are “Year,” “Category,” “Sales,” and “Profit.” Each row represents a record, and the cells contain the corresponding data.

Data Cleaning

The next step in data analysis using Excel is data cleaning . Data cleaning is the process of identifying and correcting errors, inconsistencies, and inaccuracies in your dataset. Common data cleaning tasks include:

  • Removing duplicate records,
  • Filling in missing values,
  • Correcting data entry errors,
  • Standardizing and formatting variable names and values.

To perform data cleaning in Excel, you can use various functions and tools:

  • Remove duplicates: To remove duplicate records, select your dataset and navigate to the Data tab. Click the “Remove Duplicates” button and select the columns to be used for identifying duplicate rows.
  • Fill in missing values: Use Excel functions such as VLOOKUP , HLOOKUP , and INDEX-MATCH to fill in missing values based on other data in your dataset. You can also use the IFERROR function to handle errors when looking up values.
  • Correct data entry errors: Use Excel’s “Find and Replace” tool (Ctrl + F) to search for and correct errors in your dataset. You may need to perform this multiple times for different errors.
  • Standardize and format variable names and values: Use Excel functions such as UPPER , LOWER , PROPER , and TRIM to standardize text data. Format numerical values using the Number Format options in the Home tab.

By ensuring your dataset is clean and well-organized, you can confidently move forward with more advanced data analysis tasks in Excel.

Powerful Excel Functions

Excel is a versatile tool when it comes to data analysis. There are many powerful functions that can help you perform complex calculations and analysis easily. In this section, we will explore some of the top functions in three categories: Text Functions, Date Functions, and Lookup Functions.

Text Functions

Text Functions are crucial when working with large sets of data containing text. These functions help in cleaning, extracting, and modifying text data. Some key text functions include:

  • LEFT : Extracts a specified number of characters from the beginning of a text string.
  • RIGHT : Extracts a specified number of characters from the end of a text string.
  • MID : Extracts a specified number of characters from a text string, starting at a specified position.
  • TRIM : Removes extra spaces from text, leaving a single space between words and no space at the beginning or end of the text.
  • CONCATENATE : Joins multiple text strings into one single string.
  • FIND : Locates the position of a specific character or text string within another text string.

Date Functions

Date Functions are essential for dealing with dates and times in data analysis. These functions help in calculating the difference between dates, extracting parts of a date, and performing various date-related calculations. Some notable date functions include:

  • TODAY : Returns the current date.
  • NOW : Returns the current date and time.
  • DATEDIF : Calculates the difference between two dates in days, months, or years.
  • DATE : Creates a date by combining individual day, month, and year values.
  • WEEKDAY : Returns the day of the week corresponding to a specific date, as an integer between 1 (Sunday) and 7 (Saturday).
  • EOMONTH : Returns the last day of the month for a given date.

Lookup Functions

Lookup Functions are powerful tools used to search and retrieve data from a specific range or table in Excel. These functions can save time and effort when working with large datasets. Some essential lookup functions include:

  • VLOOKUP : Searches for a specific value in the first column of a range and returns a corresponding value from a specified column.
  • HLOOKUP : Searches for a specific value in the first row of a range and returns a corresponding value from a specified row.
  • INDEX : Returns a value from a specific cell within a range, using row and column numbers.
  • MATCH : Searches for a specific value in a range and returns its relative position within that range.
  • XLOOKUP : Performs a lookup by searching for a specific value in a range or table and returning a corresponding value from another column or row (available only in Excel 365 and Excel 2019).

These powerful Excel functions can help make the process of data analysis more efficient and accurate. In combination with appropriate formatting, tables, and other visual aids, these functions can greatly enhance your ability to process and understand large datasets.

Related Article: Excel Functions for Data Analysts.

Data Exploration and Visualization

In the process of data analysis using Excel, data exploration and visualization play essential roles in revealing patterns, trends, and relationships within the data. This section will cover two primary techniques for data visualization in Excel: Charts and Trends, and Pivot Tables and Pivot Charts.

Charts and Trends

Charts in Excel are a highly effective method of uncovering patterns and relationships within the dataset. There are various types of charts available in Excel that cater to different use cases, such as bar charts, line charts, and scatter plots. These chart types can be customized to suit the needs of the analysis and to emphasize specific trends or patterns.

Trends in the data can be identified with the help of charts, and Excel offers trend lines functionalities to visualize these trends more clearly. By applying a trend line, one can easily identify the overall direction (positive or negative) of the dataset and make predictions based on this information. Additionally, Excel offers built-in formatting options that can help emphasize certain data points or highlight particular trends for easier interpretation.

Pivot Tables and Pivot Charts

Pivot Tables are another powerful data analysis feature in Excel. They allow the user to summarize, reorganize, and filter data by dragging and dropping columns into different areas. This enables the user to analyze data across multiple dimensions, revealing hidden insights and patterns.

To complement Pivot Tables, Excel also offers Pivot Charts, which allow users to create dynamic visualizations derived from the Pivot Table data. Pivot Charts offer the same chart types as regular Excel charts but with the added capability to update the chart when the Pivot Table data is altered. This makes Pivot Charts ideal for creating interactive and easily updatable visualizations.

Overall, incorporating these techniques into the data analysis process can enhance understanding and unveil valuable insights from the dataset. When using Excel for data analysis, data exploration and visualization with Charts and Trends, as well as Pivot Tables and Pivot Charts, can provide a comprehensive and insightful overview of the data in question.

Case Study: Covid-19 Data Analysis

Data collection and cleaning.

The Covid-19 pandemic has generated vast amounts of data, requiring researchers and analysts to collect, clean, and organize data sets to gain valuable insights. Several sources, such as the World Health Organization and Johns Hopkins University , provide updated information on confirmed cases, recoveries, and deaths.

Data collection starts with gathering raw data from various sources. These data sets may have inconsistencies, missing values, or discrepancies, which need to be addressed to ensure accurate analysis. Data cleaning is a critical step in this process, involving tasks such as removing duplicates, filling in missing values, and correcting errors.

Exploratory Data Analysis

Once the data is clean and organized, exploratory data analysis (EDA) can be conducted using tools like Excel. EDA helps analysts understand the data, identify patterns, and generate hypotheses for further investigation.

Some useful techniques in conducting EDA in Excel include:

  • Pivot Tables : These allow users to summarize and reorganize data quickly, providing aggregated views of the data.
  • Charts and Graphs : Visual representations of data, such as bar charts or line graphs, can display trends, correlations, or patterns more clearly than raw numbers.
  • Descriptive Statistics : Excel’s built-in functions allow easy calculation of measures such as mean, median, and standard deviation, providing a preliminary statistical analysis of the data.

In the context of Covid-19 data, EDA can help reveal important information about the pandemic’s progression. For example, analysts can:

  • Compare infection rates across countries or regions
  • Monitor changes in case numbers over time
  • Evaluate the effectiveness of public health interventions and policies

The insights gained from exploratory data analysis can guide further research, inform decision-making, and contribute to a better understanding of the pandemic’s impact on public health.

Case Study: Stock Market Data Analysis

Data collection and preparation.

The first step in the stock market data analysis case study is collecting and preparing the data. This process involves gathering historical stock prices, trading volumes, and other relevant financial metrics from reliable sources. The data can be cleaned and organized in Excel, removing any errors or inconsistencies. It’s essential to verify the collected data’s accuracy to ensure the analysis’s validity.

After preparing the financial data, the next step is to compute essential measures and ratios. These may include:

  • Price-to-Earnings (P/E) Ratio
  • Dividends Yield
  • Total Return
  • Moving Averages

Calculating these ratios and measures provides a general overview of a company’s performance in the stock market, which can be further analyzed with Excel tools.

Profit and Loss Analysis

In this stage of the case study, profit and loss analysis is conducted to assess the stock’s performance. Using Excel PivotTables, we can summarize the data to identify trends or patterns in the stock market. For instance, we can analyze the historical profits and losses of multiple stocks during a specific state or market condition.

Analyzing profit and loss data can also be done with natural language capabilities in Excel. This feature allows us to ask questions about the dataset, and Excel will produce relevant results. For example, we could pose a question like “Which stocks had the highest profit margins in the last quarter?” or “What is the average loss for the technology sector?”

After exploring the profits and losses of the stocks, we can gain insights into which stocks or sectors are more profitable or risky. This information can help potential investors make informed decisions about their investment strategies. Additionally, the insights from the case study can serve as a reference point for future stock market analyses.

Remember, this case study only serves as an example of how to conduct stock market data analysis using Excel. By adapting and expanding on these techniques, one can harness the power of Excel to explore various aspects of financial markets and derive valuable insights.

Case Study: San Diego Burrito Ratings

Data gathering and cleaning.

The main objective of this case study is to evaluate and analyze the various factors that contribute to the ratings of San Diego burritos. The data used in this analysis is collected from different sources, which include customer reviews and ratings from Yelp, along with other relevant information about burrito sales and geographical distribution. The raw data is then compiled and cleaned to ensure that it is consistent and free from any discrepancies or errors. This process involves standardizing the fields and records, as well as filtering out any irrelevant information. The cleaned data is then organized into a structured format, which is suitable for further analysis using Excel PivotTables and Charts.

Use of Pivot Tables and Charts

After cleaning and organizing the data, Excel PivotTables are utilized to analyze the regional distribution of San Diego burrito ratings. By categorizing the data based on regions, such as East and West, it becomes convenient to identify the ratings and sales trends across these regions. The organized data is then sorted based on the ratings and popularity of burrito establishments within specific densely populated areas.

Using Pivot Charts, a graphical representation of the data is created to provide a clear and comprehensive visual of the ratings distribution in different regions of San Diego. It becomes easier to discern patterns and trends, allowing for the development of informed conclusions on the factors influencing the popularity and success of burrito establishments.

Throughout the analysis, various parameters are investigated, which include the relationship between ratings and sales, the potential impact of particular fields on popularity, and the apparent differences between densely populated regions in terms of burrito preferences. By utilizing PivotTables and Charts confidently, it is possible to draw insights and conclusions that can help optimize marketing strategies, guide customer preferences, and influence the overall success of burrito establishments across San Diego.

Case Study: Shark Attack Records Analysis

Data collection and pre-processing.

In this case study, the primary focus is on the analysis of shark attack records recorded between 1900 and 2016, consisting of just under 5,300 records or observations. To begin the analysis, the data needs to be collected from a reliable source and pre-processed to ensure its accuracy and relevance.

Data pre-processing is an essential step to prepare the dataset for analysis. It involves checking for missing values, outliers, and inconsistencies in the data. Additionally, it may also require converting the data into a suitable format, such as categorizing dates or splitting location information into separate columns (latitude and longitude).

Identifying Trends and Patterns

Once the dataset has been pre-processed, it’s time to dive into the analysis using Microsoft Excel. Excel offers a fast and central way to analyze data and search for trends and patterns within shark attack records. One powerful tool for this purpose is Excel’s PivotTables, which allows users to easily aggregate and summarize data.

Some possible trends and patterns that can be identified through the analysis of shark attack records include:

  • Temporal Trends: Analyzing the frequency of shark attacks over time to identify any patterns in the occurrence of attacks, such as seasonality or specific years with higher attack rates.
  • Geographical Patterns: Identifying areas with a higher concentration of shark attacks, which can provide insights into hotspots and potentially dangerous locations.
  • Victim Demographics: Examining the demographics of shark attack victims, such as age, gender, and activity type, to determine if certain groups are more prone to attacks.
  • Species Involved: Investigating the types of shark species responsible for attacks and their relative frequency in the dataset.

By utilizing Excel’s data analysis tools and PivotTables, researchers can confidently and clearly identify trends and patterns in the shark attack records, providing valuable insights into shark behavior and risk factors associated with shark attacks. This analysis can be helpful in understanding and managing the risks associated with shark encounters for both public safety and conservation efforts.

Related Article: How to Solve Data Analysis Real World Problems.

Additional Resources and Exercises

Kaggle and data analysis courses.

Kaggle is a popular platform that offers data science competitions, datasets, and courses to help you improve your data analysis skills in Excel. The courses are designed for various skill levels, and they cover essential concepts like PivotTables and data visualization. The comprehensive exercises and practical case studies provide a real-world context for mastering data analysis techniques.

The course reviews on Kaggle are usually quite positive, with many users appreciating the knowledgeable instructors and engaging content. If you’re looking to become a data analyst or enhance your existing skills, exploring the data analysis courses on Kaggle is a great starting point.

Power Query in Excel

Power Query is a powerful data analysis tool in Excel that enables you to import, transform, and combine data from various sources. This feature is particularly useful when working with large datasets or preparing data for analysis. There are numerous resources available to learn how to use Power Query effectively.

To practice using Power Query, consider working on exercises that focus on data cleansing, data transformation, and data integration. As you progress, you will gain a deeper understanding of the various Power Query functionalities and become more confident in your data analysis abilities.

In conclusion, engaging with additional resources like Kaggle courses and Power Query exercises will help you hone your Excel data analysis skills and enable you to tackle complex case studies with ease.

Frequently Asked Questions

How can excel be used for effective case study analysis.

Excel is a versatile tool that can be utilized for effective case study analysis. By organizing and transforming data into easily digestible formats, users can better identify trends, patterns, and insights within their data sets. Excel also offers various functions and tools, such as pivot tables, data tables, and data visualization, which enable users to analyze case study data more efficiently and uncover valuable information.

Which Excel functions are most useful for data analysis in case studies?

There are numerous Excel functions that can be highly useful for data analysis in case studies. These include:

  • VLOOKUP, which allows users to search for specific information in large data sets
  • INDEX-MATCH, a more advanced alternative to VLOOKUP that’s capable of handling more complex data structures
  • IF, which helps in making conditional statements and decisions in data analysis
  • AVERAGE, MAX, MIN, and COUNT for basic data aggregation
  • SUMIFS and COUNTIFS, which allow users to perform conditional aggregation based on predefined criteria

What are some examples of data analysis projects using Excel?

Many different projects can benefit from data analysis using Excel, such as financial analysis, market research, sales performance tracking, and customer behavior analysis. Businesses across industries are known to use Excel for evaluating their case studies and forming data-driven decisions based on their insights.

How can Excel pivot tables aid in analyzing case study data?

Pivot tables in Excel are powerful, enabling users to summarize and analyze large data sets quickly and efficiently. They allow users to group and filter data based on different dimensions, making it much easier to identify trends, patterns, and relationships within the data. Additionally, pivot tables provide user-friendly drag-and-drop functionalities, allowing for easy customization and requiring minimal Excel proficiency.

In which industries is Excel data analysis most commonly applied in case studies?

Excel data analysis is widely used across various industries for case studies, including:

  • Finance and banking, for analyzing investment portfolios, risk management, and financial performance
  • Healthcare, for patient data analysis and identifying patterns in disease occurrence
  • Marketing and sales, to analyze customer data and product performance
  • Retail, for inventory management and sales forecasting
  • Manufacturing, to evaluate the efficiency and improve production processes

What steps should be followed for a successful data analysis process in Excel?

A successful data analysis process in Excel typically involves the following steps:

  • Data collection: Gather relevant data from various sources and consolidate it in Excel.
  • Data cleaning and preprocessing: Remove any errors, duplicate records, or missing values in the data, and reformat it as necessary.
  • Data exploration: Familiarize with the data, identify patterns, and spot trends through descriptive analysis and visualization techniques.
  • Data analysis: Use relevant functions, formulas, and tools such as pivot tables to analyze the data and extract valuable insights.
  • Data visualization: Create charts, graphs, or dashboard reports to effectively visualize the findings for improved understanding and decision-making.

What you should know:

  • Our Mission is to Help you to Become a Professional Data Analyst.
  • This Website is a Home for Data Analysts.  Get our latest in-depth Data Analysis and Artificial Intelligence Lessons and Updates in your Inbox.

Tech Writer | Data Analyst | Digital Creator

Get Our Professional Data Analyst Roadmap for free

You may also like

Most Useful Excel Functions for Data Analysis-A Concise Guide my data road

dBooks

Excel Data Analysis

Modeling and simulation.

by Hector Guerrero

Excel Data Analysis

Subscribe to new books via dBooks.org telegram channel

Book description.

This open book is licensed under a Creative Commons License (CC BY). You can download Excel Data Analysis ebook for free in PDF format (16.0 MB).

Book Details

CC BY

Book Hashtags

Related books.

Think Stats

data analysis using excel case study pdf

Guerrilla Data Analysis Using Microsoft Excel

Overcoming crap data and excel skirmishes, by oz du soleil & bill jelen.

Third Edition

Transform Your Data Analysis Skills with Expert Guidance! 

Guerrilla Data Analysis : Your step-by-step eBook to understanding data. Written by top Microsoft MVPs Oz du Soleil and Bill Jelen (known as "Mr. Excel"), this book is essential for anyone new to handling data, with or without prior experience.

data analysis using excel case study pdf

What Sets This Guide Apart?

From Basics to Brilliance : Start with Excel fundamentals and smoothly transition to master advanced tools like Pivot Tables and Power Query.

Real-World Applications : Learn to navigate through common data challenges in diverse sectors including non-profits and retail.

New Excel Features : Discover the newest Excel functionalities like XLOOKUP and dynamic arrays, with a practical, hands-on approach.

Useful Tips : Move beyond theoretical knowledge to applying Excel in making informed decisions.

In its third edition , " Guerrilla Data Analysis " is more than just a guide; it's a mentor in eBook form. Whether you’re tasked with managing budgets, analyzing data, or just beginning your data journey, this eBook will help you organize data clearly so you can make smart choices.

📚 Get Your Copy Now and start turning data chaos into clear, actionable insights!

Get the eBook & All Files

Paid download, files included.

After enrolling, you’ll immediately get access to  277 pages  and go beyond Excel tips & tricks with real world warnings and case studies.

You can download the eBook in 2 formats:

You’ll also get the Excel and data analysis files used throughout this book. That way, you can follow along as you read.

The easiest way to explore this book, is to use the same data file, and check your progress against the many images provided.

Chapter Summary

Starting with the essentials, Chapters 1 to 3 introduce Excel's core functions, formulas, and collaboration tools. The focus is on practical applications like creating dynamic spreadsheets and managing Excel Tables.

Chapters 4 to 6 explore data summarization with criteria-based functions and Pivot Tables, equipping readers to quickly organize and analyze data.

In Chapters 7 to 9, the book dives into Power Query for data cleaning and transformation, along with strategies for data deduplication, emphasizing data's real-world messiness.

Chapters 10 to 12 are about dynamic arrays and data validation techniques, ensuring inputs are clean and processes are efficient.

Chapters 13 to 16 discuss protecting work with sheet and cell protection strategies, and utilizing advanced functions such as INDIRECT and OFFSET for complex data manipulation.

Data types, graphing, and potential pitfalls in data analysis are examined in Chapters 17 to 20, with the newer Excel features like XLOOKUP and the LET function highlighted in Chapters 21 and 22.

The final chapters, 23 to 28, offer advanced insights into managing data models, improving data integrity, and practical layout tips for effective data analysis.

data analysis using excel case study pdf

About The Authors

Oz du Soleil is an Excel MVP who has been working with Excel since 2001. Oz has several Excel courses on the LinkedIn Learning platform.

He’s possibly best known for the dramatic and colorful Excel tutorials he posts on his YouTube channel Excel on Fire. Most recently, Oz has presented Excel topics and master classes at conferences in Amsterdam; Bulgaria; Brazil; Toronto; and cities around the United States.

When Oz isn’t elbows-deep in the guts of a spreadsheet, he does storytelling around Portland, Oregon. He has told stories onstage for Risk!, Pants on Fire, Seven Deadly Sins, Pickathon, The Moth, and other storytelling shows.

data analysis using excel case study pdf

Bill Jelen is the host of MrExcel.com and the author of 61 books about Microsoft Excel including Excel Gurus Gone Wild, Pivot Table Data Crunching, and Excel 2019 Inside Out.

He has made over 80 guest appearances on TV’s Call for Help with Leo Laporte and was voted guest of the year on the Computer America radio show.

He writes the Excel column for Strategic Finance magazine. He has produced over 2200 episodes of his daily video podcast Learn Excel from MrExcel.

❓Frequently Asked Questions

How can i view my ebook after purchase.

Right after you complete your payment, you'll have the option to download the eBook in two formats: PDF and ePUB. To ensure a smooth reading experience, please check that your devices can open and read these formats before making your purchase.

Are refunds available for the eBook?

Please note that all eBook sales are final. Therefore, we are unable to offer refunds once a purchase is made.

Does the eBook expire?

The eBook does not have an expiration date. You can download it and transfer it to multiple devices for your own personal use.

MrExcel.com - Your One Stop for Excel Tips & Solutions

Guerrilla Data Analysis Using Microsoft Excel - 3rd Edition

Guerrilla Data Analysis Using Microsoft Excel - 3rd Edition

Stop Being a Victim of Bad Data!

"Be aware: This is not just a technical book about spreadsheets but arguably a dense treaty on how to get yourself out from data conflicts, end unnecessary misery and make something happen with powerful Excel sorcery (Power Query, Pivot Tables, Dynamic Arrays, & more!). May this book lead you to begin the endless joyful journey of going from a “crude Excel user” to a “bona fide Excel beast”, and more importantly, may this book also help you claim victory over crappy datasets and become the hero for the people the data is connected to."

  • Publisher: Holy Macro! Books
  • ISBN: 978-1-61547-074-7
  • PDF ISBN: 978-1-61547-160-7

"Excel Skirmishes and Conquering Crap Data"

Two of the leading Excel channels on YouTube join forces to combat bad data. This book includes step-by-step examples and case studies that teach users the many power tricks for analyzing data in Excel. These are tips honed by Bill Jelen, "MrExcel," and Oz du Soleil during their careers run as financial analysts charged with taking mainframe data and turning it into useful information quickly. Topics include data quality, validation, perfectly sorting with one click every time, matching lists of data, data consolidation, data subtotals, pivot tables, pivot charts, tables, and much more.

Table of Contents

  • Introduction: Welcome to the World of Guerrilla Data Analysis!
  • Chapter 1: Reviewing the Basics
  • Chapter 2: Excel Tables: The Glue in Dynamic Spreadsheet Development
  • Chapter 3: Collaboration Tools
  • Chapter 4: Summing and Counting with Criteria
  • Chapter 5: VLOOKUP and XLOOKUP
  • Chapter 6: Pivot Tables: The Turning Point!
  • Chapter 7: Power Query
  • Chapter 8: Conditional Formatting
  • Chapter 9: De-duping in Excel
  • Chapter 10: Dynamic Arrays
  • Chapter 11: Data Is Never 100% Clean (Not for Very Long)
  • Chapter 12: Data Validation: Controlling Inputs and Maintaining Data Integrity
  • Chapter 13: Protecting Sheets and Cells
  • Chapter 14: Octopus Spreadsheets
  • Chapter 15: INDIRECT
  • Chapter 16: OFFSET
  • Chapter 17: Recognizing Patterns
  • Chapter 18: Data Types and Stock History
  • Chapter 19: Graphing
  • Chapter 20: The Dangers of Just Diving In
  • Chapter 21: The LET Function
  • Chapter 22: Warnings About Machine Learning–Driven Features in Excel and Power Query
  • Chapter 23: Avoid Working on Your Source Data
  • Chapter 24: Using Slicers
  • Chapter 25: Data Models and Relationships
  • Chapter 26: People, Processes, and Tools
  • Chapter 27: Keeping Your Data in as Few Places as Possible
  • Chapter 28: Rough-and-Tumble Tips and Insights
  • Chapter 29: Spreadsheet Layout and Development

Where to Buy

eBook from MrExcel.

Print book from MrExcel (Estimated release date: August 2022)

Other Editions

Guerilla Data Analysis

September 2002

Bill Jelen uses his combined experience and analytical ingenuity to de-mystify the arduous task of dealing with downloaded data.

Guerrilla Data Analysis 2nd Edition

This book includes step-by-step examples and case studies that teach users the many power tricks for analyzing data in Excel. These tips have been honed by Oz du Soleil, a former financial analyst charged with taking mainframe data and turning it into useful information quickly, and "MrExcel" himself, Bill Jelen.

Related Products

Cleaning Excel Data With Power Query Straight To The Point

Cleaning Excel Data With Power Query Straight To The Point

This book provides a quick Straight-to-the-Point introduction to Power Query. There’s a lot here, and there’s also a lot that’s not here. Reading this book will be like sitting down at a café and striking up a conversation with the person at the next table, where you learn enough random stuff about that person to decide if you want to know more and keep in touch.

Excel Data Cleansing Straight To The Point

Excel Data Cleansing Straight To The Point

This Straight to the Point guide provides an introduction to data cleansing, which also goes by names such as data munging and data wrangling. Whatever the name, it basically means doing what needs to be done to make data useful and trustworthy.

  • Statistics as Topic

Automated Data Analysis Using Excel 2nd Edition

  • Edition: 2nd
  • Publisher: Routledge/Chapman and Hall/CRC
  • Editor: Randi Cohen
  • ISBN: 9781003051886

Brian Bissett at Federal Communications Commission

  • Federal Communications Commission

Abstract and Figures

ElogD macro report with all parameters shown.

Discover the world's research

  • 25+ million members
  • 160+ million publication pages
  • 2.3+ billion citations
  • Recruit researchers
  • Join for free
  • Login Email Tip: Most researchers use their institutional email address as their ResearchGate login Password Forgot password? Keep me logged in Log in or Continue with Google Welcome back! Please log in. Email · Hint Tip: Most researchers use their institutional email address as their ResearchGate login Password Forgot password? Keep me logged in Log in or Continue with Google No account? Sign up

Fundamentals of Data Analysis in Excel

  • Pull and visualize insights from your data using data analysis tools
  • Apply best practices for data structuring, analysis, and visualizations
  • Discover modern Excel functionality like dynamic array formulas, linked data types, and more.

data analysis using excel case study pdf

  • What You'll Learn
  • Career Programs
  • What Students Say

Fundamentals of Data Analysis in Excel Overview

data analysis using excel case study pdf

Fundamentals of Data Analysis in Excel Learning Objectives

Upon completing this course, you will be able to:

  • Analyze  a dataset using native Excel tools
  • Apply  Excel tools and formulas to transform and structure your data
  • Create  pivot tables to slice and dice your data
  • Visualize  data with pivot charts and Excel Charts
  • Explore  the landscape of data analysis and visualization

data analysis using excel case study pdf

Who should take this course?

data analysis using excel case study pdf

Approx 8h to complete

100% online and self-paced

What you'll learn

Introduction to data analysis in excel, analyze data, transform data, excel tables, dynamic arrays, pivot tables, visualize data, course conclusion, qualified assessment, this course is part of the following programs.

Why stop here? Expand your skills and show your expertise with the professional certifications, specializations, and CPE credits you’re already on your way to earning.

Financial Modeling & Valuation Analyst (FMVA®) Certification

  • Skills Learned Financial modeling and valuation, sensitivity analysis, strategy
  • Career Prep Investment banking and equity research, FP&A, corporate development

Business Intelligence & Data Analyst (BIDA®) Certification

  • Skills Learned Data visualization, data warehousing and transformation, data modeling and analysis
  • Career Prep Business intelligence analyst, data scientist, data visualization specialist

Data Analysis in Excel Specialization

  • Skills Learned Data Modelling & Analysis, Data Transformation, Data Visualization
  • Career Prep Data Analyst, Business Intelligence Specialist, Data Scientist, Finance Analyst

Business Intelligence Analyst Specialization

  • Skills learned Data Transformation & Automation, Data Visualization, Coding, Data Modeling
  • Career prep Data Analyst, Business Intelligence Specialist, Finance Analyst, Data Scientist

Financial Planning & Analysis (FP&A) Specialization

  • Skills Learned Accounting, Finance, Excel, Data Analysis, Financial Statement Analysis, Financial Modeling, Budgeting, Forecasting, Power Query, Power BI, and more.
  • Career Prep Financial Analyst, Project Evaluator, FP&A Manager and more

What Our Members Say

Joseph buoro, ose anointed ehiaguina, adedoyin kalesanwo, fa shadrack alosa, nyinawumuntu valentine, aboobackar siddique, adaora ndenojuo, phanas heinelt, abubakar tijjani, joseph bewaji, dennis ibeh ukpogwu, pierre hansel malihan, fidele niyongira, wahab abiona, syed zahid hussain shah bukhari (cscm, m.b.a (finance), kerolos malak fawzy, ca abhishek shrivastav, swaraj sarang, aniket padir, afeez ajumobi, ovey alexander, frequently asked questions.

Excel Fundamentals - Formulas for Finance

Create a free account to unlock this Template

Access and download collection of free Templates to help power your productivity and performance.

Already have an account? Log in

Supercharge your skills with Premium Templates

Take your learning and productivity to the next level with our Premium Templates.

Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.

Already have a Self-Study or Full-Immersion membership? Log in

Access Exclusive Templates

Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.

Already have a Full-Immersion membership? Log in

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

This project is done using Advanced-Excel for in-depth exploratory data analysis on loan applications, identifying patterns to differentiate loan defaulters from reliable borrowers. By addressing missing data, outliers, and imbalances, I've unveiled influential factors, aiding informed lending decisions.

Sourav-Pattanayak/Bank-Loan-Case-Study

Folders and files.

NameName
4 Commits

Repository files navigation

Bank-loan-case-study.

In this project, I have used Exploratory Data Analysis (EDA) to predict loan default among finance company customers. I addressed missing data, identified outliers, analyzed data imbalance, conducted various analyses on customer and loan attributes, and identified top correlations for loan default. These insights informed better loan approval and risk assessment decisions.

It involved comprehensive data analysis of a loan application dataset, focusing on tasks that are essential for ensuring data quality, identifying outliers, assessing data balance, and exploring relationships between variables.

A. Handling Missing Data 🧩

Identified missing data using Excel functions like COUNT, ISBLANK, and IF. Employed Excel built-in features to decide on appropriate methods for dealing with missing data, including imputation using AVERAGE or MEDIAN. B. Identifying Outliers 🚀

Detected outliers in the dataset by utilizing Excel statistical functions like QUARTILE and IQR. Employed conditional formatting and thresholds to identify potential outliers, ensuring data quality. C. Analyzing Data Imbalance ⚖️

Determined data imbalance in the loan application dataset by calculating the ratio of data imbalance using Excel functions like COUNTIF and SUM. Visualized the distribution of the target variable through pie charts or bar charts to highlight class imbalance. D. Exploring Data Attributes 📊

Conducted univariate analysis to understand variable distributions using Excel functions like COUNT, AVERAGE, and MEDIAN. Utilized Excel's sorting, filtering, and pivot tables for segmented univariate and bivariate analysis, comparing variable distributions and exploring relationships with the target variable. E. Identifying Top Correlations 🔍

Segmented the dataset based on different scenarios (e.g., clients with payment difficulties) and identified the top correlations for each segment using Excel functions like CORREL. Visualized the correlations between variables within each segment using correlation matrices. This project aimed to provide valuable insights into the factors influencing loan default, ensuring data quality, and addressing issues such as missing data, outliers, and data imbalance. The analysis results can be used to guide decision-making and develop predictive models for loan applications. 📈

The Complete Microsoft Excel Data Analysis Bootcamp

  • Post published: 30 August, 2024
  • Post category: StudyBullet-19
  • Reading time: 6 mins read

data analysis using excel case study pdf

What you will learn

  • Navigating the Excel Interface
  • Basic Excel Functions and Formulas
  • Sorting and Filtering Data
  • Data Transformation Techniques
  • Standard Deviation and Variance
  • Data Visualization with Charts
  • Analyzing Data with Pivot Tables
  • Install Data Analysis Toolpak
  • Using Analysis Tools (e.g., regression, correlation)
  • Creating Interactive Dashboards
  • Analyzing Sales Data
  • Data Analysis For Decision Making
  • Sales Projection and Forecast Calculation

Why take this course?

Unlock the full potential of Microsoft Excel with “The Complete Microsoft Excel Data Analysis Bootcamp.” This comprehensive course is designed to take you from a beginner to an advanced user, equipping you with the skills to perform powerful data analysis and make data-driven decisions confidently.

Whether you’re a professional looking to enhance your data analysis skills, a student eager to learn one of the most valuable tools in the job market, or a business owner wanting to make more informed decisions, this bootcamp covers everything you need. You’ll learn to use Excel’s robust features for data cleaning, analysis, visualization, and automation, mastering tools such as PivotTables, VLOOKUP, Power Query, and advanced charting techniques.

Through step-by-step tutorials, real-world examples, and hands-on exercises, you’ll gain the knowledge to analyze large datasets, create insightful reports, and automate repetitive tasks, saving you time and effort. By the end of this course, you’ll be proficient in using Excel for data analysis, making you an invaluable asset in any data-driven role.

What You’ll Learn:

  • Excel Fundamentals: Understand the basics of Excel, including navigation, functions, and formulas.
  • Data Cleaning and Preparation: Learn techniques to clean and prepare datasets for analysis, ensuring accuracy and reliability.
  • Advanced Formulas and Functions: Master complex functions like VLOOKUP, INDEX-MATCH, and array formulas to manipulate data efficiently.
  • PivotTables and PivotCharts: Use PivotTables and PivotCharts to summarize, analyze, and visualize large datasets with ease.
  • Data Visualization: Create dynamic and interactive charts and dashboards to present data insights clearly and effectively.
  • Power Query and Power Pivot: Explore Excel’s powerful data modeling and analysis tools to handle large datasets and complex calculations.
  • Automation with Macros and VBA: Learn to automate repetitive tasks using Excel’s macro recorder and Visual Basic for Applications (VBA).
  • Real-World Projects: Apply your skills to real-world scenarios with hands-on projects that simulate actual business data challenges.

Includes This Course:

Module 1: Excel Basics

DealsCrown Telegram Banner

  • Entering and Editing Data
  • Data Validation

Module 2: Data Cleaning and Preparation

  • Removing Duplicates
  • Handling Missing Values
  • Structuring Data
  • Using Text Functions

Module 3: Data Analysis Techniques

  • Mean, Median, Mode
  • Creating Pivot Tables
  • Using Pivot Charts for Visualization

Module 4: Advanced Excel Functions

  • IF, AND, OR Functions
  • Conditional Formatting
  • VLOOKUP, HLOOKUP, INDEX, MATCH
  • Using Dynamic Ranges

Module 5: Data Visualization

  • Types of Charts and their Uses
  • Customizing Chart Elements
  • Using Sparklines

Module 6: Case Studies and Real-World Applications

  • Monthly Budget Analysis

Who This Course is For:

  • Professionals looking to enhance their Excel skills for data analysis.
  • Students and graduates seeking to gain a competitive edge in the job market.
  • Business analysts and managers who want to make data-driven decisions.
  • Anyone interested in mastering Excel for personal or professional use.

Enrolling in this course will transform you into an Excel power user, capable of analyzing data, creating insightful reports, and automating workflows with confidence. With practical, hands-on experience and expert instruction, you’ll be ready to tackle any data challenge and drive impactful decisions in your organization. Start your journey to Excel mastery today!

💠 Follow this Video to Get Free Courses on Every Needed Topics! 💠

ExcelDemy

Excel Sample Data (Free Download 13 Sample Datasets)

Avatar photo

Project Management Sample Data

A project management sample data is suitable for various types of data filtering, analyzing, and visualizing. Here are the variables that we have included in the sample data:

  • Project Name
  • Assigned to
  • Days Required

Here is a preview of the project management dataset:

Excel Sample Project Management Data

Download the Sample Workbook

Inventory Records Sample Data in Excel

Inventory management records consist of product and stock information. In our sample dataset, we have included the following fields:

  • Product Name
  • Opening Stock
  • Purchase/Stock-in
  • Number of Units Sold
  • Hand-in-stock
  • Cost Price Per Unit
  • Cost Price Total

Here is a preview of the inventory records sample data:

Inventory Records Sample Data

Call Center Customer Satisfaction Data

Call centers deal with customer service and receive various types of feedback from customers. In our Call Center Customer Satisfaction data, we have included the following fields:

  • Customer Name
  • Call Timestamp
  • Response Time
  • Call Duration
  • Call Center

Here is a preview of our sample data:

Excel Sample Call Center Data

Supermarket Sales Sample Data in Excel

Supermarket sales sample data is a popular dataset for learning and practicing your Excel skills. Here is the list of variables we have included in our supermarket sales sample data:

  • Retail Price
  • Order Quantity

Here is a preview of the sample supermarket sales data in Excel:

Sample of Supermarket Sales Data

Download the Practice Workbook

Employee Management Data

Employee management data contains information on all employees in an organization. In our sample employee management data in Excel, we have listed the following variables:

  • Employee ID
  • Designation
  • Annual Salary

Here is a preview of the employee management data:

Employee Management Data Sample

Technological Product Sample Data

Any technological product information requires various specifications. In our sample dataset, we have listed the following specifications:

  • Country of Origin
  • Release Date

The following image shows a preview of our sample technological product dataset:

Tech Product Data Sample in Excel

Engineering and Manufacturing Sample Data

Engineered or manufactured products also require various specifications. Here is the list of variables we have included in our sample engineering and manufacturing sample data:

  • Manufacturer
  • Stock Quantity

Here is a preview of the sample dataset:

Engineering and Manufacturing Sample Data

Students Marksheet Sample Data in Excel

A student mark sheet contains the student identifiers and marks in various subjects. In our sample students marksheet dataset, we have listed the following variables:

  • Marks in Mathematics
  • Marks in Physics
  • Marks in Chemistry

Here is a preview of the sample student marksheet dataset:

Students Marksheet Data Sample

2022 FIFA World Cup Performance Data

In our sample dataset, we have listed the information of each player from the World Cup-winning Argentina team. Here is the list of variables we have included:

  • Player Name
  • Jersey Number
  • Appearances
  • Goals Scored
  • Assists Provided
  • Dribbles per 90 Min
  • Interceptions per 90 Min
  • Tackles per 90 Min
  • Total Duels Won per 90 Min

You can preview the sample dataset in the following image:

Sample of 2022 FIFA World Cup Data in Excel

Tokyo Olympic Data

This sample dataset contains the team names, number of Gold, Silver, Bronze, and total medals, and ranking of teams (based on gold medal and total medal count) in the Tokyo Olympics. Here is a preview of the sample dataset:

Tokyo Olympic Data

Healthcare Insurance Sample Data in Excel

The price of healthcare insurance depends on various factors such as current age, BMI, smoking habits,  etc. In our sample healthcare insurance dataset, we have listed the following variables:

  • Smoking Status
  • Insurance Price

Healthcare Insurance Data Sample in Excel

Travel Destination Distance Data in Excel

While deciding on a travel destination, we need to take the distance, available travel modes, travel duration, etc. factors into consideration. In our sample travel destination dataset, we have listed the following variables:

  • Source City
  • Source Latitude
  • Source Longitude
  • Destination City
  • Destination Latitude
  • Destination Longitude
  • Distance (in km)
  • Distance (in mile)
  • Travel Mode

Travel Destination Distance Sample Data

Netflix Movies Sample Data

The movie dataset provided in this section contains the following variables:

  • IMDb Rating

You can preview the dataset in the image below:

Sample Movie Data in Excel

Excel Sample Data: Knowledge Hub

  • GST State Code List in Excel
  • Historical Data of NSE Stocks in Excel

<< Go Back to Learn Excel

What is ExcelDemy?

Tags: Learn Excel

Seemanto Saha

Seemanto Saha graduated in Industrial and Production Engineering from Bangladesh University of Engineering and Technology. He has been with ExcelDemy for a year, where he wrote 40+ articles and reviewed 50+ articles. He has also worked on the ExcelDemy Forum and solved 50+ user problems. Currently, he is working as a team leader for ExcelDemy. His role is to guide his team to write reader-friendly content. His interests are Advanced Excel, Data Analysis, Charts & Dashboards, Power Query,... Read Full Bio

' src=

Thanks for the DATA SETS !

Avatar photo

Hello Margit ,

You are most welcome.

Regards ExcelDemy

' src=

Thank you so much

Hello Usama Jamil ,

' src=

I needed Oil parameters Offshore Foundation design 2015 excel sheet access

Hello Ameer Ahmed ,

We don’t have any dataset you asked for and your question is not clear enough. Our datasets are given in the article.

' src=

Thank you so much for the data sets.

Hello Gaurav,

' src=

Where are the solutions to these problems? Would like to check against what I did

Hello Cynthia Satterwhite ,

Neither any problem nor any solution are given. These dataset are given to practice by yourself.

' src=

Wow Great Readymade Excel Sheets, Can You provide any excel sheet to maintain monthly calibration details for internal lab

Hello Karunesh Pandey ,

As calibration details varies with lab type we can provide you the criteria. You can fill out your information and edit the list.

Calibration details

pH Meter 12345 ABC Inc. Model X Monthly 3/15/2024 4/15/2024 AB
Balance 67890 XYZ Corp. Model Y Monthly 3/20/2024 4/20/2024 CD
Spectrophotometer 13579 DEF Ltd. Model Z Monthly 3/10/2024 4/10/2024 EF
Pipettes (10-100µl) 24680 GHI Co. Model A Monthly 3/25/2024 4/25/2024 GH

' src=

nice work thank you ! I need dataset for students, subjects, teachers and departments hope U help.

Lutfor Rahman Shimanto

Hello Fulad

Thanks for your compliment! As you requested, you can use the following dataset, which contains data with your mentioned fields:

data analysis using excel case study pdf

You can download the workbook from the following link:

DOWNLOAD WORKBOOK

I hope you have found the dataset you were looking for; good luck.

Regards Lutfor Rahman Shimanto ExcelDemy

' src=

ExcelDemy good work. It is difficult to get excel datasets for predictive analysis. please can I get a comprehensive CRM (customer online journey) or Supply chain dataset (Procurement-Logistics- inventory-sales) for retail industry.

Hello Amara ,

Here I’m attaching a sample dataset for CRM and Supply chain. You can modify this dataset based on your requirements. Dataset of CRM: CRM Dataset.xlsx Dataset of Supply Chain: Supply Chain Dataset.xlsx

' src=

I need a dataset for Customs Compliance Monthly Report excel sheet to help me populate:

General data: •Import/Export numbers. [Breakdown of EC, Sanctions, IP, FC, DG, Incoterms, duty spend] •CCAR performance. •Procedures status. Declaration Accuracy: •Export (Export Control/IP/General). •Import (General/IP).

Inward Processing: •Quarterly update. •Renewal.

Audit: •Export/Export Control. •Tariff Classification. •Preferential Origin. •Finance/Tax. •Documentation. •NISR audit (high risk).

Project status updates: •Incoterms. •Plain Language Customs Descriptions. •Service Level Agreements. •D365 (Service Centre). Regards Dems

Hello Demba ,

data analysis using excel case study pdf

Download the Excel file from here : Customs Compliance Monthly Report.xlsx

Leave a reply Cancel reply

ExcelDemy is a place where you can learn Excel, and get solutions to your Excel & Excel VBA-related problems, Data Analysis with Excel, etc. We provide tips, how to guide, provide online training, and also provide Excel solutions to your business problems.

Contact  |  Privacy Policy  |  TOS

  • User Reviews
  • List of Services
  • Service Pricing

trustpilot review

  • Create Basic Excel Pivot Tables
  • Excel Formulas and Functions
  • Excel Charts and SmartArt Graphics
  • Advanced Excel Training
  • Data Analysis Excel for Beginners

DMCA.com Protection Status

Advanced Excel Exercises with Solutions PDF

ExcelDemy

  • Introduction
  • Conclusions
  • Article Information

eTable 1. Classification of Indications

eTable 2. Dechallenge and Rechallenge With Semaglutide

eTable 3. Dechallenge and Rechallenge With Liraglutide

eTable 4. Sex, Median Age and Dose (IQR) for Suicidal Ideation ADRs by Drug and Indication

eTable 5. Coreported Psychiatric Reactions for Semaglutide

eTable 6. Coreported Psychiatric Reactions for Liraglutide by Indication

eTable 7. Number of Cases, Noncases, Other Adverse Drug Reactions (ADRs) and Total Number of Other Reports in the Database for Semaglutide

eTable 8. Number of Cases, Noncases, Other Adverse Drug Reactions (ADRs) and Total Number of Other Reports in the Database for Liraglutide

eTable 9. Disproportionality Analysis of Semaglutide-Associated Suicidal Ideation Compared With All Other Drugs in the Database in Female and Male Patients Separately

eTable 10. Number of Semaglutide-Associated Cases of Adverse Drug Reactions (ADRs) by Year

eTable 11. Number of Liraglutide-Associated Cases of Adverse Drug Reactions (ADRs) by Year

eReferences.

Data Sharing Statement

  • GLP-1 Receptor Agonists and Suicidality JAMA Network Open Invited Commentary August 20, 2024 Francesco Salvo, MD, PhD; Jean-Luc Faillie, MD, PhD

See More About

Sign up for emails based on your interests, select your interests.

Customize your JAMA Network experience by selecting one or more topics from the list below.

  • Academic Medicine
  • Acid Base, Electrolytes, Fluids
  • Allergy and Clinical Immunology
  • American Indian or Alaska Natives
  • Anesthesiology
  • Anticoagulation
  • Art and Images in Psychiatry
  • Artificial Intelligence
  • Assisted Reproduction
  • Bleeding and Transfusion
  • Caring for the Critically Ill Patient
  • Challenges in Clinical Electrocardiography
  • Climate and Health
  • Climate Change
  • Clinical Challenge
  • Clinical Decision Support
  • Clinical Implications of Basic Neuroscience
  • Clinical Pharmacy and Pharmacology
  • Complementary and Alternative Medicine
  • Consensus Statements
  • Coronavirus (COVID-19)
  • Critical Care Medicine
  • Cultural Competency
  • Dental Medicine
  • Dermatology
  • Diabetes and Endocrinology
  • Diagnostic Test Interpretation
  • Drug Development
  • Electronic Health Records
  • Emergency Medicine
  • End of Life, Hospice, Palliative Care
  • Environmental Health
  • Equity, Diversity, and Inclusion
  • Facial Plastic Surgery
  • Gastroenterology and Hepatology
  • Genetics and Genomics
  • Genomics and Precision Health
  • Global Health
  • Guide to Statistics and Methods
  • Hair Disorders
  • Health Care Delivery Models
  • Health Care Economics, Insurance, Payment
  • Health Care Quality
  • Health Care Reform
  • Health Care Safety
  • Health Care Workforce
  • Health Disparities
  • Health Inequities
  • Health Policy
  • Health Systems Science
  • History of Medicine
  • Hypertension
  • Images in Neurology
  • Implementation Science
  • Infectious Diseases
  • Innovations in Health Care Delivery
  • JAMA Infographic
  • Law and Medicine
  • Leading Change
  • Less is More
  • LGBTQIA Medicine
  • Lifestyle Behaviors
  • Medical Coding
  • Medical Devices and Equipment
  • Medical Education
  • Medical Education and Training
  • Medical Journals and Publishing
  • Mobile Health and Telemedicine
  • Narrative Medicine
  • Neuroscience and Psychiatry
  • Notable Notes
  • Nutrition, Obesity, Exercise
  • Obstetrics and Gynecology
  • Occupational Health
  • Ophthalmology
  • Orthopedics
  • Otolaryngology
  • Pain Medicine
  • Palliative Care
  • Pathology and Laboratory Medicine
  • Patient Care
  • Patient Information
  • Performance Improvement
  • Performance Measures
  • Perioperative Care and Consultation
  • Pharmacoeconomics
  • Pharmacoepidemiology
  • Pharmacogenetics
  • Pharmacy and Clinical Pharmacology
  • Physical Medicine and Rehabilitation
  • Physical Therapy
  • Physician Leadership
  • Population Health
  • Primary Care
  • Professional Well-being
  • Professionalism
  • Psychiatry and Behavioral Health
  • Public Health
  • Pulmonary Medicine
  • Regulatory Agencies
  • Reproductive Health
  • Research, Methods, Statistics
  • Resuscitation
  • Rheumatology
  • Risk Management
  • Scientific Discovery and the Future of Medicine
  • Shared Decision Making and Communication
  • Sleep Medicine
  • Sports Medicine
  • Stem Cell Transplantation
  • Substance Use and Addiction Medicine
  • Surgical Innovation
  • Surgical Pearls
  • Teachable Moment
  • Technology and Finance
  • The Art of JAMA
  • The Arts and Medicine
  • The Rational Clinical Examination
  • Tobacco and e-Cigarettes
  • Translational Medicine
  • Trauma and Injury
  • Treatment Adherence
  • Ultrasonography
  • Users' Guide to the Medical Literature
  • Vaccination
  • Venous Thromboembolism
  • Veterans Health
  • Women's Health
  • Workflow and Process
  • Wound Care, Infection, Healing

Get the latest research based on your areas of interest.

Others also liked.

  • Download PDF
  • X Facebook More LinkedIn

Schoretsanitis G , Weiler S , Barbui C , Raschi E , Gastaldon C. Disproportionality Analysis From World Health Organization Data on Semaglutide, Liraglutide, and Suicidality. JAMA Netw Open. 2024;7(8):e2423385. doi:10.1001/jamanetworkopen.2024.23385

Manage citations:

© 2024

  • Permissions

Disproportionality Analysis From World Health Organization Data on Semaglutide, Liraglutide, and Suicidality

  • 1 The Zucker Hillside Hospital, Department of Psychiatry, Northwell Health, Glen Oaks, New York
  • 2 Department of Psychiatry, Zucker School of Medicine at Northwell/Hofstra, Hempstead, Glen Oaks, New York
  • 3 Department of Psychiatry, Psychotherapy and Psychosomatics, Hospital of Psychiatry, University of Zurich, Zurich, Switzerland
  • 4 Institute of Pharmaceutical Sciences, Department of Chemistry and Applied Biosciences, ETH Zurich, Zurich, Switzerland
  • 5 Institute of Primary Care, University of Zurich and University Hospital Zurich, Zurich, Switzerland
  • 6 WHO Collaborating Centre for Research and Training in Mental Health and Service Evaluation, Department of Neuroscience, Biomedicine and Movement Sciences, Section of Psychiatry, University of Verona, Verona, Italy
  • 7 Pharmacology Unit, Department of Medical and Surgical Sciences, University of Bologna, Bologna, Italy
  • 8 Institute of Social and Preventive Medicine, University of Bern, Bern, Switzerland
  • Invited Commentary GLP-1 Receptor Agonists and Suicidality Francesco Salvo, MD, PhD; Jean-Luc Faillie, MD, PhD JAMA Network Open

Question   Are glucagon-like peptide-1 receptor agonists semaglutide and liraglutide, which were originally introduced for the treatment of type 2 diabetes and are frequently prescribed due to their weight loss properties, associated with disproportionately increased reporting of suicidality?

Findings   This disproportionality analysis through the case-control design based on the World Health Organization global database collecting suspected adverse drug reactions, identified a disproportionality signal of suicidal ideation with semaglutide, which remained significant when comparing semaglutide with dapagliflozin and metformin and in the subgroup of patients with coreported use of antidepressants and benzodiazepines.

Meaning   A detected signal of semaglutide-associated suicidal ideation warrants urgent clarification.

Importance   Glucagon-like peptide-1 receptor agonists (GLP-1 RAs) have gained use primarily due to their weight-reduction effects, although a regulatory review was undertaken for potential suicidality concern.

Objectives   To evaluate potential signals for suicidal and self-injurious adverse drug reactions (ADRs) associated with the GLP-1 RAs semaglutide and liraglutide.

Design, Setting, and Participants   Disproportionality analysis through the case-control design using the World Health Organization (WHO) global database of suspected ADRs. Participants were clinical patients worldwide experiencing an ADR suspectedly attributable to semaglutide or liraglutide in the database from inception to August 30, 2023. Data were analyzed from September to December 2023.

Exposure   Treatment with semaglutide or liraglutide regardless of indication or treatment duration.

Main Outcomes and Measures   Reporting odds ratio (ROR) and the bayesian information component (IC) with 95% CIs were calculated as measures of disproportionate reporting of suicidal and self-injurious ADRs associated with semaglutide and liraglutide compared with all other medications. Sensitivity analyses were conducted including patients with coreported use of antidepressants and benzodiazepines and using dapagliflozin, metformin, and orlistat as comparators. A disproportionality signal was considered when the lower limits of the ROR and IC were above 1 and 0, respectively.

Results   A total of 107 (median [IQR] age 48 [40-56] years; 59 female patients [55%]) and 162 (median [IQR] age 47 [38-60] years; 100 female patients [61%]) cases of suicidal and/or self-injurious ADRs were reported between November 2000 and August 2023 with semaglutide and liraglutide, respectively. Significant disproportionality was detected only for semaglutide-associated suicidal ideation (ROR, 1.45; 95% CI, 1.18-1.77; IC, 0.53; 95% CI, 0.19-0.78), which remained significant in patients with coreported use of antidepressants (ROR, 4.45; 95% CI, 2.52-7.86; IC, 1.96; 95% CI, 0.98-2.63) and benzodiazepines (ROR, 4.07; 95% CI, 1.69-9.82; IC, 1.67; 95% CI, 0.11-2.65), when compared with dapagliflozin (ROR, 5.56; 95% CI, 3.23-9.60; IC, 0.70; 95% CI, 0.36-0.95), metformin (ROR, 3.86; 95% CI, 2.91-5.12; IC, 1.20; 95% CI, 0.94-1.53) and orlistat (ROR, 4.24; 95% CI, 2.69-6.69; IC, 0.70; 95% CI, 0.36-0.95).

Conclusions and Relevance   This study using the WHO database found a signal of semaglutide-associated suicidal ideation, which warrants urgent clarification.

Over the past decade, obesity trends have reached epidemic standards. 1 In this context, the understanding of glucagon-like peptide-1 (GLP-1)–based mechanisms and related anorectic properties of GLP-1 receptor agonists (RAs) have revolutionized the treatment of obesity. 2 In addition to enhancing glucose-dependent insulin release, GLP-1 RAs may reduce glucagon secretion as well as gastric emptying. 2 Originally introduced for the treatment of type 2 diabetes, the effect of GLP-1 RAs on weight loss soon caught research attention. 3 The weight loss properties of liraglutide and semaglutide quickly went viral on social media, leveraging their promotion as lifestyle drugs not just for patients with diabetes 4 and leading to a global shortage. 5 Currently, it is estimated that approximately 10% of patients with type 2 diabetes in the US are prescribed GLP-1 RAs. 6 Accordingly, regulatory authorities over the world have urged health care professionals to direct available supplies to patients with type 2 diabetes who are inadequately managed with other medications over off-label prescriptions. 7 , 8 Despite the promising potential of GLP-1 RAs, serious concerns have been raised about their safety. 9 , 10 On July 3, 2023, a series of reports for suicidal or self-harming thoughts associated with liraglutide or semaglutide triggered an ongoing review by the European Medicines Agency (EMA). 11 Previously, in the approval trials, 9 of the 3384 patients treated with liraglutide (0.27%) had reported suicidal ideation compared with 2 of 1941 patients allocated to the placebo group (0.10%). 12 On the other hand, no patients using semaglutide for obesity had developed suicidal ideation, 13 , 14 and no mental health differences were observed in adolescents, with a lower percentage of participants in the semaglutide group than in the placebo group reporting psychiatric adverse events (7% vs 15%). 15

The EMA-led investigation might have a global impact, given that liraglutide and semaglutide are administered to more than 20 million people per year. 11 This investigation was expected to be completed in November 2023, but ultimately updated in April 2024 after requesting further clarifications. 16 In the meantime the British Medicines and Healthcare Products Regulatory Agency and the US Food and Drug Administration (FDA) also announced a similar investigation. 17 So far both EMA and FDA declared that they did not find any clear demonstration of a relationship between GLP-1 RAs and suicide based on the available evidence, although the FDA investigation is still ongoing. 18 , 19

Marketing companies stated that warnings about suicidal behavior and ideation are formally required for medications prescribed for chronic weight management affecting the central nervous system. 20 The first 2 pharmacovigilance studies on the topic only included partial data from the US, 21 , 22 and a report from the EMA pharmacovigilance database did not assess disproportionality. 23 Typically, patients with suicidality are excluded from clinical trials; therefore, the reports from clinical trials may be less precise in capturing the risk of suicidal or self-injurious adverse drug reactions (ADRs) in later practice. In this context, we aimed to assess suicidal and/or self-injurious ADRs associated with liraglutide or semaglutide at a global level, using a World Health Organization (WHO) database of individual case safety reports (ICSRs).

This case-control study was conceived as a disproportionality analysis of the WHO Vigibase, a consolidated tool for postmarketing surveillance. In the past, large-scale ICSR databases attracted interest for early detection and characterization of emerging safety issues. 24 - 26

All procedures and analyses adhered to the Uppsala Monitoring Centre (UMC) caveat agreement for reporting standards and were in accordance with the Helsinki declaration for ethical principles in medical research. As the data were anonymized and all analyses were descriptive, an ethical review from the Zurich Cantonal ethics board was not required. Additionally, per the Common Rule, because all data in the database are anonymized, patient informed consent was not required. This study was reported according to The Reporting of A Disproportionality Analysis for Drug Safety Signal Detection Using Individual Case Safety Reports in PharmacoVigilance (READUS-PV) guideline. 27 - 29

We conducted a comprehensive search for reports of suicidal or self-injurious ADRs associated with liraglutide and semaglutide within the WHO global ICSRs database, which is the largest pharmacovigilance archive worldwide containing over 28 million reports of suspected ADRs from 140 member countries. On August 30, 2023, we selected all deduplicated ICSRs recorded in the database from inception. Reports for semaglutide were recorded between July 2011 and August 2023, whereas for liraglutide, reports were collected between November 2000 and August 2023. Database services are offered by the UMC, which manages the database. 30 , 31 Drugs recorded on the reports are coded using the WHO drug dictionary 32 and ADRs are classified according to the Medical Dictionary for Regulatory Activities (MedDRA), version 23.1. 33 Two authors (C.G. and G.S.) identified ADRs involving liraglutide and/or semaglutide as suspected or interacting drugs to identify any report of suicidal and/or self-injurious ADRs as classified in the “suicide/self-injury” standardized MedDRA query (SMQ) of the MedDRA classification. Such SMQs include any ADR related to suicidal and/or self-injurious thoughts and events. 34 Cases were all reports of suicidal and/or self-injurious ADRs, whereas controls were all other reports of suspected ADRs. We included liraglutide-related or semaglutide-related reports.

Descriptive statistics on demographic and clinical characteristics (in medians and IQRs) of reported cases were provided. We compared the percentage of female patients, age, and dose between patients prescribed GLP-1 RAs for different indications. We grouped indications into the following categories: diabetes, weight management, possible off-label indication, and others. The classification of indications is detailed in eTable 1 in Supplement 1 . Comparisons of demographic and clinical characteristics were performed using χ 2 tests, Wilcox, Kruskal-Wallis, or Fisher tests. We also explored psychiatric symptoms coreported with the suicidal and/or self-injurious ADRs of interest. Two-sided P values less than .05 were considered significant.

We performed disproportionality analysis using 2 consolidated measures when at least 3 reports were recorded: first, we estimated reporting odds ratio (ROR) 35 and the bayesian information component (IC), 36 with 95% CIs. We applied well-established thresholds to define signals of disproportionate reporting, that is, lower limit of the 95% CI greater than 1 and greater than 0 for ROR and IC, respectively. Additional details about disproportionality analysis are reported in the eMethods in Supplement 1 .

For suicidal and/or self-injurious ADRs that had a signal of disproportionate reporting in the main disproportionality analysis, we performed sensitivity analyses to explore potential confounders. The following sensitivity analyses were conducted: (1) selecting only cases with coreporting of use of antidepressants and (2) only cases with coreporting of use of benzodiazepines as a proxy of depressive and anxiety disorders that can increase the risk of suicidal and/or self-injurious behaviors and ideation. Moreover, we repeated the aforementioned analyses by (3) excluding reports with coreporting of antidepressants and (4) benzodiazepines. To additionally mitigate the risk of confounding by indication and channeling bias, we performed 3 other sensitivity analyses using other drugs prescribed for the same indications (obesity and type 2 diabetes) as comparators; specifically we selected (5) dapagliflozin, a sodium-glucose cotransporter 2 inhibitor, and (6) metformin, considering their well-established role in the treatment of type 2 diabetes coupled with their favorable impact on body weight 37 , 38 ; and (7) orlistat, considering its indication for obesity and weight loss.

We also assessed the disproportionality of reporting in female and male patients separately. Last, to assess the trend of reporting over time, we reported the number of reports by year for all ADRs of interest and for each ADR with disproportionate reporting. Data were analyzed from September to December 2023.

As of August 30, 2023, of the 36 172 078 total reports in the database, we identified a total of 107 (median [IQR] age, 48 [40-56] years; 59 female patients [55%]; median [IQR] treatment duration, 24.0 [2.3-61.0] days [data from 28 reports]) unique, deduplicated cases of suicidal and/or self-injurious ADRs associated with semaglutide (107 of the 30 527 total reports [0.35%]) and 162 (median [IQR] age, 47 [38-60] years; 100 female patients [61%]; median [IQR] treatment duration, 46.0 [14.0-99.0] days [data from 33 reports]) cases associated with liraglutide (162 of 52 131 total reports [0.31%]). Demographic and clinical characteristics of the cases are reported in Table 1 by GLP-1 RA.

Regarding indications for use, the main reason for prescription was a possible off-label use (34 patients for semaglutide [31.8%] and 55 for liraglutide [33.9%]), followed by weight management (28 for semaglutide [26.2%] and 40 for liraglutide [24.7%]), diabetes (26 for semaglutide [24.3%] and 33 for liraglutide [20.4%]), and in 1 case for polycystic ovary syndrome for each GLP-1 RA (1 for semaglutide [0.9%] and 1 for liraglutide [0.6%]). Semaglutide-associated cases were reported by consumers in almost half of the reports (52 cases [48.6%]). Liraglutide-associated cases were mainly reported by health professionals (103 cases [63.6%]).

Regarding outcomes following dechallenge and rechallenge, both for semaglutide (eTable 2 in Supplement 1 ) and liraglutide (eTable 3 in Supplement 1 ), suicidal ideation resolved after drug discontinuation in 62.5% of the cases. In the semaglutide-associated reports of suicidal and/or self-injurious ADRs, the most common comedications included antidiabetics (17 patients [15.9%]) and antidepressants (14 patients [13.1%]), with higher percentages for liraglutide (49 patients [30.3%] and 30 patients [18.5%], respectively) ( Table 1 ).

Suicidal and/or self-injurious ADRs associated with semaglutide and/or liraglutide are presented in Table 2 . Suicidal ideation, intentional overdose, and suicide attempt ranked highest for semaglutide (94 patients [88%], 7 patients [6.5%], and 7 patients [6.5%], respectively), whereas for liraglutide suicidal ideation, completed suicide, and suicide attempt ranked highest (116 patients [71.6%], 19 patients [11.7%], and 16 patients [9.9%], respectively). Seven reactions (6.5%) were fatal for semaglutide and 24 (14.8%) for liraglutide. In Table 2 we report the number and percentage of each ADR by indication. For reports of suicidal ideation, we reported older age for patients prescribed liraglutide for diabetes compared with off-label and weight management, as well as a lower percentage of female patients prescribed liraglutide for diabetes compared with off-label and weight management (eTable 4 in Supplement 1 ).

The list of coreported psychiatric symptoms for semaglutide and liraglutide is reported in eTable 5 and eTable 6 in Supplement 1 . For liraglutide there were 91 cases in which suicidal and/or self-injurious ADRs were reported without any other psychiatric symptoms, 50 cases in which 1 psychiatric symptom was coreported, and 21 in which 2 or more other psychiatric symptoms were reported. Table 2 shows the number of cases in which suicidal and/or self-injurious ADRs were reported alone by indication. In half of these cases the drug was taken off-label both for semaglutide and liraglutide ( Table 2 ).

We detected a significant disproportionality only for semaglutide-associated suicidal ideation compared with all medications (ROR, 1.45; 95% CI, 1.18-1.77; IC, 0.53; 95% CI, 0.19-0.78) ( Table 3 ). Data on duration for semaglutide treatment were available in 26 patients reporting suicidal ideation, with a mean (range) duration of 80.39 (0 to 610) days between semaglutide treatment initiation and suicidal ideation occurrence. We did not find signals for any other ADR of interest ( Table 3 ). Numbers of cases and controls are reported in eTable 7 and eTable 8 in Supplement 1 .

The first sensitivity analysis including cases with comedications with antidepressants showed a disproportionate reporting of semaglutide-associated suicidal ideation compared with all medications (ROR, 4.45; 95% CI, 2.52 to 7.86; IC, 1.96; 95% CI, 0.98 to 2.63). The second sensitivity analysis including cases with comedications with benzodiazepines showed a disproportionate reporting of semaglutide-associated suicidal ideation compared with all medications (ROR, 4.07; 95% CI, 1.69 to 9.82; IC, 1.67; 95% CI, 0.11 to 2.65). Reporting was not disproportionate when excluding reports with comedications with antidepressants (ROR, 1.28; 95% CI, 1.03 to 1.60; IC, 0.36; 95% CI, −0.10 to 0.63), but remained disproportionate when excluding reports with comedications with benzodiazepines (ROR, 1.40; 95% CI, 1.13 to 1.72; IC, 0.48; 95% CI, 0.13 to 0.73). The fifth sensitivity analysis showed a disproportionate reporting of semaglutide-associated suicidal ideation compared with dapagliflozin (ROR, 5.56; 95% CI, 3.23 to 9.60; IC, 0.70; 95% CI, 0.36 to 0.95). The sixth sensitivity analysis showed a disproportionate reporting of semaglutide-associated suicidal ideation compared with metformin (ROR, 3.86; 95% CI, 2.91 to 5.12; IC, 1.20; 95% CI, 0.94 to 1.53). The seventh sensitivity analysis showed a disproportionate reporting of semaglutide-associated suicidal ideation compared with orlistat (ROR, 4.24; 95% CI, 2.69 to 6.69; IC, 0.70; 95% CI, 0.36 to 0.95). The analysis of disproportionality for suicidal ideation in female and male patients separately yielded disproportionate reporting in men (ROR, 1.51; 95% CI, 1.09 to 2.08; IC, 0.58; 95% CI, 0.03 to 0.97), whereas in female patients, although the lower limit of the 95% CI of the ROR was greater than 1 (ROR, 1.35; 95% CI, 1.02 to 1.77) the lower limit of the 95% CI of the IC was less than 0 (IC, 0.42; 95% CI,−0.05 to 0.75) (eTable 9 in Supplement 1 ).

From marketization year till August 2023, there was a slight increase in the proportion of suicidal ADRs reported for both drugs. The increase was from 0% (2017) to 0.8% (2023) for semaglutide and from 0.09% (2014) to 0.4% (2023) for liraglutide (eTable 10 and eTable 11 in Supplement 1 ).

In this disproportionality analysis of the world’s largest ICSRs database using a case-control design, we found a significant disproportionality only for semaglutide-associated suicidal ideation compared with other medications. The number of reports showed a gradual increase over the years, which may indicate a widening therapeutic scope in obesity and accumulating clinical experience.

To our knowledge, no previous reports investigated the association between semaglutide and suicidal ideation using this database. In our sensitivity analyses, the disproportionality remained significant when focusing on coreported antidepressants or benzodiazepines, suggesting that people with anxiety and depressive disorders may be at higher probability of reporting suicidal ideation when medicated with semaglutide. When repeating the analysis after excluding cases in which antidepressants were coreported, we did not detect a disproportionality signal. In contrast, when repeating the analysis after excluding cases in which benzodiazepines were coreported, the disproportionality remained significant. This is consistent with an interaction between baseline psychopathology and semaglutide effects and warrants further investigation. Although EMA stated that no update to the product information is warranted, based on these findings, we believe that a precaution of use in patients with psychiatric disorders or psychological lability could be added in the semaglutide package insert. Remarkably, the FDA label of semaglutide for obesity warned to monitor for depression or suicidal thoughts. 39

One study using the FDA pharmacovigilance database suggested disproportionate reporting for suicidal ideation and suicidal depression for semaglutide and liraglutide, 21 whereas another study did not detect an association between suicidality and GLP-1 RAs. 22 Likewise, a cohort study using electronic health records did not detect higher risks of suicidal ideation in patients with obesity or diabetes treated with semaglutide compared with non–GLP-1 RAs. 40 Compared with this study, in our analysis we also included patients with potential off-label prescription of GLP-1 RAs. Thus, our analysis may be generalized to patients receiving GLP-1 RAs without a diagnosis of diabetes or obesity, thus further confirming the complementary nature of studies based on ICSRs disproportionality analysis and longitudinal observational design.

Evidence from bariatric studies suggests that a history of depression or anxiety is a predictor of suicide risk postoperatively, providing context for this interplay 41 ; authors discussed this association in light of the emerging frustration due to high expectations of bariatric surgery outcomes in patients with limited resources to deal with mental distress. 41 Of note, the pivotal trials of semaglutide in obesity had different exclusion criteria for mental disorders, such as major depressive disorder within 2 years before screening, diagnosis of severe psychiatric disorders, and history of suicide attempts. 13 , 15 An alternative hypothesis may consider very rapid weight loss related to adjustment problems such as inability to eat as expected and ultimately exacerbated mental distress in highly vulnerable patients. 41 Due to lack of data on GLP-1 RA–related changes of baseline weight or BMI, we could not test for either hypothesis.

Although comorbidity with depression is high in patients with diabetes, 42 the coreporting between antidepressants and antidiabetics was negligible. Furthermore, the signal of semaglutide remained when comparing with dapagliflozin, metformin, and orlistat, mitigating the risk of confounding by indication for diabetes and obesity. Therefore, patients with diabetes and/or obesity without psychiatric comorbidities may not be at high risk of semaglutide-associated suicidal ideation. Although ADR incidence cannot be calculated using the spontaneous reporting system, this ADR is likely to be rare and would probably not substantially alter the benefit-risk profile of semaglutide in approved therapeutic settings. However, the observed high proportion of cases due to possible off-label use and a recently published postmarketing signal of misuse or abuse 43 call for urgent clarification of patient-related and drug-related risk factors; cohort studies and large registries should be stratified by therapeutic indication, sex, and history of mental disorders, and data from off-label use should be retrieved.

Despite the large number of cases, we did not detect any signals for liraglutide-associated suicidal and/or self-injurious ADRs. Pooled data from phase 2 and 3 trials on liraglutide vs placebo for weight management identified a potential risk for suicidal ideation. 12 Nine of 3384 participants in the liraglutide group vs 2 of 1941 in the placebo group reported suicidal ideation or behavior during the trial (0.27% vs 0.10%). 12

The results of this study should be interpreted in light of several limitations. 25 First, we need to consider barriers to reporting and missing information. Second, the well-known inability to infer causality does not allow us to attribute any reactions to the effect of a drug. Third, the lack of denominator does not allow us to estimate the incidence of ADRs. Fourth, selection and collider bias, 44 as well as confounding by indication and channeling bias, although partially mitigated by our sensitivity analyses, may have played a role as people with treatment-resistant diabetes or obesity might reflect a subgroup of patients with more severe conditions including higher risk of mental distress. Additional adjustments for potential confounders, such as alcohol or substance misuse, were limited by the relatively small number of reports found. In the absence of more details about off-label prescribing, we were not able to further qualify the extent to which prescribing was off-label and its impact on the results. Fifth, the lack of treatment outcomes, such as weight change, did not allow different hypotheses to be considered. Sixth, the high proportion of cases with missing data on medication dose precluded a dose-response analysis. Seventh, because of the absence of information on the sociodemographic profile of the reporters, it is impossible to account for volunteer bias. Eighth, it is not possible to exclude the chance that, for instance, suicidal ideation may have preexisted. Ninth, data on treatment duration until ADR were provided only in a small number of reports. Additionally, since disproportionality measures are interdependent, the lack of statistically significant disproportionality should not be automatically interpreted as a safety endorsement. Several factors may influence the reporting pattern and the ability to detect disproportionality, including known and widely reported ADRs such as gastrointestinal ADRs.

Our findings are relevant to the general reader seeking up-to-date information. This relevance arises from the expectation that personal or anecdotal reports may continue to gain popularity on social media platforms without knowledge about risks. 45 One consequence of this trend may be the increase in off-label use of semaglutide, which is a public health concern that has led to the illegal trade in semaglutide pens, some of which are counterfeit. 46 Recently, a public warning about fake counterfeit semaglutide pens was issued in the United Kingdom and the US. 46 , 47 Considering the risk of suicidal ideation in people taking semaglutide off-label, authorities should consider issuing a warning to inform about this risk.

In this disproportionality study of an ADR database, we reported a disproportionality signal of suicidal ideation with semaglutide, but not for liraglutide, particularly among patients with coreported antidepressant use, a proxy for affective disorders (a notable exclusion criteria of premarketing clinical trials).

Accepted for Publication: May 21, 2024.

Published: August 20, 2024. doi:10.1001/jamanetworkopen.2024.23385

Open Access: This is an open access article distributed under the terms of the CC-BY License . © 2024 Schoretsanitis G et al. JAMA Network Open .

Corresponding Author: Georgios Schoretsanitis, MD, PhD, The Zucker Hillside Hospital, Behavioral Health Pavilion, 75-59 263rd St, Glen Oaks, NY 11004 ( [email protected] ).

Author Contributions: Drs Schoretsanitis and Gastaldon had full access to all of the data in the study and take responsibility for the integrity of the data and the accuracy of the data analysis.

Concept and design: All authors.

Acquisition, analysis, or interpretation of data: Schoretsanitis, Weiler, Raschi, Gastaldon.

Drafting of the manuscript: Schoretsanitis, Gastaldon.

Critical review of the manuscript for important intellectual content: All authors.

Statistical analysis: Schoretsanitis, Gastaldon.

Administrative, technical, or material support: Barbui.

Supervision: Schoretsanitis, Barbui, Raschi.

Conflict of Interest Disclosures: Dr Schoretsanitis reported receiving personal fees from HLS, Dexcel, Saladax, and Thermo Fisher outside the submitted work. Dr. Weiler reported being a member of the Human Medicines Expert Committee of Swissmedic. No other disclosures were reported.

Disclaimer: The views expressed in this article are the personal views of the authors and may not be understood or quoted as being made on behalf of or reflecting the position of the European Medicines Agency or one of its committees or working parties. While the authors used data from VigiBase, the World Health Organization (WHO) global database of individual case safety reports, as a source of information, the conclusions do not represent the opinion of the Uppsala Monitoring Centre (UMC) or the WHO.

Data Sharing Statement: See Supplement 2 .

Additional Contributions: The authors acknowledge the UMC, which provided and gave permission to use the data analyzed in the present study. The authors are also indebted to Dr Leonie Heron, PhD, Institute for Social and Preventive Medicine, University of Bern, Bern, Switzerland, who helped in editing this article. She was not compensated for her services.

  • Register for email alerts with links to free full-text articles
  • Access PDFs of free articles
  • Manage your interests
  • Save searches and receive search alerts

Blog The Education Hub

https://educationhub.blog.gov.uk/2024/08/20/gcse-results-day-2024-number-grading-system/

GCSE results day 2024: Everything you need to know including the number grading system

data analysis using excel case study pdf

Thousands of students across the country will soon be finding out their GCSE results and thinking about the next steps in their education.   

Here we explain everything you need to know about the big day, from when results day is, to the current 9-1 grading scale, to what your options are if your results aren’t what you’re expecting.  

When is GCSE results day 2024?  

GCSE results day will be taking place on Thursday the 22 August.     

The results will be made available to schools on Wednesday and available to pick up from your school by 8am on Thursday morning.  

Schools will issue their own instructions on how and when to collect your results.   

When did we change to a number grading scale?  

The shift to the numerical grading system was introduced in England in 2017 firstly in English language, English literature, and maths.  

By 2020 all subjects were shifted to number grades. This means anyone with GCSE results from 2017-2020 will have a combination of both letters and numbers.  

The numerical grading system was to signal more challenging GCSEs and to better differentiate between students’ abilities - particularly at higher grades between the A *-C grades. There only used to be 4 grades between A* and C, now with the numerical grading scale there are 6.  

What do the number grades mean?  

The grades are ranked from 1, the lowest, to 9, the highest.  

The grades don’t exactly translate, but the two grading scales meet at three points as illustrated below.  

The image is a comparison chart from the UK Department for Education, showing the new GCSE grades (9 to 1) alongside the old grades (A* to G). Grade 9 aligns with A*, grades 8 and 7 with A, and so on, down to U, which remains unchanged. The "Results 2024" logo is in the bottom-right corner, with colourful stripes at the top and bottom.

The bottom of grade 7 is aligned with the bottom of grade A, while the bottom of grade 4 is aligned to the bottom of grade C.    

Meanwhile, the bottom of grade 1 is aligned to the bottom of grade G.  

What to do if your results weren’t what you were expecting?  

If your results weren’t what you were expecting, firstly don’t panic. You have options.  

First things first, speak to your school or college – they could be flexible on entry requirements if you’ve just missed your grades.   

They’ll also be able to give you the best tailored advice on whether re-sitting while studying for your next qualifications is a possibility.   

If you’re really unhappy with your results you can enter to resit all GCSE subjects in summer 2025. You can also take autumn exams in GCSE English language and maths.  

Speak to your sixth form or college to decide when it’s the best time for you to resit a GCSE exam.  

Look for other courses with different grade requirements     

Entry requirements vary depending on the college and course. Ask your school for advice, and call your college or another one in your area to see if there’s a space on a course you’re interested in.    

Consider an apprenticeship    

Apprenticeships combine a practical training job with study too. They’re open to you if you’re 16 or over, living in England, and not in full time education.  

As an apprentice you’ll be a paid employee, have the opportunity to work alongside experienced staff, gain job-specific skills, and get time set aside for training and study related to your role.   

You can find out more about how to apply here .  

Talk to a National Careers Service (NCS) adviser    

The National Career Service is a free resource that can help you with your career planning. Give them a call to discuss potential routes into higher education, further education, or the workplace.   

Whatever your results, if you want to find out more about all your education and training options, as well as get practical advice about your exam results, visit the  National Careers Service page  and Skills for Careers to explore your study and work choices.   

You may also be interested in:

  • Results day 2024: What's next after picking up your A level, T level and VTQ results?
  • When is results day 2024? GCSEs, A levels, T Levels and VTQs

Tags: GCSE grade equivalent , gcse number grades , GCSE results , gcse results day 2024 , gsce grades old and new , new gcse grades

Sharing and comments

Share this page, related content and links, about the education hub.

The Education Hub is a site for parents, pupils, education professionals and the media that captures all you need to know about the education system. You’ll find accessible, straightforward information on popular topics, Q&As, interviews, case studies, and more.

Please note that for media enquiries, journalists should call our central Newsdesk on 020 7783 8300. This media-only line operates from Monday to Friday, 8am to 7pm. Outside of these hours the number will divert to the duty media officer.

Members of the public should call our general enquiries line on 0370 000 2288.

Sign up and manage updates

Follow us on social media, search by date.

August 2024
M T W T F S S
 1234
5 7891011
131415161718
2122232425
2627 29 31  

Comments and moderation policy

IMAGES

  1. How to Perform Case Study Using Excel Data Analysis

    data analysis using excel case study pdf

  2. How to Perform Case Study Using Excel Data Analysis

    data analysis using excel case study pdf

  3. How to Perform Case Study Using Excel Data Analysis

    data analysis using excel case study pdf

  4. Analysis of case study data using excel || data analysis using excel

    data analysis using excel case study pdf

  5. Excel Data Analysis Tutorial

    data analysis using excel case study pdf

  6. Data Analysis Using Excel Case Study

    data analysis using excel case study pdf

VIDEO

  1. DATA ANALYSIS USING EXCEL 4

  2. Data Analysis using Excel Day (4.1)

  3. Data Analysis Using Excel Lecture 4

  4. Data Analysis using Excel Day (2.1)

  5. Introduction to Data Analysis with Excel 2 Hour Training Tutorial

  6. Data Analysis Using Excel Lecture 5

COMMENTS

  1. PDF Excel 2019 Data Analysis

    Lesson 1: Tables & Data Management Page 6 Excel 2019: Data Analysis, Rel. 1.0, 5/6/2020 Click the [Add Level] button. Repeat the setting for this level just as before. (If there is no color listed in the Order field drop-down, change the Sort by field value to the next column.) Repeat until all columns containing colored cells

  2. (PDF) Excel For Statistical Data Analysis

    Excel can be used to generate measures of location and variability for a variable. Suppose we wish to find. descriptive statistics for a sample data: 2, 4, 6, and 8. Step 1. Select the T ools ...

  3. Data Analysis Using Excel Case Study

    Data Analysis Using Excel Case Study. Data analysis is an essential skill in today's business world. As organizations deal with increasing amounts of data, it becomes crucial for professionals to make sense of this information and derive useful insights. Excel is a powerful and versatile tool that can assist in analyzing and presenting data ...

  4. PDF Data Analytics Projects with Microsoft Excel

    Keywords: Microsoft Excel, data analysis, data analytics, business analytics, analytics project, teaching case 1. INTRODUCTION With the increasing demand of data analysis and data presentation skills in the workplace, college graduates are required to demonstrate their proficiency in these areas upon entering the workforce (Arnett, 2017).

  5. (PDF) Preparing Data for Analysis Using Microsoft Excel

    Download full-text PDF Read full-text. ... Prior to data analysis, the Excel double data entry method was used ... Finally, several case studies in the use of the software are described and ...

  6. Excel Data Analysis

    want to modify the field. Excel makes the formula available for modification. Click Delete if you want to delete the field. Excel deletes the field. You can base one calculated field on another calculated field. If you do, you may want to use the Calculated Item Solve Order dialog box to tell Excel the order in

  7. Excel Data Analysis, 2nd Edition.pdf

    If you know how to program, you have the skills to turn data into knowledge, using tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python. By working with a single case study throughout this thoroughly revised book, ...

  8. Advanced Excel for Data Analysis

    Select Analysis ToolPak from Add-ins and click on the Go. 5. Select the checkbox for the Analysis ToolPak and click OK. To access Analysis ToolPak Click on the Data tab and then from the Analysis group click On Data Analysis. The Analysis ToolPak adds the following functionality to Excel: · Anova: Single Factor.

  9. Guerrilla Data Analysis Using Microsoft Excel

    Two of the leading Excel channels on YouTube join forces to combat bad data. This book includes step-by-step examples and case studies that teach users the many power tricks for analyzing data in Excel. These are tips honed by Bill Jelen, "MrExcel," and Oz du Soleil during their careers run as financial analysts charged with taking mainframe data and turning it into useful information quickly ...

  10. Guerrilla Data Analysis Using Microsoft Excel

    Table of Contents. Introduction: Welcome to the World of Guerrilla Data Analysis! Chapter 1: Reviewing the Basics. Chapter 2: Excel Tables: The Glue in Dynamic Spreadsheet Development. Chapter 3: Collaboration Tools. Chapter 4: Summing and Counting with Criteria. Chapter 5: VLOOKUP and XLOOKUP.

  11. PDF Basic Data Analysis Using MS Excel

    Basic Data Analysis Using MS Excel. ssmentFirst Things First: ToolpakClick on "File" then on "Op1ons" Click on "Ad. Ins . ak," and Then click on "OK"You will see the "Data Analysis" option appear on.

  12. (PDF) Automated Data Analysis Using Excel 2nd Edition

    At the bottom of the GUI, now select under the Manage dropdown "Excel Add-ins" and press. the "Go" button. Now check under Add-ins av ailable " ADAII Automated Data Analysis Using. Excel ...

  13. PDF Chapter 6: Data Analysis with Excel and SPSS

    Excel is a powerful spreadsheet program that can be used to perform many mathematical and. statistical calculations. It also supports graphing of data. Start Excel and examine the window, which will look like that in Figure 6.1. When you start the program, your toolbars may differ from those displayed in Figure 6.1.

  14. PDF About the Tutorial

    About the Tutorial. About the TutorialData Analysis with Excel is a comprehensive tutorial that provides a good insight into the latest and advanced features available. n Microsoft Excel. It explains in detail how to perform various data analysis functions using the features ava.

  15. PDF Excel Data Analysis

    To Enable: Click on "File" in the top left and then "Options" towards the bottom. In the "Excel Options" window that opens, click on "Add-ins" on the left, and then click the button that says "Go..." Check the box next to "Analysis ToolPak" and then click "OK". When enabled, it should be in the "Data" ribbon menu.

  16. PDF Data Analysis Using Spreadsheets

    Spreadsheets Data Analysis CS102 Spreadsheets ... §Spreadsheets are used by 750 million people — 10% of the world's population Microsoft Excel is dominant tool •Many features •Proprietary and expensive Google Sheets •Open and free •Fewer features, but catching up. Spreadsheets Data Analysis CS102 What We'll Cover

  17. PDF Quantitative Analysis Using Excel

    for the questions in the Raw Data tab (select and copy cells D28:P30) and transposing this data in the new sheet by selecting Transpose from the Paste Options menu. Follow the same steps for Inner Wealth and NHA Concepts data in the Raw Data sheet. All of the data is now on Sheet1 in our table. Let's format this data to make it a little clearer.

  18. Fundamentals of Data Analysis in Excel

    Fundamentals of Data Analysis in Excel Learning Objectives. Upon completing this course, you will be able to: Analyze a dataset using native Excel tools. Apply Excel tools and formulas to transform and structure your data. Create pivot tables to slice and dice your data. Visualize data with pivot charts and Excel Charts.

  19. Data Analysis in Excel (A Comprehensive Guideline)

    Go to the File tab and select Options. The Excel Options box will open. Go to Add-ins and select Excel Add-ins in the Manage field, then click Go. Check the box for Analysis ToolPak and click OK. Let's do some analysis using this add-in. Read More: How to Convert Qualitative Data to Quantitative Data in Excel.

  20. Sourav-Pattanayak/Bank-Loan-Case-Study

    It involved comprehensive data analysis of a loan application dataset, focusing on tasks that are essential for ensuring data quality, identifying outliers, assessing data balance, and exploring relationships between variables. A. Handling Missing Data 🧩. Identified missing data using Excel functions like COUNT, ISBLANK, and IF.

  21. Bellabeat Case Study

    Explore and run machine learning code with Kaggle Notebooks | Using data from No attached data sources. Kaggle uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more. OK, Got it. Something went wrong and this page crashed!

  22. Bellabeat Case Study (Excel, SQL, Tableau)

    If the issue persists, it's likely a problem on our side. Unexpected token < in JSON at position 4. keyboard_arrow_up. content_copy. SyntaxError: Unexpected token < in JSON at position 4. Refresh. Explore and run machine learning code with Kaggle Notebooks | Using data from FitBit Fitness Tracker Data.

  23. The Complete Microsoft Excel Data Analysis Bootcamp

    Excel Data Analysis Bootcamp: Learn How to Clean, Analyze &amp; Present Data Professionally with Comprehensive Excel Skills What you will learn Navigating the Excel Interface Basic Excel Functions and Formulas Sorting and Filtering Data Data Transformation Techniques Standard Deviation and Variance Data Visualization with Charts Analyzing Data with Pivot Tables Install Data Analysis Toolpak ...

  24. Excel Sample Data (Free Download 13 Sample Datasets)

    This sample dataset contains the team names, number of Gold, Silver, Bronze, and total medals, and ranking of teams (based on gold medal and total medal count) in the Tokyo Olympics. Here is a preview of the sample dataset: Download the Sample Workbook. Tokyo Olympic Sample Data.xlsx.

  25. Disproportionality Analysis From World Health Organization Data on

    Design, Setting, and Participants Disproportionality analysis through the case-control design using the World Health Organization (WHO) global database of suspected ADRs. Participants were clinical patients worldwide experiencing an ADR suspectedly attributable to semaglutide or liraglutide in the database from inception to August 30, 2023.

  26. Long COVID symptoms and demographic associations: A retrospective case

    The long-term effects of COVID-19 are still being studied, and the incidence rate of LC may change over time. In the UK, studies have explored LC symptoms and risk factors in non-hospitalised individuals using primary care records 4 and consolidated evidence on persistent symptoms and their associations in broader populations. 5 Additionally, there has been significant interest in Patient ...

  27. GCSE results day 2024: Everything you need to know including the number

    Apprenticeships combine a practical training job with study too. They're open to you if you're 16 or over, living in England, and not in full time education. As an apprentice you'll be a paid employee, have the opportunity to work alongside experienced staff, gain job-specific skills, and get time set aside for training and study related ...