Mooc Report Lalit Mohan Tatrari 1
Mooc Report Lalit Mohan Tatrari 1
GE Report
On
Submitted in partial fulfillment of the requirement Seminar for the Third Semester
BBA
By
LALIT MOHAN TATRI
22031538
Under the Guidance of
MS . SHIKHA TEWARI
Assistant Professor
HALDWANI CAMPUS
THIS IS TO CERTIFY THAT MR. LALIT MOHAN TATRARI
HAS SATISFACTORILY PRESENTED GE BASED SEMINAR.
THE COURSE OF THE GE REGISTRATION BUSINESS
ANALYTICS WITH EXCEL : ELEMENTARY TO
ADVANCED . IN PARTIAL FULLFILLMENT OF THE
SEMINAR PRESENTATION REQUIREMENT IN THIRD
SEMESTER OF BBA DEGREE COURSE PRESCRIBED BY
GRAPHIC ERA HILL UNIVERSITY, HALDWANI CAMPUS
DURING THE YEAR 2023-
2024.
Signature Signature
HALDWANI CAMPUS
Acknowledgement
I would like to express my special thanks of gratitude to my class
Coordinator Ms. shikha tewari who gave me the golden opportunity to do
this wonderful project on the topic Business analytics with excel which
also helped me in doing a lot of Research and i came to know about so
many new things
I am really thankful to them.
Secondly i would also like to thank my parents and friends who helped
me a lot in finishing this project within the limited time.
I am making this project not only for marks but to also increase my
knowledge.
THANKS AGAIN TO ALL WHO HELPED ME
THIS IS AN 6 WEEKS COURSE
What is Excel?
Excel is a spreadsheet program from Microsoft and a component of its
Office product group for business applications. Microsoft Excel enables
users to format, organize and calculate data in a spreadsheet.
By organizing data using software like Excel, data analysts and other
users can make information easier to view as data is added or changed.
Excel contains a large number of boxes called cells that are ordered in
rows and columns. Data is placed in these cells.
Excel is a part of the Microsoft Office and Office 365 suites and is
compatible with other applications in the Office suite. The spreadsheet
software is available for Windows, MACOS, Android and iOS platforms.
1) Cell: A cell is the smallest but most helpful element of Excel. You can
type, copy, and paste your data (numbers or text) into the cell. You can
alter the size, font colour, background colour, borders, and other features
of a cell. A cell's address, which includes its column number and row
number, serves as a unique identifier for each cell (If a cell is on the 17th
row and column F, then its address will be F17).
Formula
The formula in Excel represents expressions that are used to perform
calculations of values in single or multiple cells together. For example – When
we put C3+C4+C5+C6, we will be able to find the sum value of values from C3
to C6.
Function
Functions refer to pre-defined formulas present in Excel. Functions will help you
avoid entering each formula by yourself. These functions also have names that
are commonly used in our daily lives. For example: =SUM(C3:C6). This function
will help you add all the values from C3 to C6.
Analysis in excel
With these tools, you can let Excel take care of the complicated calculations so that you can easily explore
different scenarios in a systematic way.
Using data tables, you can see what happens to formulas as their inputs change. On the other hand, with
Goal Seek, you can begin with a desired output in mind and find the necessary input to make it happen.
Key Idea #1: Use Goal Seek instead of trial and error.
Goal Seek
With Goal Seek, you can tell Excel the output you want from a formula. Then, Excel will go through the trial
and error process for you, saving you the work and usually giving a more precise answer than you could
guess yourself.
The application of Goal Seek that you saw in the example was finding the break-even point, when a
company’s profit is zero.
To use Goal Seek,
Go to the Data Tab. Click on What-If Analysis, then Goal Seek (in the Data Tools or Forecast group).
A pop-up window will appear. Fill out the fields as follows:
Set cell: Enter the reference to the cell that contains the formula for the output.
To value: Enter the result that you want.
By changing cell: Enter the reference to the cell that contains the input you want to adjust.
Click OK. Goal Seek will run and update your spreadsheet to the desired result.
the Quality Sweater Company example, you were asked to find the response rate for which the
company breaks even. To do this, you told Goal Seek to set the cell containing profit to the value 0 by
changing the cell containing the response rate.
Key Idea #2: Use data tables to
experiment.
One-Way Data Tables
In the last module, you saw how using cell references helps create a flexible spreadsheet that lets you
experiment with different values. When modeling for a business, you usually want to experiment with a
whole range of different situations. You could plug different numbers into your model and keep track of
the results manually, but this can be time-consuming and potentially adds human error. Generating a data
table in Excel is a quick way to see a range of different situations. Data tables can also automatically
recalculate when you make changes in your spreadsheet model.
A one-way data table (also called a one-variable data table) lets you see how one or more outputs change
as a single input changes.
Decision analysis through regression and NPV
The NPV Function is an Excel Financial function that will calculate the Net Present Value
(NPV) for a series of cash flows and a given discount rate. It is important to understand
the Time Value of Money, which is a foundational building block of various Financial
Valuation methods.
NPV(rate,value1,[value2],...)
NPV uses the order of value1, value2, to interpret the order of cash
flows. Be sure to enter your payment and income values in the correct
sequence.
The NPV investment begins one period before the date of the value1
cash flow and ends with the last cash flow in the list. The NPV
calculation is based on future cash flows. If your first cash flow occurs
at the beginning of the first period, the first value must be added to the
NPV result, not included in the values arguments. For more
information, see the examples below.
If n is the number of cash flows in the list of values, the formula for
NPV is:
NPV is also related to the IRR function (internal rate of return). IRR is
the rate for which NPV equals zero: NPV(IRR(...), ...) = 0.
Linear programming
Linear Programming is the most important and fascinating aspect of applied
maximizing the profit with given resources). If we have constraints and the
objective function well defined, we can use the system to predict an optimal
solution for a given problem. In Excel, we have Excel Solver, which helps us solving
the Linear Programming Problems LPP. We will see in this article how to use Excel
Solver to optimize the resources associated with business problems with the help
of Linear Programming.
If You can’t see this utility tool there, you must enable it through Excel Options.
1: Navigat e to the
Step 2: A new window will pop up named Excel Options. Click on Add-ins from the
list of options present on the left-hand side of the window.
Step 3: Under the Manage section at the bottom of the window, select Excel Add-
ins from the dropdown list and click on the Go button beside.
Step 4: As soon as you click the Go… button, you will see the list of all Add-ins
available under Excel in a new window. Tick to select the Solver Add-in so that you
can use it under the Data tab for solving the equations. Click the OK button after
Parameter” will open up, under which you need to set the parameters for this set
of equations to be solved.
Step 6: The first thing we need to identify is Set Objective: Since our objective is to
figure out the total cost involved to minimize it, set this to D4.
Instead of rounding, add the integer constraints and run Solver again.
Ignoring Integer Constraints
If you run Solver and still get a non-integer answer even after adding integer
constraints, you might have to change an option.
Click the Options button near Select a Solving Method in the Solver dialogue. Then,
ensure that the Ignore Integer Constraints box is unchecked.
If this box is checked, then Solver will not work with the integer constraints that
you added.
Nonlinear programming
In a nonlinear programming problem, the objective and/or some of the constraints
are expressed as nonlinear expressions. For example, the variables might be
squared or multiplied by each other.
You can use Solver to find optimal solutions to nonlinear programming problems.
The process is similar to linear programming, with a few important differences.
Creating the
Spreadsheet Model
Just like with linear programming, your spreadsheet model should include
the decision variables,
the objective,
the constraints, often in a table.
In addition, create space for the terms of the nonlinear expression in the model. It
is good practice to place each term in a separate cell, and use labels and
FORMULATEXT to indicate their meaning. This makes your spreadsheet easier to
read and check for mistakes.
Using Solver
Set Solver up as you would for a linear programming problem, adding the
objective, variables, and constraints.
The one difference is that for Select a Solving Method, you should choose GRG
Nonlinear.