SlideShare a Scribd company logo
Getting Started With MS
Access
Introduction to MS Access
@_ParthAcharya

Steps to create a query
• Understanding the requirements of the query
• Gathering the tables required for the query
• Creating Query
• Set the query
• Run the query
@_ParthAcharya

Understanding the query requirements
• Each query requires certain fields
Let us understand the query requirements for the following queryThe query should display the following information: employee ID, employee first name, employee last name,
employee address, employee salary, department name.
For the given query, the requirements is:
Employee ID
Employee First Name
Employee last name
Employee address
Employee salary
Department name
@_ParthAcharya

Gathering the tables
required for the query

• Each field in the previous slide comes from some of the given tables

Tip: You can also double click the table
names to see the fields and data.
@_ParthAcharya

Creating Query
with the gathered tables

1. Click on Query Design

2. Select the tables required for
query and click on ‘Add’
@_ParthAcharya

Creating Query (Cont.)
with the gathered tables

1. Once you add the tables

2. Create Relationship

To connect two fields, click on one of the fields and drag your mouse to the other field
Go to next slide for tips on creating relationship between tables
@_ParthAcharya

Tips
Create Relationship between tables
• Look out for a primary key
(fields with a key on its left) in one of the tables to
create a relationship with a field in the other table.
• Look out for data type match. The fields connecting two tables should have the same data type.
• We will look at three fields, two from the Department table and one from the Employee table.

Here, the DepartmentID field from
the table ‘Department’ has the
same data type as the Department
field in the ‘Employee’ table.
Note that, the Department field in
the ‘Department’ table has
different data type than the
Department field in the ‘Employee’
table. And hence, you shall not
connect them, even though the
field names are same.
@_ParthAcharya

Set the query
• To set the query select the fields your query requires. In our case, we want Employee ID, Employee
First Names, Employee last name, Department Name…. Etc.
Click on the Table dropdown
and select the table you want
a field from

Click on the Field dropdown
and Select the field you want.
Here, let’s select Employee ID

Select all the fields the query
requires in the same way
@_ParthAcharya

Run the query
1. Hit the ‘Run’ button to run the query

2. Check the results
@_ParthAcharya

How to set criteria?
• There can be cases where you will need to set criteria
• If you want the employees from just ‘Accounting’ department.
1. Go to the design view

2. In the criteria for Department field, type “Accounting”
and run the query

Make sure you set the criteria for the appropriate field. Here, the criteria is “Accounting” department, which is related to
the Department field. And so, we will set the criteria for the Department field, and not for any other fields.
@_ParthAcharya

How to set criteria? (Cont.)
• There can be cases where you will need to set criteria
• If you want the employees from just ‘Accounting’ department and with
Birthdate October 15th 1988.
1. Go to the design view

2. In the criteria for Birthdate field, type #10/15/1988#
and run the query
@_ParthAcharya

How to set criteria? (Cont.)
• There can be cases where you will need to set criteria
• If you want the employees from just ‘Accounting’ department and with
Birthday month May.
1. Go to the design view

2. In the criteria for Birthdate field, type Month([Birthdate])=5
and run the query

The syntax is: Month([filed_name])=month_number

=>

Month([BirthDate])=5
@_ParthAcharya

How to sort?
• There can be cases where you will need to sort certain fields
• If you want the employees from just ‘Accounting’ department with First Name
in alphabetical order
1. Go to the design view

2. In the criteria for FirstName field, click on Sort
dropdown and select Ascending and run the query
Next Part
Getting Started with Pivot Tables
Getting Started with Pivot
Tables
Introduction to Pivot Tables in MS Excel
@_ParthAcharya

Before starting with Pivot Tables
• How to export an MS Access query to Excel
In the External Data tab of MS Access, click on ‘Excel’
@_ParthAcharya

Creating A Pivot Table
1. Select the top left cell 2. Hit Ctrl+A
This will select your entire sheet.
of the exported excel
sheet

3. In the Insert tab,
select Pivot Table
@_ParthAcharya

Creating a Pivot Table (Cont.)
• A dialog box would pop up, make sure the ‘New Worksheet’ radio
button is selected. Hit ‘OK’.
@_ParthAcharya

Steps to create Pivot Tables
1. Understand the requirements (Which fields are needed)
2. Think of possible table layouts for the asked requirements
1. Which field should be set as ‘Row’?
2. Which field should be se as ‘Column’?
3. Which field should fit well as ‘Values’?

3. Look at the created pivot table and modify if needed
@_ParthAcharya

Understand the requirements
• Suppose we need to see Customers who bought Skateboards and TShirts. We also want to see how much did they spent on those two
product.
Here, the requirements would include the following fields:
• Customer Name
• Product Description
• Sales
@_ParthAcharya

Possible Layouts
Layout 1.
Row: Customers
Column: Products
Values: Sales

Layout 2.
Row: Products
Column: Customers
Values: Sales

Layout 3.
Row: Products
Column: Sales
Values: Customer

As you can see, Pivot Table can have many different layouts, we need to choose the one that fits our requirements the best.
@_ParthAcharya

Following Layout 1
1. Click on the
required field

2. Drag it to the
Row section

3. Similarly, drag the other two
required fields to their respective
sections (as decided for Layout 1)
@_ParthAcharya

The Created Pivot Table

Try to create Pivot Tables with other two Layout options and see if they fit well with our requirements
You will see that the Pivot Table created with Layout 1 fits our requirements the best
@_ParthAcharya

Filters
• If you remember, in our requirements, we want our Pivot Table with just two products:
‘Skateboard’ and ‘T-Shirt’.
To reduce our Pivot Table with Columns just for these two products, we will use filter.

1. To apply filter on
2. Select the required
Product Description
products
Column, click on the
Column Label dropdown
button
@_ParthAcharya

Modified Pivot Table
On applying the filter, you will the Pivot Table that fulfils our
requirements.
@_ParthAcharya

Some Excel Formulas
Create ‘Full Name’ column from ‘First Name’ and ‘Last Name’ columns
=CONCATNATE(first_name,” “,last_name)
• Here, first_name is your data in the ‘First Name’ column; last_name is your data in the ‘Last Name’ column
• Make sure to put a space in “ “

Create ‘Month’ column from ‘Date’ column
=TEXT(date,"mmmm")
• Here, date is your data in the ‘Date’ column
Connect?
Blog: vtalktech.wordpress.com

Social: linkedin.com/in/parthacharya
Email: contact@parthacharya.com
About: about.me/acharyaparth

More Related Content

What's hot (20)

PPT
Model Assistant Suite
Ysrael Mertz
 
PDF
Excel Crash Course: Pivot Tables
Purple, Rock, Scissors
 
PPT
Microsoft Office Excel
virtualMaryam
 
PPT
Excel 2007 Unit C
ALBAKRI MOHAMMAD
 
PPT
Excel 2007 - Create a chart
Oklahoma Dept. Mental Health
 
PPTX
MS Excel Ch 3 PPT
prsmith72
 
DOCX
MS EXCEL 2007
pillai college
 
PPTX
Productivity programs excel assignment 1
Beth Ann Cueni
 
PPTX
MS Excel Ch 2 PPT
prsmith72
 
PDF
MS Access 2010 tutorial 4
Khalfan Alshuaili
 
PPSX
Excel 2007
Usha Makvana
 
PPTX
Excel ppt
nhumar
 
PPT
Microsoft Excel Training
HudaRaghibKadhim
 
PPTX
Microsoft excel-presentation
AlokThakur40
 
PPTX
Lesson 18 Creating Pivot Tables
guevarra_2000
 
PDF
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
BurCom Consulting Ltd.
 
DOC
Alv report-tutorial-www.sapexpert.co .uk-
Faina Fridman
 
PPTX
MS EXCEL PPT PRESENTATION
Mridul Bansal
 
PPTX
Excel 2010
nhumar
 
PPTX
Microsoft Excel Basics
Compudon
 
Model Assistant Suite
Ysrael Mertz
 
Excel Crash Course: Pivot Tables
Purple, Rock, Scissors
 
Microsoft Office Excel
virtualMaryam
 
Excel 2007 Unit C
ALBAKRI MOHAMMAD
 
Excel 2007 - Create a chart
Oklahoma Dept. Mental Health
 
MS Excel Ch 3 PPT
prsmith72
 
MS EXCEL 2007
pillai college
 
Productivity programs excel assignment 1
Beth Ann Cueni
 
MS Excel Ch 2 PPT
prsmith72
 
MS Access 2010 tutorial 4
Khalfan Alshuaili
 
Excel 2007
Usha Makvana
 
Excel ppt
nhumar
 
Microsoft Excel Training
HudaRaghibKadhim
 
Microsoft excel-presentation
AlokThakur40
 
Lesson 18 Creating Pivot Tables
guevarra_2000
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
BurCom Consulting Ltd.
 
Alv report-tutorial-www.sapexpert.co .uk-
Faina Fridman
 
MS EXCEL PPT PRESENTATION
Mridul Bansal
 
Excel 2010
nhumar
 
Microsoft Excel Basics
Compudon
 

Viewers also liked (20)

PPT
Ms Access ppt
anuj
 
PPT
Pivot table presentation
Sha Tibnjn
 
PPTX
Ms access 2007
Ramesh Pant
 
PPT
Training MS Access 2007
crespoje
 
PPTX
Ms access
Amrita University
 
TXT
QUERY BD ACCESS
Edu Almaraz Garcia
 
DOCX
Enter the table name and press create
rashmitaparida
 
KEY
Tab Candy Presentation Short
guestab5fefd
 
PPT
Operador logistico
GloriaE_Sanchez
 
PPT
Lesson Four PowerPoint
markcoleman31
 
PPTX
ITT PROJECT ON CREATE QUERY(QUERY-SELECT WITH CONDITION, MAKE A TABLE,APPEND,...
Alok Mishra
 
PDF
Database
Xhendris Ismaili
 
PPTX
Query formulation process
malathimurugan
 
DOC
Shpend Stojkaj baza e të dhënave
Shpend Stojkaj
 
PPTX
MS-ACCESS:CREATE TAB(QUERY-SELECT WITH CONDITIONS, MAKE A TABLE,DELETE,APPNED...
Ashish Saxena
 
PDF
Microsoft Access
Ajla Hasani
 
PDF
Basic introduction to ms access
jigeno
 
PDF
Bazat e Te Dhenave - ACCESS
Ajla Hasani
 
PPTX
Microsoft Word Home tab Presentation
Tanveer Ahmed
 
PPT
Operadores logisticos
Instituto Sudamericano
 
Ms Access ppt
anuj
 
Pivot table presentation
Sha Tibnjn
 
Ms access 2007
Ramesh Pant
 
Training MS Access 2007
crespoje
 
QUERY BD ACCESS
Edu Almaraz Garcia
 
Enter the table name and press create
rashmitaparida
 
Tab Candy Presentation Short
guestab5fefd
 
Operador logistico
GloriaE_Sanchez
 
Lesson Four PowerPoint
markcoleman31
 
ITT PROJECT ON CREATE QUERY(QUERY-SELECT WITH CONDITION, MAKE A TABLE,APPEND,...
Alok Mishra
 
Query formulation process
malathimurugan
 
Shpend Stojkaj baza e të dhënave
Shpend Stojkaj
 
MS-ACCESS:CREATE TAB(QUERY-SELECT WITH CONDITIONS, MAKE A TABLE,DELETE,APPNED...
Ashish Saxena
 
Microsoft Access
Ajla Hasani
 
Basic introduction to ms access
jigeno
 
Bazat e Te Dhenave - ACCESS
Ajla Hasani
 
Microsoft Word Home tab Presentation
Tanveer Ahmed
 
Operadores logisticos
Instituto Sudamericano
 
Ad

Similar to Getting Started with MS Access and Pivot Tables (20)

DOCX
BBA 2 Semester DBMS All assignment
Roshan Kumar
 
PPTX
Advanced Filter Concepts in MS-Excel
P. SUNDARI ARUN
 
PPTX
Ms Access
sunmitraeducation
 
PPTX
I Simply Excel
Eric Couch
 
PPT
Bis 345-week-4-i lab-new
assignmentcloud85
 
DOCX
Management of database information system
KAZEMBETVOnline
 
PPTX
003.query
Học Huỳnh Bá
 
PPTX
Operate spreadsheet application database administration .pptx
TsedaleBayabil
 
PDF
E book Microsoft Dynamics CRM 2013 Personal Dashboard for End Users
Aileen Gusni
 
PPTX
TR Play Book
☁Rajalakshmi M☁
 
DOCX
Ms access
navidhiman
 
DOCX
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
clarebernice
 
PPT
electronicspreadsheet.pptx.ppt
49RAJANKumar
 
DOC
Microsoft access exercises
sarahandaiza
 
PDF
Access advanced tutorial
catacata1976
 
DOC
Microsoft Excel Tutorial
FaHaD .H. NooR
 
PPTX
Pivots and Slicers_v5
Jen Braly, PgMP, PMP
 
PPTX
Manipulate data in a spreadsheet, Numeric formatting, Sorting and filtering (...
KiaraGolding7F
 
PPTX
Excel chapter 03
teeworthy
 
PPTX
Excel Chapter 03
jgardne4
 
BBA 2 Semester DBMS All assignment
Roshan Kumar
 
Advanced Filter Concepts in MS-Excel
P. SUNDARI ARUN
 
I Simply Excel
Eric Couch
 
Bis 345-week-4-i lab-new
assignmentcloud85
 
Management of database information system
KAZEMBETVOnline
 
Operate spreadsheet application database administration .pptx
TsedaleBayabil
 
E book Microsoft Dynamics CRM 2013 Personal Dashboard for End Users
Aileen Gusni
 
TR Play Book
☁Rajalakshmi M☁
 
Ms access
navidhiman
 
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
clarebernice
 
electronicspreadsheet.pptx.ppt
49RAJANKumar
 
Microsoft access exercises
sarahandaiza
 
Access advanced tutorial
catacata1976
 
Microsoft Excel Tutorial
FaHaD .H. NooR
 
Pivots and Slicers_v5
Jen Braly, PgMP, PMP
 
Manipulate data in a spreadsheet, Numeric formatting, Sorting and filtering (...
KiaraGolding7F
 
Excel chapter 03
teeworthy
 
Excel Chapter 03
jgardne4
 
Ad

More from Parth Acharya (10)

PDF
Web analytics 101
Parth Acharya
 
PPTX
Getting started with Tableau
Parth Acharya
 
PPTX
Virtual Workforce
Parth Acharya
 
PPT
Google Online Marketing Challenge - Organization: Shoe Revolt
Parth Acharya
 
PPTX
Social media and customer dialog management at Starbucks
Parth Acharya
 
PPT
Facebook for infibeam.com: Project Overview
Parth Acharya
 
PPT
Social media and e commerce
Parth Acharya
 
PPTX
Warren Buffett
Parth Acharya
 
PPS
Management Lessons from Mahabharata
Parth Acharya
 
PPSX
Learning Management System
Parth Acharya
 
Web analytics 101
Parth Acharya
 
Getting started with Tableau
Parth Acharya
 
Virtual Workforce
Parth Acharya
 
Google Online Marketing Challenge - Organization: Shoe Revolt
Parth Acharya
 
Social media and customer dialog management at Starbucks
Parth Acharya
 
Facebook for infibeam.com: Project Overview
Parth Acharya
 
Social media and e commerce
Parth Acharya
 
Warren Buffett
Parth Acharya
 
Management Lessons from Mahabharata
Parth Acharya
 
Learning Management System
Parth Acharya
 

Recently uploaded (20)

PPTX
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
PDF
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PPTX
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
PDF
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
PDF
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
PPTX
SCHOOL-BASED SEXUAL HARASSMENT PREVENTION AND RESPONSE WORKSHOP
komlalokoe
 
PPTX
Views on Education of Indian Thinkers J.Krishnamurthy..pptx
ShrutiMahanta1
 
PPTX
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
PDF
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPTX
Capitol Doctoral Presentation -July 2025.pptx
CapitolTechU
 
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
community health nursing question paper 2.pdf
Prince kumar
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
SCHOOL-BASED SEXUAL HARASSMENT PREVENTION AND RESPONSE WORKSHOP
komlalokoe
 
Views on Education of Indian Thinkers J.Krishnamurthy..pptx
ShrutiMahanta1
 
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Capitol Doctoral Presentation -July 2025.pptx
CapitolTechU
 

Getting Started with MS Access and Pivot Tables

  • 1. Getting Started With MS Access Introduction to MS Access
  • 2. @_ParthAcharya Steps to create a query • Understanding the requirements of the query • Gathering the tables required for the query • Creating Query • Set the query • Run the query
  • 3. @_ParthAcharya Understanding the query requirements • Each query requires certain fields Let us understand the query requirements for the following queryThe query should display the following information: employee ID, employee first name, employee last name, employee address, employee salary, department name. For the given query, the requirements is: Employee ID Employee First Name Employee last name Employee address Employee salary Department name
  • 4. @_ParthAcharya Gathering the tables required for the query • Each field in the previous slide comes from some of the given tables Tip: You can also double click the table names to see the fields and data.
  • 5. @_ParthAcharya Creating Query with the gathered tables 1. Click on Query Design 2. Select the tables required for query and click on ‘Add’
  • 6. @_ParthAcharya Creating Query (Cont.) with the gathered tables 1. Once you add the tables 2. Create Relationship To connect two fields, click on one of the fields and drag your mouse to the other field Go to next slide for tips on creating relationship between tables
  • 7. @_ParthAcharya Tips Create Relationship between tables • Look out for a primary key (fields with a key on its left) in one of the tables to create a relationship with a field in the other table. • Look out for data type match. The fields connecting two tables should have the same data type. • We will look at three fields, two from the Department table and one from the Employee table. Here, the DepartmentID field from the table ‘Department’ has the same data type as the Department field in the ‘Employee’ table. Note that, the Department field in the ‘Department’ table has different data type than the Department field in the ‘Employee’ table. And hence, you shall not connect them, even though the field names are same.
  • 8. @_ParthAcharya Set the query • To set the query select the fields your query requires. In our case, we want Employee ID, Employee First Names, Employee last name, Department Name…. Etc. Click on the Table dropdown and select the table you want a field from Click on the Field dropdown and Select the field you want. Here, let’s select Employee ID Select all the fields the query requires in the same way
  • 9. @_ParthAcharya Run the query 1. Hit the ‘Run’ button to run the query 2. Check the results
  • 10. @_ParthAcharya How to set criteria? • There can be cases where you will need to set criteria • If you want the employees from just ‘Accounting’ department. 1. Go to the design view 2. In the criteria for Department field, type “Accounting” and run the query Make sure you set the criteria for the appropriate field. Here, the criteria is “Accounting” department, which is related to the Department field. And so, we will set the criteria for the Department field, and not for any other fields.
  • 11. @_ParthAcharya How to set criteria? (Cont.) • There can be cases where you will need to set criteria • If you want the employees from just ‘Accounting’ department and with Birthdate October 15th 1988. 1. Go to the design view 2. In the criteria for Birthdate field, type #10/15/1988# and run the query
  • 12. @_ParthAcharya How to set criteria? (Cont.) • There can be cases where you will need to set criteria • If you want the employees from just ‘Accounting’ department and with Birthday month May. 1. Go to the design view 2. In the criteria for Birthdate field, type Month([Birthdate])=5 and run the query The syntax is: Month([filed_name])=month_number => Month([BirthDate])=5
  • 13. @_ParthAcharya How to sort? • There can be cases where you will need to sort certain fields • If you want the employees from just ‘Accounting’ department with First Name in alphabetical order 1. Go to the design view 2. In the criteria for FirstName field, click on Sort dropdown and select Ascending and run the query
  • 14. Next Part Getting Started with Pivot Tables
  • 15. Getting Started with Pivot Tables Introduction to Pivot Tables in MS Excel
  • 16. @_ParthAcharya Before starting with Pivot Tables • How to export an MS Access query to Excel In the External Data tab of MS Access, click on ‘Excel’
  • 17. @_ParthAcharya Creating A Pivot Table 1. Select the top left cell 2. Hit Ctrl+A This will select your entire sheet. of the exported excel sheet 3. In the Insert tab, select Pivot Table
  • 18. @_ParthAcharya Creating a Pivot Table (Cont.) • A dialog box would pop up, make sure the ‘New Worksheet’ radio button is selected. Hit ‘OK’.
  • 19. @_ParthAcharya Steps to create Pivot Tables 1. Understand the requirements (Which fields are needed) 2. Think of possible table layouts for the asked requirements 1. Which field should be set as ‘Row’? 2. Which field should be se as ‘Column’? 3. Which field should fit well as ‘Values’? 3. Look at the created pivot table and modify if needed
  • 20. @_ParthAcharya Understand the requirements • Suppose we need to see Customers who bought Skateboards and TShirts. We also want to see how much did they spent on those two product. Here, the requirements would include the following fields: • Customer Name • Product Description • Sales
  • 21. @_ParthAcharya Possible Layouts Layout 1. Row: Customers Column: Products Values: Sales Layout 2. Row: Products Column: Customers Values: Sales Layout 3. Row: Products Column: Sales Values: Customer As you can see, Pivot Table can have many different layouts, we need to choose the one that fits our requirements the best.
  • 22. @_ParthAcharya Following Layout 1 1. Click on the required field 2. Drag it to the Row section 3. Similarly, drag the other two required fields to their respective sections (as decided for Layout 1)
  • 23. @_ParthAcharya The Created Pivot Table Try to create Pivot Tables with other two Layout options and see if they fit well with our requirements You will see that the Pivot Table created with Layout 1 fits our requirements the best
  • 24. @_ParthAcharya Filters • If you remember, in our requirements, we want our Pivot Table with just two products: ‘Skateboard’ and ‘T-Shirt’. To reduce our Pivot Table with Columns just for these two products, we will use filter. 1. To apply filter on 2. Select the required Product Description products Column, click on the Column Label dropdown button
  • 25. @_ParthAcharya Modified Pivot Table On applying the filter, you will the Pivot Table that fulfils our requirements.
  • 26. @_ParthAcharya Some Excel Formulas Create ‘Full Name’ column from ‘First Name’ and ‘Last Name’ columns =CONCATNATE(first_name,” “,last_name) • Here, first_name is your data in the ‘First Name’ column; last_name is your data in the ‘Last Name’ column • Make sure to put a space in “ “ Create ‘Month’ column from ‘Date’ column =TEXT(date,"mmmm") • Here, date is your data in the ‘Date’ column