SlideShare une entreprise Scribd logo
1  sur  6
Stock Management
You can monitor your stock movement whether by day, month or year easily with Excel
Pivot Table. The key is setting up the fields correctly to monitor stock movements. You can
find out more details in our inventory management system page.

Shipment Planning
Pivot Table gives me the basics of creating our shipment planning forecast. A very benefiting
tool for segregating data you require.

Merging Data
Before, I had to manually merge data. Now with Vlookup, merging data and manipulating
them is a breeze!

Create forms
Excel is a powerful tool for designing my questionaire for manpower survey as I can save
money on temp staff to do data entry! It helps me greatly in my analysis of data too as I can
customise what information to retrieve and how to present my results.

Performance Tracking
Conditional formating and creation of a survey form using the functions in excel are very
useful for me to do my work more quickly. Conditional formating because it is very useful in
performance tracking.
The functionality of Excel that can assist to track business performance and achieve growth.

Find Breakeven point
Using the Goal Seek function, we can find the breakeven point quickly.

Identify Blank Rows
The conditional formatting. I want to auto-highlight those rows that are urgent/blank. Time
saving was beneficial.

Duplicate Records
I used to sieve duplicate records manually but now I can use advanced filter to do that.

Extract data from ACCPAC/SAP
The Excel Pivot Table combined with MS Query are fantastic tools! My client managed to
use them to extract the required data from Accpac and submit it to my Organisation's HQ in
Germany.

Ranking
The ranking formula can help to rank scores quickly.

Tracking Updates in Forecasted Sales
There are 2 ways you could track the updates in forecasted sales. One is to use the advanced
version of conditional formatting and the other is to use the readily available highlight
changes function is Excel. Both methods are present in this tracking updates page.

Answer #1 to what is Excel: Analytical Tool
Excel is a great analytical tool for business. The pivot table contained within Excel has gone
through many revision. In each revision, we see its power being enhanced. It has becomes a
strong competitor of business intelligence tools available in the market. The advantage over
its competitors is that it is readily available to almost all the business computers. It cost
business nothing to use it because MS Excel is bundled in MS Office, a must have office
productivity tool. In the new version of Excel 2007, we see the power of Pivot Table being
enhanced again with the capability to work directly with database servers. With the increased
in memory, a million rows and over a thousand columns, it becomes a formidable foe to
business intelligence tool in the market.

Answer #2 to what is Excel: Corporate Budgeting
A major business application of Excel is in corporate budgeting. Many companies, from big
corporations to small companies use Excel for their budgeting. Despite numerous calls by
suppliers of Business Performance Management Systems (BPM) to move away from Excel as
a budgeting tool, 70% to 80% of all corporations still use Excel as their primary budgeting
tool. Find out why in this corporate budgeting article.

Answer #3 to what is Excel: Inventory Management
Excel provide many functions and formulas that will not only help you manage your data
records efficiently but will also make sure that you could analyse your data based on your
constantly changing business environment. Through the use of Microsoft® Excel formulas,
you can create comprehensive drop down boxes to facilitate data inputs and reduce erroneous
entries. And through the use of pivot tables, you could get a good detailed analysis of your
stock movement and also your inventory level at any point in time. For more details, read up
this inventory management write-up.

Answer #4 to What is Excel: Create forms and
consolidating results
Excel can also be used to create forms. We are not talking about simple form that contains
just boxes for you to type in your answers. We are referring to professional forms which
contain option buttons such that user can only select only one answer (Yes, No), check boxes
that allow them to select multiple answers, dropdown list to select a particular answer from
list of items. Here is an example of such a form:

Here are a few simple tips that will wow your colleagues:








Autofill: Instead of wasting time scrolling and dragging a formula all the way down the page,
your colleagues will be amazed that double clicking on the AutoFill icon will automatically do
it for them.
o One co-worker affectionately calls this the “double click trick“
Transpose: Need to change how your data is oriented? Not sure exactly how to phrase what
you’re trying to do? Just Paste Special and check the Transpose box and your data will
magically be transformed from horizontal to vertical.
Keyboard Shortcuts: Scrolling is the enemy. Nobody wants to waste their whole day
scrolling to the bottom of a spreadsheet. Here are a few keyboard shortcuts that will save
time:
o CTRL + down arrow:To get to the bottom row of your data set
o CTRL +up arrow: To get the top row of your data set
o CTRL + right arrow: To get to the last column of your data set
o CTRL + left arrow: To get to the first column of your data set
o CTRL + Home: To get to the first cell (top left) in your data set
o CTRL + End: To get to the last cell (bottom right) in your data set
o Bonus: Holding SHIFT down while using any of the above shortcuts will select that
entire range
Charts: Charts are confusing. They never do what you want them to do. Most people have
used charts before, but are in no way experts. You’ll win points if you can explain how to:
o Add a secondary axis
o Create a combination chart with both bar and line graphs


Pivot Tables: Pivot Tables are daunting to most people who don’t use them regularly. If you
can help your colleagues navigate the treacherous waters of Pivot Tables, they will definitely
appreciate it. Keep it simple though, as the flexibility can get overwhelming to new users
very quickly.
o Start by creating a Pivot Table to answer 1 question. Then explain how to filter and
sort the data. By doing this, your colleagues will slowly warm to Pivot Tables, making
them less overwhelming.

Now that you’ve got some simple tips in your repertoire, here are the formulas and tools
I use the most:
Lookup and Text Formulas:


SUMIFS, AVERAGEIFS, and COUNTIFS: Like SUMIF on steroids. Useful for looking up any
non-text values with multiple criteria
o Great for recreating the functionality of a Pivot, but allowing you to format the
output however you would like
o Makes month over month calculations extremely easy, especially with named cells.



VLOOKUP, INDEX, and MATCH: Useful for looking up any text values
o Always make sure to end your VLOOKUP with FALSE to return the exact match



IFERROR: Replaces errors with a different value
o i.e. IFERROR(A1/B1,0) replaces errors with zeroes



LEFT, MID, RIGHT, and SEARCH: Useful for parsing specific parts out of URLs

Date Formulas:








TODAY(): Automatically calculates today’s date
DATE: Useful for calculating specific days in the year
o i.e. DATE(YEAR(TODAY()),1,1) calculates the first day of the year (“1/1/2011″)
EDATE: Increments a date by X number of months. Negative numbers also work to go
backwards.
o i.e. EDATE(A1,1) increments a date by 1 month (“2/1/2011″)
TEXT: Converts a value to any date format you would like
o i.e. TEXT(A1,”dddd”) converts a date into day of the week (“Monday”)
o i.e. TEXT(A1,”mmmm”) converts a date into a month (“January”)
WEEKDAY: Returns the day number in the week.
o i.e. WEEKDAY($A1,2)>5 returns TRUE for weekends

Charts:





Dynamic Chart Ranges: Use OFFSET and named ranges to only chart cells that have values.
This saves time because you don’t have to update chart data ranges each month
o Alternatively, returning errors (#N/A) when values are blank will also exclude empty
cells from line and bar charts
Rolling Chart Data Ranges: Set a static number of months and use SUMIFS to populate
values automatically
Dynamic Chart Data Labels: Great for showing month over month % change, instead of
default data labels
Other Tools:





Named ranges: Useful for referencing calculated dates, lookup formulas, data validation
lists, creating dashboards, etc…
o CTRL + F3: shows all the named ranges in your spreadsheet
Data Validation: For creating drop down lists
o Named ranges allow you to reference a list of values in a separate tab
Conditional Formatting: For formatting everything!
o Highlight Cell Rules: Highlights positive values in green, negative values in red
o Custom Formula Rules: Useful for shading weekends in gray when looking at a
whole month’s data by day (i.e. WEEKDAY($A1,2)>5)
o Data Bars: Shows a tiny bar chart within the cell. Good for showing trends within a
data table

1. Sales Trends
o

Excel spreadsheets are perfect for the small business that needs to track sales
trends throughout the months and years. It helps businesses notice changes in
sales, so the business is able to act and correct the problem. The spreadsheets
can be used to create graphs and presentations of quarterly sales for business
associates and investors.
An example of an Excel workbook for a sales application is a spreadsheet with
daily sales. The daily sales can be automatically summed and added to another
spreadsheet within the workbook that totals sales for the month. The monthly
sales spreadsheet can then be summed for yearly sales.

2. Marketing
o

Marketing is a huge part of business growth. Businesses need to take note of
dollars spent versus conversion of customers. On the Internet, marketing can
be quite expensive for new owners. An Excel spreadsheet can be used to keep
a list of the month's marketing expenses and what customers were acquired
using these dollars. If the business has several marketing outlets, an Excel
spreadsheet can be used to track which marketing avenues bring in the most
sales. These trends are important for managers to keep track of more efficient
marketing costs.

Employee Information
o

Many businesses don't have the means for a large database to keep track of
employee records. For small businesses, an Excel spreadsheet keeps track of
employee names, Social Security numbers and pay scale. When saving private
information, it's important to encrypt the file to secure the employee's data
from identity theft. The Excel spreadsheet can be used to keep track of
employees who work on commission, and be linked with a sales spreadsheet
similar to that in Section 1. The link will show the business owner how well
the employee is doing for monthly sales.
Analyze Business Data

Contenu connexe

Tendances

Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Data Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelData Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelFrehiwot Mulugeta
 
Using financial functions in ms excel
Using financial functions in ms excelUsing financial functions in ms excel
Using financial functions in ms excelPrakharLodha26
 
MS Excel Ch 1 PPT
MS Excel Ch 1 PPTMS Excel Ch 1 PPT
MS Excel Ch 1 PPTprsmith72
 
Excel 2016 top features
Excel 2016 top featuresExcel 2016 top features
Excel 2016 top featuresBandhu P. Das
 
Creation of spreadsheets
Creation of spreadsheetsCreation of spreadsheets
Creation of spreadsheetsNITISH SADOTRA
 
Excel 2007 for Retail
Excel 2007 for RetailExcel 2007 for Retail
Excel 2007 for RetailSoumit Ghosh
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS ExcelRajesh Math
 
Element of an electronic speadsheet ms excel
Element of an electronic speadsheet   ms excelElement of an electronic speadsheet   ms excel
Element of an electronic speadsheet ms exceleVidhya
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsKingston Tagoe
 
Ms Excel Basic to Advance Tutorial
Ms Excel Basic to Advance TutorialMs Excel Basic to Advance Tutorial
Ms Excel Basic to Advance TutorialBikal Shrestha
 
Spreadsheet nina
Spreadsheet ninaSpreadsheet nina
Spreadsheet ninaNinaAnzaldo
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment HelpRahul Kataria
 

Tendances (20)

Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
'Spreadsheet'
'Spreadsheet''Spreadsheet'
'Spreadsheet'
 
Ms excel
Ms excelMs excel
Ms excel
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Data Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelData Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. Excel
 
Using financial functions in ms excel
Using financial functions in ms excelUsing financial functions in ms excel
Using financial functions in ms excel
 
MS Excel Ch 1 PPT
MS Excel Ch 1 PPTMS Excel Ch 1 PPT
MS Excel Ch 1 PPT
 
Excel 2016 top features
Excel 2016 top featuresExcel 2016 top features
Excel 2016 top features
 
Creation of spreadsheets
Creation of spreadsheetsCreation of spreadsheets
Creation of spreadsheets
 
spreadsheet
spreadsheetspreadsheet
spreadsheet
 
Excel 2007 for Retail
Excel 2007 for RetailExcel 2007 for Retail
Excel 2007 for Retail
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
 
Element of an electronic speadsheet ms excel
Element of an electronic speadsheet   ms excelElement of an electronic speadsheet   ms excel
Element of an electronic speadsheet ms excel
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic Spreadsheets
 
Ms Excel Basic to Advance Tutorial
Ms Excel Basic to Advance TutorialMs Excel Basic to Advance Tutorial
Ms Excel Basic to Advance Tutorial
 
Spreadsheet nina
Spreadsheet ninaSpreadsheet nina
Spreadsheet nina
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Spreadsheet
SpreadsheetSpreadsheet
Spreadsheet
 

En vedette

20 unique features of MS-word
20 unique features of MS-word20 unique features of MS-word
20 unique features of MS-wordAkeeb Siddiqui
 
Microsoft word features
Microsoft word featuresMicrosoft word features
Microsoft word featuresSaira Randhawa
 
Microsoft PowerPoint features
Microsoft PowerPoint featuresMicrosoft PowerPoint features
Microsoft PowerPoint featuresSaira Randhawa
 
ANTIVIRUS AND VIRUS Powerpoint presentation
ANTIVIRUS AND VIRUS Powerpoint presentationANTIVIRUS AND VIRUS Powerpoint presentation
ANTIVIRUS AND VIRUS Powerpoint presentationabhijit chintamani
 
Function of microsoft word
Function of microsoft wordFunction of microsoft word
Function of microsoft wordAIMS Education
 
FEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCELFEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCELpawa9pawa
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics pptjdbutler13
 

En vedette (11)

Features of ms excel and ms word
Features of ms excel and ms wordFeatures of ms excel and ms word
Features of ms excel and ms word
 
Platoon Drill
Platoon DrillPlatoon Drill
Platoon Drill
 
20 unique features of MS-word
20 unique features of MS-word20 unique features of MS-word
20 unique features of MS-word
 
Microsoft word features
Microsoft word featuresMicrosoft word features
Microsoft word features
 
Microsoft PowerPoint features
Microsoft PowerPoint featuresMicrosoft PowerPoint features
Microsoft PowerPoint features
 
COMPUTERS ( types of viruses)
COMPUTERS ( types of viruses)COMPUTERS ( types of viruses)
COMPUTERS ( types of viruses)
 
Types of Virus & Anti-virus
Types of Virus & Anti-virusTypes of Virus & Anti-virus
Types of Virus & Anti-virus
 
ANTIVIRUS AND VIRUS Powerpoint presentation
ANTIVIRUS AND VIRUS Powerpoint presentationANTIVIRUS AND VIRUS Powerpoint presentation
ANTIVIRUS AND VIRUS Powerpoint presentation
 
Function of microsoft word
Function of microsoft wordFunction of microsoft word
Function of microsoft word
 
FEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCELFEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCEL
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics ppt
 

Similaire à Analyze Business Data

Excel training by rajesh p
Excel training by rajesh pExcel training by rajesh p
Excel training by rajesh pRajesh P
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a SuperstarAlan Murray
 
ICT: SPREADSHEETS (MICROSOFT EXCEL)
ICT: SPREADSHEETS (MICROSOFT EXCEL)ICT: SPREADSHEETS (MICROSOFT EXCEL)
ICT: SPREADSHEETS (MICROSOFT EXCEL)Aj Mappala
 
Top tips from the experts on how to learn Excel
Top tips from the experts on how to learn ExcelTop tips from the experts on how to learn Excel
Top tips from the experts on how to learn ExcelStat Analytica
 
Model Assistant Suite
Model Assistant SuiteModel Assistant Suite
Model Assistant SuiteYsrael Mertz
 
develop and use complex spreadsheets .pdf
develop and use complex spreadsheets .pdfdevelop and use complex spreadsheets .pdf
develop and use complex spreadsheets .pdfNigussieBerhanu2
 
I Simply Excel
I Simply ExcelI Simply Excel
I Simply ExcelEric Couch
 
MS excel and their functions keys and their usage
MS excel and their functions keys and their usageMS excel and their functions keys and their usage
MS excel and their functions keys and their usageshumailbashir82
 
ADVANCED EXCEL COURSE IN LAXMI NAGAR
ADVANCED EXCEL COURSE IN LAXMI NAGARADVANCED EXCEL COURSE IN LAXMI NAGAR
ADVANCED EXCEL COURSE IN LAXMI NAGARRajatSharma210839
 
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxWK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxambersalomon88660
 
The Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfThe Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfTEWMAGAZINE
 
Ms Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxMs Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxVishal Doke
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3Dr T.Sivakami
 
1a s4 i creating runcharts final
1a s4 i creating runcharts final1a s4 i creating runcharts final
1a s4 i creating runcharts finalABCiABUHB
 

Similaire à Analyze Business Data (20)

Excel training by rajesh p
Excel training by rajesh pExcel training by rajesh p
Excel training by rajesh p
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar
 
ICT: SPREADSHEETS (MICROSOFT EXCEL)
ICT: SPREADSHEETS (MICROSOFT EXCEL)ICT: SPREADSHEETS (MICROSOFT EXCEL)
ICT: SPREADSHEETS (MICROSOFT EXCEL)
 
MS Excel Training 02
MS Excel Training 02MS Excel Training 02
MS Excel Training 02
 
Top tips from the experts on how to learn Excel
Top tips from the experts on how to learn ExcelTop tips from the experts on how to learn Excel
Top tips from the experts on how to learn Excel
 
Ms Excel
Ms ExcelMs Excel
Ms Excel
 
Model Assistant Suite
Model Assistant SuiteModel Assistant Suite
Model Assistant Suite
 
develop and use complex spreadsheets .pdf
develop and use complex spreadsheets .pdfdevelop and use complex spreadsheets .pdf
develop and use complex spreadsheets .pdf
 
I Simply Excel
I Simply ExcelI Simply Excel
I Simply Excel
 
MS excel and their functions keys and their usage
MS excel and their functions keys and their usageMS excel and their functions keys and their usage
MS excel and their functions keys and their usage
 
ADVANCED EXCEL COURSE IN LAXMI NAGAR
ADVANCED EXCEL COURSE IN LAXMI NAGARADVANCED EXCEL COURSE IN LAXMI NAGAR
ADVANCED EXCEL COURSE IN LAXMI NAGAR
 
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docxWK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
WK8_A2 OverviewAssignment 2 Excelling with ExcelDue Week 8 an.docx
 
A excel analysis toolpack -best
A excel analysis toolpack -bestA excel analysis toolpack -best
A excel analysis toolpack -best
 
08 ms excel
08 ms excel08 ms excel
08 ms excel
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
 
The Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdfThe Art of Data Visualization in Microsoft Excel for Mac.pdf
The Art of Data Visualization in Microsoft Excel for Mac.pdf
 
Ms excel 2007 tutorial
Ms excel 2007 tutorialMs excel 2007 tutorial
Ms excel 2007 tutorial
 
Ms Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxMs Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptx
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
 
1a s4 i creating runcharts final
1a s4 i creating runcharts final1a s4 i creating runcharts final
1a s4 i creating runcharts final
 

Plus de Jithin Zcs

Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_systemJithin Zcs
 
Business level strategies
Business level strategiesBusiness level strategies
Business level strategiesJithin Zcs
 
Barriears to communication
Barriears to communicationBarriears to communication
Barriears to communicationJithin Zcs
 
Styles of business letters
Styles of business lettersStyles of business letters
Styles of business lettersJithin Zcs
 
Access introduction
Access introductionAccess introduction
Access introductionJithin Zcs
 
Corporate governance
Corporate governanceCorporate governance
Corporate governanceJithin Zcs
 
Capital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingCapital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingJithin Zcs
 
Business environment basics
Business environment basicsBusiness environment basics
Business environment basicsJithin Zcs
 
01 securitization in india – issues and challenges
01 securitization in india – issues and challenges01 securitization in india – issues and challenges
01 securitization in india – issues and challengesJithin Zcs
 
Consumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarConsumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarJithin Zcs
 
Expert systems
Expert systemsExpert systems
Expert systemsJithin Zcs
 
modern language association formats
modern language association formatsmodern language association formats
modern language association formatsJithin Zcs
 
SPSS an intro...
SPSS an intro...SPSS an intro...
SPSS an intro...Jithin Zcs
 
Privatisation 999
Privatisation 999Privatisation 999
Privatisation 999Jithin Zcs
 
Johari window gadha
Johari window gadhaJohari window gadha
Johari window gadhaJithin Zcs
 

Plus de Jithin Zcs (17)

Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 
Business level strategies
Business level strategiesBusiness level strategies
Business level strategies
 
Barriears to communication
Barriears to communicationBarriears to communication
Barriears to communication
 
Styles of business letters
Styles of business lettersStyles of business letters
Styles of business letters
 
Access introduction
Access introductionAccess introduction
Access introduction
 
Company law
Company lawCompany law
Company law
 
Corporate governance
Corporate governanceCorporate governance
Corporate governance
 
Capital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingCapital budgeting (1)- Management accounting
Capital budgeting (1)- Management accounting
 
Business environment basics
Business environment basicsBusiness environment basics
Business environment basics
 
01 securitization in india – issues and challenges
01 securitization in india – issues and challenges01 securitization in india – issues and challenges
01 securitization in india – issues and challenges
 
Consumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarConsumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdar
 
Expert systems
Expert systemsExpert systems
Expert systems
 
modern language association formats
modern language association formatsmodern language association formats
modern language association formats
 
Mis pdf
Mis pdfMis pdf
Mis pdf
 
SPSS an intro...
SPSS an intro...SPSS an intro...
SPSS an intro...
 
Privatisation 999
Privatisation 999Privatisation 999
Privatisation 999
 
Johari window gadha
Johari window gadhaJohari window gadha
Johari window gadha
 

Dernier

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Dernier (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Analyze Business Data

  • 1. Stock Management You can monitor your stock movement whether by day, month or year easily with Excel Pivot Table. The key is setting up the fields correctly to monitor stock movements. You can find out more details in our inventory management system page. Shipment Planning Pivot Table gives me the basics of creating our shipment planning forecast. A very benefiting tool for segregating data you require. Merging Data Before, I had to manually merge data. Now with Vlookup, merging data and manipulating them is a breeze! Create forms Excel is a powerful tool for designing my questionaire for manpower survey as I can save money on temp staff to do data entry! It helps me greatly in my analysis of data too as I can customise what information to retrieve and how to present my results. Performance Tracking Conditional formating and creation of a survey form using the functions in excel are very useful for me to do my work more quickly. Conditional formating because it is very useful in performance tracking. The functionality of Excel that can assist to track business performance and achieve growth. Find Breakeven point Using the Goal Seek function, we can find the breakeven point quickly. Identify Blank Rows The conditional formatting. I want to auto-highlight those rows that are urgent/blank. Time saving was beneficial. Duplicate Records I used to sieve duplicate records manually but now I can use advanced filter to do that. Extract data from ACCPAC/SAP
  • 2. The Excel Pivot Table combined with MS Query are fantastic tools! My client managed to use them to extract the required data from Accpac and submit it to my Organisation's HQ in Germany. Ranking The ranking formula can help to rank scores quickly. Tracking Updates in Forecasted Sales There are 2 ways you could track the updates in forecasted sales. One is to use the advanced version of conditional formatting and the other is to use the readily available highlight changes function is Excel. Both methods are present in this tracking updates page. Answer #1 to what is Excel: Analytical Tool Excel is a great analytical tool for business. The pivot table contained within Excel has gone through many revision. In each revision, we see its power being enhanced. It has becomes a strong competitor of business intelligence tools available in the market. The advantage over its competitors is that it is readily available to almost all the business computers. It cost business nothing to use it because MS Excel is bundled in MS Office, a must have office productivity tool. In the new version of Excel 2007, we see the power of Pivot Table being enhanced again with the capability to work directly with database servers. With the increased in memory, a million rows and over a thousand columns, it becomes a formidable foe to business intelligence tool in the market. Answer #2 to what is Excel: Corporate Budgeting A major business application of Excel is in corporate budgeting. Many companies, from big corporations to small companies use Excel for their budgeting. Despite numerous calls by suppliers of Business Performance Management Systems (BPM) to move away from Excel as a budgeting tool, 70% to 80% of all corporations still use Excel as their primary budgeting tool. Find out why in this corporate budgeting article. Answer #3 to what is Excel: Inventory Management Excel provide many functions and formulas that will not only help you manage your data records efficiently but will also make sure that you could analyse your data based on your constantly changing business environment. Through the use of Microsoft® Excel formulas, you can create comprehensive drop down boxes to facilitate data inputs and reduce erroneous entries. And through the use of pivot tables, you could get a good detailed analysis of your stock movement and also your inventory level at any point in time. For more details, read up this inventory management write-up. Answer #4 to What is Excel: Create forms and consolidating results
  • 3. Excel can also be used to create forms. We are not talking about simple form that contains just boxes for you to type in your answers. We are referring to professional forms which contain option buttons such that user can only select only one answer (Yes, No), check boxes that allow them to select multiple answers, dropdown list to select a particular answer from list of items. Here is an example of such a form: Here are a few simple tips that will wow your colleagues:     Autofill: Instead of wasting time scrolling and dragging a formula all the way down the page, your colleagues will be amazed that double clicking on the AutoFill icon will automatically do it for them. o One co-worker affectionately calls this the “double click trick“ Transpose: Need to change how your data is oriented? Not sure exactly how to phrase what you’re trying to do? Just Paste Special and check the Transpose box and your data will magically be transformed from horizontal to vertical. Keyboard Shortcuts: Scrolling is the enemy. Nobody wants to waste their whole day scrolling to the bottom of a spreadsheet. Here are a few keyboard shortcuts that will save time: o CTRL + down arrow:To get to the bottom row of your data set o CTRL +up arrow: To get the top row of your data set o CTRL + right arrow: To get to the last column of your data set o CTRL + left arrow: To get to the first column of your data set o CTRL + Home: To get to the first cell (top left) in your data set o CTRL + End: To get to the last cell (bottom right) in your data set o Bonus: Holding SHIFT down while using any of the above shortcuts will select that entire range Charts: Charts are confusing. They never do what you want them to do. Most people have used charts before, but are in no way experts. You’ll win points if you can explain how to: o Add a secondary axis o Create a combination chart with both bar and line graphs
  • 4.  Pivot Tables: Pivot Tables are daunting to most people who don’t use them regularly. If you can help your colleagues navigate the treacherous waters of Pivot Tables, they will definitely appreciate it. Keep it simple though, as the flexibility can get overwhelming to new users very quickly. o Start by creating a Pivot Table to answer 1 question. Then explain how to filter and sort the data. By doing this, your colleagues will slowly warm to Pivot Tables, making them less overwhelming. Now that you’ve got some simple tips in your repertoire, here are the formulas and tools I use the most: Lookup and Text Formulas:  SUMIFS, AVERAGEIFS, and COUNTIFS: Like SUMIF on steroids. Useful for looking up any non-text values with multiple criteria o Great for recreating the functionality of a Pivot, but allowing you to format the output however you would like o Makes month over month calculations extremely easy, especially with named cells.  VLOOKUP, INDEX, and MATCH: Useful for looking up any text values o Always make sure to end your VLOOKUP with FALSE to return the exact match  IFERROR: Replaces errors with a different value o i.e. IFERROR(A1/B1,0) replaces errors with zeroes  LEFT, MID, RIGHT, and SEARCH: Useful for parsing specific parts out of URLs Date Formulas:      TODAY(): Automatically calculates today’s date DATE: Useful for calculating specific days in the year o i.e. DATE(YEAR(TODAY()),1,1) calculates the first day of the year (“1/1/2011″) EDATE: Increments a date by X number of months. Negative numbers also work to go backwards. o i.e. EDATE(A1,1) increments a date by 1 month (“2/1/2011″) TEXT: Converts a value to any date format you would like o i.e. TEXT(A1,”dddd”) converts a date into day of the week (“Monday”) o i.e. TEXT(A1,”mmmm”) converts a date into a month (“January”) WEEKDAY: Returns the day number in the week. o i.e. WEEKDAY($A1,2)>5 returns TRUE for weekends Charts:    Dynamic Chart Ranges: Use OFFSET and named ranges to only chart cells that have values. This saves time because you don’t have to update chart data ranges each month o Alternatively, returning errors (#N/A) when values are blank will also exclude empty cells from line and bar charts Rolling Chart Data Ranges: Set a static number of months and use SUMIFS to populate values automatically Dynamic Chart Data Labels: Great for showing month over month % change, instead of default data labels
  • 5. Other Tools:    Named ranges: Useful for referencing calculated dates, lookup formulas, data validation lists, creating dashboards, etc… o CTRL + F3: shows all the named ranges in your spreadsheet Data Validation: For creating drop down lists o Named ranges allow you to reference a list of values in a separate tab Conditional Formatting: For formatting everything! o Highlight Cell Rules: Highlights positive values in green, negative values in red o Custom Formula Rules: Useful for shading weekends in gray when looking at a whole month’s data by day (i.e. WEEKDAY($A1,2)>5) o Data Bars: Shows a tiny bar chart within the cell. Good for showing trends within a data table 1. Sales Trends o Excel spreadsheets are perfect for the small business that needs to track sales trends throughout the months and years. It helps businesses notice changes in sales, so the business is able to act and correct the problem. The spreadsheets can be used to create graphs and presentations of quarterly sales for business associates and investors. An example of an Excel workbook for a sales application is a spreadsheet with daily sales. The daily sales can be automatically summed and added to another spreadsheet within the workbook that totals sales for the month. The monthly sales spreadsheet can then be summed for yearly sales. 2. Marketing o Marketing is a huge part of business growth. Businesses need to take note of dollars spent versus conversion of customers. On the Internet, marketing can be quite expensive for new owners. An Excel spreadsheet can be used to keep a list of the month's marketing expenses and what customers were acquired using these dollars. If the business has several marketing outlets, an Excel spreadsheet can be used to track which marketing avenues bring in the most sales. These trends are important for managers to keep track of more efficient marketing costs. Employee Information o Many businesses don't have the means for a large database to keep track of employee records. For small businesses, an Excel spreadsheet keeps track of employee names, Social Security numbers and pay scale. When saving private information, it's important to encrypt the file to secure the employee's data from identity theft. The Excel spreadsheet can be used to keep track of employees who work on commission, and be linked with a sales spreadsheet similar to that in Section 1. The link will show the business owner how well the employee is doing for monthly sales.