Excel - Latest
Excel - Latest
Business
Analytics
EXCEL
EXCEL- Reading Data
Text Functions
FIND(): returns the location of a substring in a string
REPLACE(): replaces characters specified by location in a FIND() REPLACE()
given text string with another text string
SUBSTITUTE(): replaces text in a given string by matching
MID(): extracts a given number of characters from the
middle of a supplied text string SUBSTITUTE() MID()
When the VLOOKUP function is called, Excel searches for a lookup value in the leftmost
column of a section of your spreadsheet called the table array. The function returns another
HLOOKUP is similar to VLOOKUP, but searches a row instead of a column, and the result is
offset by a row index number. The V in VLOOKUP stands for vertical search (in a single
column), while the H in HLOOKUP stands for horizontal search (within a single row).
EXCEL- Advanced Functions
Lookup Functions
HLOOKUP(): makes Excel search for a certain value in a row (the so called 'table
array’)
• HLOOKUP()
=HLOOKUP("Axles", A1:C4, 2, TRUE) 1
Looks up "Axles" in row 1, and returns the value from row 2 that's in the same
column (column A) • VLOOKUP()
2
Result: 4
VLOOKUP(): =VLOOKUP(What you want to look up, where you want to look for it, • MATCH()
the column number in the range containing the value to return, Approximate or
3
Exact match – indicated as 1/TRUE, or 0/FALSE)
• INDEX()
MATCH(): used to locate the position of a lookup value in a row, column, or table 4
=MATCH (lookup_value, lookup_array, [match_type])
INDEX(): returns the value at a given location in a range or array
=INDEX (array, row_num, [col_num], [area_num])
EXCEL- Advanced Functions
Logical and Error Functions
AND: used to require more than one condition at the same time
OR: a logical function to test multiple conditions at the same time AND
NOT: The function helps check if one value is not equal to another
ISERROR: returns TRUE for any error type excel generates, including #N/A,
OR
#VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL ISERROR
ISNUMBER: The function checks if a cell in Excel contains a number or not. It
will return TRUE if the value is a number and if not, a FALSE value ISNUMBER
ISBLANK: returns TRUE when a cell contains is empty, and FALSE when a cell
ISBLANK
is not empty
IF: Test for a specific condition. =IF (logical_test, [value_if_true], [value_if_false]) IF
IFERROR: returns a custom result when a formula generates an error, and a
IFERROR
standard result when no error is detected
EXCEL- Advanced Functions
Statistical Functions
COUNT(): to get the number of entries in a number
field that is in a range or array of numbers
COUNTA(): returns the count of cells that contain COUNT() COUNTA()
numbers, text, logical values, error values, and
empty text (""). COUNTA does not count empty
cells
COUNTBLANK(): returns a count of empty cells in
a range COUNTBLANK() COUNTIFS()
Inserting a Chart
Adjusting a Chart
Improving a Chart
Add series to a chart
Create Combination Charts
MS Excel
Excel Online
Google Sheets
Slicers
Another important tool of Excel, Slicers, makes
filtering data in PivotTables even easier. Slicers
contain a set of buttons which make filtering data in
PivotTables easier and quicker. We do not have to
open the drop-down lists to find the items we want to
filter. We can create slicers for any field and can filter
a Pivot Table by selecting the type of data we want.
Analysing Data with Pivot Tables
Grouping
It is often useful to group the fields in a
PivotTable by the header values.
Grouping data in a PivotTable allows
us to group the data for any field
added as a row or a column. Excel
can do this automatically for numeric
values (including dates and time).
Analysing Data with Pivot Tables
Custom Calculation
Sometimes, there is a need to change the way the values are displayed in the PivotTable.
The value can be displayed in terms of a percentage instead of a total or an average of the values
instead of summing them
Analysing Data with Pivot Tables
Using dashboards, the data visualization tool of Excel, it is easy to create the
detailed analysis reports.
These dashboard reports will provide insights and alert us in case of negative trends
or projections for Profit/Sales in specific regions which can then be used to develop
future strategy.
Dashboards are highly effective in validating the effectiveness of the matrices
captured over time and bringing out the leading trends.
Dashboards help consolidate and organize these metrics through a summary.
Dashboarding
Thanks