Open In App

How to Find, Highlight, and Label a Data Point in Excel Scatter Plot?

Last Updated: 23 Mar, 2022

G

Summarize
Comments
Improve
Suggest changes
Like Article
Like
Share
Report
News Follow

Scatter plots are one of the most frequently used charts for data analysis. There can be situations when you want to highlight a particular data point from the scatter chart that contains hundreds of data points. This seems to be a tedious task but it could be achieved very easily in excel. We will learn about how to find, highlight and label a data point in an excel Scatter plot. 

Use Hover for Small Data 

For table size less than equal to 10, this technique is quite efficient. For example, you are given a Pressure Vs Temperature plot. The number of rows in the table is 6. 

Scatter-Chart

 

Simply hover on the data points in the scatter chart. Here we can see that the point hovered has a pressure of 5 and a temperature of 12

Hover-on-it

 

This method is not efficient when we have more than 2 columns in our table or the number of rows greater than 10. 

Using Data Labels 

To highlight the data points for more information we can use data labels. These help us to make data more understandable. This technique is efficient if the number of rows in the given data source is less than 20. It’s been observed that if the number of rows is high then the data labels make complete chaos. The data labels start overlapping and the observation starts fading. For example, given a data source of students, the number of hours they study, and the marks obtained. Make data labels as students’ names on the given scattered graph for better observations. 

Example

 

Following are the steps: 

Step 1: Select the chart and click on the plus button. Check the box data labels

Check-the-box-data-labels

 

Step 2: The data labels appear. By default, the data labels are the y-coordinates. 

Data-labels

 

Step 3: Right-click on any of the data labels. A drop-down appears. Click on the Format Data Labels… option. 

Click-on-the-Format-Data-Labels

 

Step 4: Format Data Labels dialogue box appears. Under the Label Options, check the box Value from Cells

Check-the-box-Value-from-Cells

 

Step 5: Data Label Range dialogue-box appears. 

Step 6: Select the range for which you want to add your custom data labels. For example, B4:B9. Click Ok

Select-the-range

 

Step 7: Uncheck the rest of the boxes under Label Options

Uncheck-the-rest-of-the-boxes

 

Step 8: Data labels as student name appears. 

Data-labels-as-student-name-appears

 

We can observe that the highest and second-highest marks obtained by students are Arushi and Gautam respectively.  

Using Color Separation Technique

This is one of the most used techniques to highlight a data point in Excel. When we are having hundreds or thousands of data points in excel, the use of data labels is inefficient as it creates chaos and neatness starts fading from the scatter chart. To solve this problem, you can highlight a data point that you want to access. The chart we will create now will be a dynamic chart that finds and highlights a data point and changes according to the custom input. For example, you are given the same data source as above. Student name, study hours, and marks obtained. Highlight the cell you want as a custom input. 

 

Following are the steps: 

Step 1: Add a new table with three new columns in it. This table helps you input the cell you want to highlight. 

Adding-a-new-table

Step 2: Enter the Student name you want to highlight in your scatter chart. For example, Arushi. Now, our task is to find the Hours studied and Marks Obtained from the student name entered. You can use the VLOOKUP function for this. The formula written for cell G4 is =VLOOKUP(F4, B4:D9, 2, FALSE). You will obtain the Hours of study for the corresponding student’s name. 

Formula-written-in-cell-G4

 

Step 3: Also use the VLOOKUP function for adding the Marks obtained. The formula written for cell H4 is =VLOOKUP(F4, B4:D9, 3, FALSE). You will obtain the Marks obtained corresponding to the student’s name. 

Formula-written-in-cell-H4

 

Step 4: Enter the Student’s name to be highlighted. For example, Arushi

Highlighted-data

 

Step 5: Select the Chart. Go to the Chart Design tab. Click on the Select Data

Click-on-the-Select-Data

 

Step 6: Select the Data Source dialogue box that appears. Click on Add

Select-the-Data-Source-dialogue-box

 

Step 7: Edit Series dialogue box appears. In the Series name, select cell F3. In the Series X value, select the cell G4 and in the Series Y value, select the cell H4. Click Ok

Click-Ok

 

Step 8: A series name Student is added in the Legend Entries. Click Ok.

Student-is-added-in-the-Legend-Entries

 

Step 9: You can see that the data point is highlighted. To add the data label, repeat the same process done in method 2. Select the highlighted cell, click on the plus button. Check the box Data Labels.

Data-point-is-highlighted

 

Step 10: Now, right-click inside the highlighted cell. Click on Format Data Series…

Click-on-Format-Data-Series

 

Step 11: Format Data Series dialogue box appears. Under Series Options, click on the Marker. Here, you can customize the data point. You can change the color of the data point. You can also add a border color of the data point. 

Add-color-of-the-data-point

 

Step 12: Click on the Marker Options. Here you can customize, the type of data point and its size. 

Click-on-the-Marker-Options

 

Step 13:To add the Student name as the data label. Right-click inside the data label, of the highlighted cell. Click on Format Data Labels. 

Click-on-Format-Data-Labels

 

Step 14: Format Data Labels dialogue-box appears. Under Label Options, check the box Value from Cells

Check-the-box-Value -from-Cells

 

Step 15: Data Label Range dialogue-box appears. Select cell F4. Click Ok

Data-Label-Range-dialogue-box-appears

 

Step 16: Uncheck the rest of the boxes. 

Uncheck-the-rest-of-the-boxes

 

Step 17: Here the highlighted data point is Arushi

Highlighted-data-point-is-Arushi

 

Step 18: The chart you have created is dynamic. Changing the name to Gautam. Changes the highlighted cell. 

Change-the-highlighted-cell

 

Add position Lines in the highlighted data point

You may require adding the position of the highlighted point on the x-axis and the y-axis. Consider the above data set, with the highlighted student name as Arushi

Add-position-Lines-in-the-highlighted-data-point

 

Following are the steps:

Step 1: Select the highlighted point in your scattered chart. Click on the plus icon. Under the Charts Elements, click on the Error Bars. Then, select the percentage

Click-on-the-Error-Bars

 

Step 2: Select the highlighted data point. 

Select-the-highlighted-data-point

 

Step 3: Right-click on it. A drop-down appears. You can see that the series name of the highlighted data point is Student. Click on it. A drop-down appears. 

Series-name-of-the-highlighted-data-point-is-Student

 

Step 4: Click on Series “Student” X Error Bars. This helps us add the X position line of the highlighted data point. Series “Student” Y Error Bars, adds the Y position line of the highlighted data point. 

Click-on-Series-Student-X-Error-Bars

 

Step 5: This is the most important step. The X error line is selected. This line is so small that it’s not visible with your naked eyes. So, right-click on the light blue dot of the cell. Note, do not click on the highlighted data point.

Small-x-error-line-is-selected

 

Step 6: A drop-down appears. Click on the Format Error Bars… 

Click-on-the-Format-Error-Bars

 

Step 7: Format Error Bars dialogue box appears. In the Horizontal Error Bar, under Direction click on Minus. In the Error Amount, set the Percentage to 100%

Format-Error-Bars-dialogue-box-appears

 

Step 8: Horizontal Position line appears. 

Horizontal-Position-line-appears

 

Step 9: Repeat the same steps to add a Vertical Position line. 

Add-a-Vertical-Position-line

 



G

News
Improve
Discuss
Do you want to advertise with us?Click here to know more

How to Create an X-Y Scatter Plot in Excel?

Excel is powerful data visualization and data management tool which can be used to store, analyze, and create reports on large data. It can be used to visualize and compare data using a graph plot. In excel we can plot different kinds of graphs like line graphs, bar graphs, etc. to visualize or analyze the trend. To draw an X-Y plot, it is recommended to use a scatter plot. Scatter chart It is used to understand the correlation between two data variables. A dot is used to represent the values where each dot represents two values (X-axis value and Y-axis value). This chart can be used to visualize the trend and relation between two values over time. For the purpose of demonstration we will use the below-given dataset, It has X values and the corresponding Y values. Drawing X-Y Plot using Excel Step 1: Select the data Step 2: From the Insert tab, select scatter chart with a marker. Output Steps to make changes in the graph Step 1: Click on the chart title Step 2: The chart format menu will open. Make desired changes. For example, change the chart title. Output You can see that the chart title is changed to X-y plot.
Read More

How to Create a Scatter Plot In Excel: Step by Step Guide

article_img
A scatter plot in Excel is a powerful visualization tool for identifying trends, relationships, and patterns between two variables. By plotting data points on an Excel XY scatter plot, you can gain insights into correlations and outliers, making it an essential tool for data analysis. Whether you’re comparing sales and expenses, analyzing scientific data, or forecasting trends, scatter plots provide a clear picture of how two datasets interact. In this guide, we’ll walk you through the steps to create a scatter chart in Excel, including tips for switching axes and applying advanced techniques to refine your visuals.Disclaimer: Always ensure your data is accurate and well-organized to produce reliable and insightful visualizations.Scatter Plot In ExcelHow to Make a Scatter Plot in ExcelLearning how to build a scatter plot in Excel is simple and allows you to visually analyze relationships between data points. Follow these steps to create a scatter graph in Excel and customize your scatter chart:Step 1: Prepare Your DataOrganize your data into two columns:One column for the X-axis values (independent variable).The second column for the Y-axis values (dependent variable).Example:Adver
Read More

Highlight Rows Based on a Cell Value in Excel

article_img
Conditional formatting is a game-changer when it comes to making large data sets in Excel more readable and actionable. If you've ever wanted to draw attention to rows that meet specific criteria—whether it's identifying underperforming metrics, blank entries, or matching specific text values—learning how to highlight rows in Excel is an essential skill. This article breaks down the step-by-step process, covering everything from formatting rows based on text or numeric values to applying multiple conditions with different colors. With these techniques, you can elevate your Excel sheets into powerful tools for visual data analysis.Highlight Rows Based on a Cell Value in ExcelTable of ContentReal-World Example: Highlighting Rows in Employee Data How to Highlight Rows Based on a Cell Value 1. Highlight Rows Based on Text Match 2. Highlight Rows Based on Numeric Values 3. Highlight Rows Using OR/AND Conditions4. Highlight Rows with Blank Cells 5. Highlight Rows Based on Multiple Conditions with Different Colors Why Highlight Rows Based on a Cell ValueHighlighting rows based on a cell value offers the following benefits:Improved Data Analysis: Quickly locate important rows in large data
Read More

How to Create a Scatter Plot with Lines in Google Sheets: Step-by-Step Guide

article_img
Google Sheets is a powerful tool for data analysis and visualization, providing various features to help you understand your data better. One of these features is the ability to create scatter plots, which can visualize the relationship between two data sets. Sometimes, you may want to add a line of best fit or a trendline to make the data patterns clearer.In this article, you are going to learn about how to create a scatter plot in Google Sheets and add a line for a deeper data analysis.Table of ContentHow to Create a Scatter Plot in Google SheetsHow to Add a Trendline to a Scatter Chart in Google Sheet How to Edit Scatter Plots in Google SheetsHow to Remove Scatter Plots in Google SheetsHow to Create a Scatter Plot in Google SheetsFollow these steps to create a scatter plot in Google Sheets quickly and easily.Step 1: Insert your DataBefore you can create a scatter plot with a line in Google Sheets, you need to have your data ready. Make sure you have two columns of data in your spreadsheet, one for the x-axis (independent variable) and one for the y-axis (dependent variable). In our example, we'll use a Salary dataset of x and y values.Overview of the datasetStep 2: Create a Scat
Read More

C

Scatter and Bubble Chart Visualization in Excel

article_img
Scatter Charts and Bubble Charts display many related data in one Chart. In both of these charts, the X - axis displays one numeric field and the Y-axis displays another. It helps to specify the relationship between two values for all the items in the chart easily. In Bubble charts, a third numeric field controls the size of the data points. Scatter Chart VisualizationA scatter chart always displays two value axes: one set of numerical data along the horizontal axis and another set of numerical values along the vertical axis. Each dot in the scatter chart below represents a month, with Quarter on the horizontal X axis and Sales on the vertical Y axis. Power view may spread these data points over the horizontal axis in an even or uneven manner. It is determined by the data that the chart represents. You can also create an X-Y Scatter plot which can help you to visualize your chart more easily. How to Create a Scatter Chart in ExcelThe following step-by-step example illustrates how to make a scatter chart in Excel: Step 1: Make a table with only one category value. Select the Months, Sales, and Quarter fields. This Month is a category field, whereas Sales and Quarter are numeric fiel
Read More

How to Highlight in Google Docs

article_img
Highlighting text in Google Docs is a simple yet powerful tool for emphasizing key information, organizing notes, or preparing your document for review. As one of the core features ofGoogle Docs, which boasts millions of users daily, mastering the highlighting function can greatly enhance your document management and editing efficiency. Here, we’ll look into the steps to effectively use highlighting in Google Docs, from basic techniques to more advanced tips for collaborative projects. How to Highlight in Google Docs How to Highlight in Google Docs on DesktopIf you want to highlight your text for quick access and are unaware of how to do this, then continue reading to learn how highlighting works in Google Docs. Well, you can highlight the text or phrases by following these easy steps mentioned below: Step 1. Open Google DocsLaunch your web browser and open Google Docs, to open Google Docs in your web browser directly. Open the DocumentStep 2. Create a DocumentAfter opening the Google Docs, if you do not want to use the existing one you can create a new document. Now make a new document by clicking on the blank document. Creating the DocumentStep 3. Select a Text to HighlightTo hig
Read More

Snapchat Announces 'Dynamic Stories' Feature To Highlight News In Stories

Synopsis: The newly introduced Snapchat feature will be using the RSS feed of the partners that are going to join hands with the company. The stories will be auto-generated which will be using the content created by verified media publications. American instant messaging Snapchat has introduced a feature named 'Dynamic Stories' for its users as testers. The new feature on the app will bring news updates and other information when the users will move to the app's discover feed option. The update is supposed to keep them updated on the happenings around the world. The newly introduced Snapchat feature will be using the RSS feed of the partners that are going to join hands with the company. The stories will be auto-generated which will be using the content created by verified media publications. "With Dynamic Stories - this new Discover format uses a partner’s RSS Feed to automatically create Stories from the content a Publisher is already creating on the web," the company has said in a press release. The company has also mentioned that the stories will be updated in real-time ensuring timeliness and maintaining the news factor as the latest story will be available as it breaks. Givin
Read More

N

How to Highlight Your Skills on a Resume with BARD's Assistance

article_img
Creating a good resume can be tough, but there's a handy tool called BARD that uses Artificial intelligence to make it easier. BARD helps you show off your skills in a way that grabs employers' attention. In today's competitive job market, it's super important to make sure your strengths stand out. With BARD, you can make your resume show what you're good at, giving you a better chance of getting the job you want. In this article, we'll talk about how BARD, powered by artificial intelligence, makes it simple to highlight your skills on your resume. Whether you're just starting in your career or you've been working for a while, BARD can help make your resume stronger. Let's explore how BARD works and how it can make your skills shine. How do you highlight Skills on a resume using Bard?Below are the points given to leverage Bard to highlight skills on your resume: Being PreciseConnect to Job TermsConsider Your AccomplishmentsProudly Show Your ResultsGoogle Bard Writing Prompts for ResumesBeing PreciseAdding short and precise details about your accomplishments, experiences, and talents on your resume is an important part of being precise. While particular information might help your r
Read More

How to Highlight Duplicates in Google Sheets

article_img
How to Find Duplicates in Google Sheets - Quick Steps Select the dataset (in your Google Sheets)Go to “Format” > “Conditional formatting”Click on “Custom formula is”Input the following formula: =COUNTIF(Search Range, Cell reference) > 1Under “Formatting style,” specify the formatting and click “Done”Dealing with duplicates in Google Sheets can be a hassle, but fortunately, there’s an easy way to manage and highlight duplicate data. Highlighting duplicates in Google Sheets can help you quickly identify and clean up redundant information, saving you valuable time and ensuring your data remains accurate. In this guide, we will walk you through various methods to highlight duplicates using conditional formatting, whether you're working with a single column or multiple columns. We’ll also show you how to highlight duplicates using different colors for better visual clarity and teach you how to remove them if necessary. By the end, you'll be able to keep your Google Sheets free from unwanted repetitions, making it easier to work with and analyze your data.Table of ContentWhy Highlight Duplicates in Google SheetsHow to Find Duplicates in Google SheetsHighlighting Duplicate Data in G
Read More

How to Highlight Text in PowerPoint: 3 Easy Methods Explained

article_img
How to Highlight Words in PowerPoint: Quick StepsOpen PowerPoint >> Select Text Home Tab >> Click the Highlight Button Choose the Highlight ColorPowerPoint presentations are often used to convey important information quickly and clearly. Highlighting key words or phrases in your slides can help emphasize the most important points and guide your audience's attention. Whether you're presenting for business, education, or personal projects, mastering how to highlight words in PowerPoint can make your slides more engaging and impactful.In this guide, we’ll walk you through the different ways you can highlight text in PowerPoint, from using built-in highlighting tools to customizing your own text effects.How to Highlight Text in PowerPointTable of ContentHow to Highlight Text in PowerPoint: Different MethodsMethod 1: Use the Text Highlight Tool (PowerPoint 2019 and Office 365)Method 2: Use Shapes for Highlighting (All PowerPoint Versions)Method 3: Apply Text Effects for EmphasisHow to Highlight Text in PowerPoint: Different MethodsWhile PowerPoint doesn’t have a native highlighter tool like Word, there are several ways to effectively highlight text. Let’s look at the most co
Read More
three90RightbarBannerImg