Skip to main content

Create Bar Chart in Excel Easily by Example

Today, we will discuss How to Create Bar Chart in Excel Easily by Example. A chart is the graphical representation of data. Microsoft Excel provide an easy to use Chart Wizard for this purpose. The Microsoft Excel Chart Wizard guides you on each step to perform the specific tasks and get a brilliant Chart finally.



Create Bar Chart in Excel Easily by Example
Create Bar Chart in Excel Easily by Example

Steps to Create Bar Chart in Excel Easily by Example

NOTE: You can chose a chart Type as BAR chart which is on number two in chart type list. For this example, here pictures are provided for the default chart type, the first one, named COLUMN CHART.  as shown in the following picture.
Create Bar Chart in Excel Easily by Example Step 1

 

  1. Create Worksheet and enter data to Create Bar Chart in Excel Easily by Example.
  2. Select the columns data. If the two columns are adjacent, Select the both columns along with column headings with the help of mouse. If the two columns are not adjacent, select first column by mouse dragging. Now press and hold CTRL button from keyboard and select the other column by mouse.
  3. Start the Chart Wizard by clicking on Chart Wizard Tool.
  4. Select the type of chart as BAR chart and select the subtype also. Click Next button.
  5. There is nothing to do in this step as you have already selected data for chart in step 2. You can change data here if necessary. Click NEXT
  6. In this step enter the name of the chart and titles for the X- and Y-axes. you can also set some other options for the axes, grid lines, legend, and data labels etc. Click NEXT.
  7. In this final step select the location to insert chart. Click As new sheet if you wish to insert chart in a new blank sheet. Select As object in if the chart should be included in the existing sheet.

Create Bar Chart in Excel Easily by Example Step 2

Create Bar Chart in Excel Easily by Example Step 2

Create Bar Chart in Excel Easily by Example Step 3 

Create Bar Chart in Excel Easily by Example Step 3

 Create Bar Chart in Excel Easily by Example Step 4 

 
Create Bar Chart in Excel Easily by Example Step 4

 Final Image for Create Bar Chart in Excel Easily by Example 

Create Bar Chart in Excel Easily by Example Step by Step

 A BAR CHART will look like this

Picture of a Bar Chart in Excel
A Bar Chart in Excel

 This Excel Tutorial is based on Microsoft Office 2000 - 2003.

 Create Bar Chart in Excel Easily By Example Office 2007

 In Microsoft Excel 2007,
  1.  Type and select the data.
  2. Click on INSERT tab.
  3. In chart group, click on the required chart type. suppose you click on Bar type then a list of subtype options is displayed, select one of it.
  4. The selected chart will be inserted. 
  5. You can edit this chart for any modifications.

Download original Worksheet to create Bar Chart in Excel Easily By Example Office 2007


Create Bar Chart in Excel Easily By Example Office 2007
Create Bar Chart in Excel Easily By Example Office 2007

Comments

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

What is Computer

Topic:  What is Computer Definition of Computer Computer is an electronic machine that takes data and instructions, processes data according to the given instructions, produces results and stores them for later use. What is a computer - Define computer - Computer Definition A computer is an electronic machine that can: Accept input, Process input, Produce output:  Accept input. Note that,  Input could be entered by a human through a keyboard, or received over a network, or provided automatically by sensors attached to the computer. Execute a set of instructions to process the input data. Produce output. Output could be data displayed to a human in the form of soft copy output or hard copy output, but it could also be anything that effects the world outside the computer such as electrical signals that control how a device operates. Today, computers are being used in every field of life. It can be used for different tasks. It is used for data processi...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...