Mis Notes (Excel)
Mis Notes (Excel)
WHAT IS MIS?
Management Information Systems (MIS) is the study of people, technology, organizations, and the
relationships among them. MIS professionals help firms realize maximum benefit from investment
in personnel, equipment, and business processes. MIS is a people-oriented field with an emphasis
on service through technology. If you have an interest in technology and have the desire to use
technology to improve people’s lives, a degree in MIS may be for you.
STRUCTURE OF MIS
→ APPLICATION SOFTWARE
→ DATABASE
→ PROCEDURE
→ OPERATING PERSONAL
→ INPUT AND OUTPUT OF DATA
→ MEDIUM AND MESSAGE
→ HARDWARE SYSTEM
ADVANTAGES OF MIS
✓ It allows the real time performance report
✓ It generates the Analytical reports
✓ It compares projections and performances.
✓ It aids the work allocation process
✓ It improves internal communication.
MATHEMATICAL FUNCTIONS
Mathematical Formulas in Excel are used to perform various arithmetic operations like sum,
average, count, max, min etc. Here is a list of most frequently used mathematical formulas in excel.
1. SUM (): This function is used to adds all the values within a cell range.
➢ Syntax: sum(cell address : cell address)
2. SUMIF ():The SUMIF function is a premade function in Excel, which calculates the sum of
values in a range based on a true or false condition.
➢ Syntax: SUMIF(range, criteria)
3. SUMIFS (): The SUMIFS function is a premade function in Excel, which calculates the sum of
a range based on one or more true or false condition.
➢ Syntax: =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2]
...).
4. COUNT (): The COUNT function is a premade function in Excel, which counts cells with
numbers in a range.
➢ Syntax: =count(range)
5. COUNTA (): The COUNTA function is a premade function in Excel, which counts all cells in a
range that has values, both numbers and letters.
➢ Syntax: =counta(range)
6. COUNTBLANK: The COUNTBLANK function is a premade function in Excel, which counts
blank cells in a range.
➢ Syntax: =countblank(range).
7. COUNTIF (): The COUNTIF function is a premade function in Excel, which counts cells as
specified.
BY: ARCHANA MISHRA
➢ Syntax: =countif(range, criteria).
8. COUNTIFS (): The COUNTIFS function is a premade function in Excel, which counts cells in a
range based on one or more true or false condition.
➢ Syntax: =COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)
9. AVERAGE (): The AVERAGE function is a premade function in Excel, which calculates the
average (arithmetic mean)
➢ Syntax:=AVERAGE(range).
10. AVERAGE IF(): The AVERAGEIF function is a premade function in Excel, which calculates the
average of a range based on a true or false condition.
➢ Syntax: =AVERAGEIF(range, criteria, [average_range])
11. AVERAGE IFS(): The AVERAGEIFS function is a premade function in Excel, which calculates
the average of a range based on one or more true or false condition.
➢ Syntax: =AVERAGEIFS(average_range, criteria_range1, criteria1, ...)
12. SUBTOTAL(): Subtotals are calculated with a summary function, such as Sum or Average, by
using the SUBTOTAL function. You can display more than one type of summary function for
each column.
➢ Syntax: =SUBTOTAL(function_num,ref1…)
13. AGGREGATE(): The AGGREGATE function in Excel allows applying different aggregate
functions like AVERAGE, SUM, PRODUCT, COUNT, COUNTA, MAX, or MIN to a list of data,
with an option to ignore hidden rows and error values.
➢ Syntax: =AGGREGATE(function_num,option,array,ref1…)
14. RAND(): RAND returns an evenly distributed random real number greater than or equal to 0
and less than 1. A new random real number is returned every time the worksheet is
calculated.
➢ Syntax:=RAND().
15. RANDBETWEEN(): Returns a random integer number between the numbers you specify. A
new random integer number is returned every time the worksheet is calculated.
➢ Syntax: =RANDBETWEEN(BOTTOM,TOP).
16. ROUNDUP(): Rounds a number up, away from 0 (zero).
➢ Syntax:=ROUNDUP(number, num_digits)
17. ROUNDDOWN(): Rounds a number DOWN, toward 0 (zero).
➢ Syntax:=ROUNDDOWN(number, num_digits)
18. ROUND(): The ROUND function rounds a number to a specified number of digits.
➢ Syntax: =ROUND(number, num_digits)
19. SUMPRODUCT(): The SUMPRODUCT function returns the sum of the products of
corresponding ranges or arrays. The default operation is multiplication.
➢ Syntax: =SUMPRODUCT(array1, [array2], [array3], ...)
20. Subtotal(): It returns the subtotal or a range or database.
or
In other words, the subtotal function in excel works only on the active cells of the database and
does not include the hidden rows in the calculation of the database or range.
Syntax: =subtotal (function_num, reference 1, reference 2…)
Where function number includes the following:
Function number (includes hidden rows) Function number (ignores hidden rows) Function
(works on filter) (works on function and hide rows)
1 101 Average
2 102 Count
LOGICAL FUNCTIONS
1. IF(): - If function in excel check whether the condition is met or not, return true if value is
met and false if the value is not met.
a. Syntax: =if( logical test, value_if_true, value_if_false)
2. AND (): - And function in Excel checks whether all the arguments are True.
a. Syntax: =and(logical1,logical2…)
3. OR(): - OR function in excel checks whether the is true or not. OR function only shows the
false value when all the given conditions didn’t complete.
a. Syntax: = Or(logical1,logical2…)
4. IF ERROR (): If an Expression is error, we can change the value with another.
a. Syntax: iferror(Value,value_if_error)
LOOKUP FUNCTIONS
1. MATCH: Match function find the position of any lookup value from the given array or list.
a. Syntax: =MATCH(lookup_value,Lookup_array,Match_Type)
i. Where Lookup value: the value to look for in the list
ii. Lookup array : list of the particular word/lookup value. We can only select either
1 row or 1 column.
iii. Match type : -1 for less than value, 0 for exact match and 1 for greater match
2. VLOOKUP: Vlookup is an excel function and retrieve data from a specific column in table . The
“v” stands for “vertical”. Lookup values must appear in the first column of the table, with
lookup column to the right.
a. Purpose: - Lookup a value in a table by matching on the first column. It works on left
to right direction.
b. Syntax: - =vlookup(value, table_array, col_index, [range_lookup])
c. Arguments: -
i. Lookup_Value - the value to look for in the first column of a table.
ii. Table - the table from which to retrieve a value.
BY: ARCHANA MISHRA
iii. Col_index - the column in the table from which to retrieve a value.
iv. Range_lookup - [optional] true = approximate match (default)/1. False = exact
match/0 .
Various Situations on Vlookup Functions:
1) Simple Vlookup
2) Double Vlookup :Double Vlookup is a formula used when you have at least two or more tables
and the data have only one common field.
a. SYNTAX: = VLOOKUP (VLOOKUP (VALUE, TABLE_ARRAY, COL_INDEX,
[RANGE_LOOKUP], TABLE_ARRAY) COl_INDEX,[RANGE_LOOKUP])
3) Vlookup with multiple criteria : Situation can be used when we have 1 lookup value in 2 or
more different cells and we need to combine than according to the situation.
# Rows and Columns function can be used to drag the formula without changing the column
index number
• Columns : Columns function count the number of selected columns.
Syntax: =Columns(array)
• Rows : Rows functions count the number of selected rows.
Syntax: =Rows(array)
Syntax:
=Vlookup(Lookup_value,Choose({1,2,3,4},Value1,Value2,Value3,Value4),Columns(No_of_required_c
olumns),Type_of_match)
Note : To convert any vertical table to horizontal we can use the following steps:
➢ Method 1 using Paste Special
o Copy the vertical table
o Put your cursor where you need the horizontal table
o Press Ctrl + Alt + V (For Paste Special ) > Select Transpose and click ok
➢ Method 2 using Transpose Function
o Select the range where you want the horizontal data
o Type =Transpose(array) > select the vertical table you want to transpose
o Press Ctrl + Shift + Enter
4. INDEX : Returns the value or a reference of the cell at the intersection of a particular row and
column, in a given range. We can use index function with a single row and or a complete array
both.
a. Syntax: =Index(Array, Row_number, Column_Number)
4. DGET: It extracts from the database a single record that matches the condition you specify or in
other words it works as a lookup function to find the data from your database with given condition.
a. Syntax: DGET(DATABASE,FIELD,CRITERIA)
5. DMAX: Find the maximum value from the database as given criteria.
a. Syntax: DMAX(DATABASE,FIELD,CRITERIA)
6. DMIN: Find the Minimum value from the database as given criteria.
a. Syntax: DMIN(DATABASE,FIELD,CRITERIA)
7. DPRODUCT: Find the product value from the database as given criteria.
a. Syntax: DPRODUCT(DATABASE,FIELD,CRITERIA)
8. DSUM: Finds the sum value as per given condition. This function works as an SUM, SUMIF and
SUMIFS function.
a. Syntax: DSUM(DATABASE, FILED, CRITERIA)
FINANCIAL FUNCTIONS
1. PMT: - PMT, one of the financial function, calculates the payment for a loan based on constant
payments and a constant interest rate
✓ SYNTAX: - =PMT(RATE, NPER, PV, [FV], [TYPE])
✓ The PMT function syntax has the following arguments:
• Rate: required. The interest rate for the loan.
• NPER: required. The total number of payments for the loan.
• PV: required. The present value, or the total amount that a series of future
payments is worth now; also known as the principal.
• FV: optional. The future value, or a cash balance you want to attain after the last
payment is made. If FV is omitted, it is assumed to be 0 (zero), that is, the future
value of a loan is 0.
• Type: optional. The number 0 (zero) or 1 and indicates when payments are due.
• 0 or omitted (at the end of the period)
• 1 (at the beginning of the period)
2. PPMT FUNCTION: - returns the payment on the principal for a given period for an investment
based on periodic, constant payments and a constant interest rate.
✓ SYNTAX =PPMT(RATE, PER, NPER, PV, [FV], [TYPE])
✓ The PPMT function syntax has the following arguments:
• Rate: required
• Per: number of months for which you are paying.
• NPER: required
• PV: required
• FV: optional
• Type: optional
3. IPMT FUNCTION: - returns the interest payment for a given period for an investment based
on periodic, constant payments and a constant interest rate.
✓ SYNTAX :- IPMT(RATE, PER, NPER, PV, [FV], [TYPE])
✓ The IPMT function syntax has the following arguments
• Rate : required
• Per: number of months for which you are paying.
✓ SYNTAX : =FV(RATE,NPER,PMT,[PV],[TYPE])
✓ The FV function syntax has the following arguments
• Rate : required
• NPER : required
• PMT : required
• PV : optional
• Type : optional
5. PV FUNCTION: PV, one of the financial functions, calculates the present value of a loan or an
investment, based on a constant interest rate. You can use PV with either periodic, constant
payments (such as a mortgage or other loan), or a future value that's your investment goal.
✓ SYNTAX : =PV(RATE,NPER,PMT,[FV],[TYPE])
✓ The PV function syntax has the following arguments
• Rate : required
• NPER : required
• PMT : required
• FV : optional
• Type : optional
6. RATE FUNCTION: RETURNS THE INTEREST RATE PER PERIOD OF AN ANNUITY.
7. NPER FUNCTION: - returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
✓ SYNTAX : NPER(RATE,PMT,PV,[FV],[TYPE])
✓ The NPER function syntax has the following arguments
• Rate : required
• PMT : required
• PV : required
• FV : optional
• Type : optional
TEXT TO COLUMNS
Text to column method separates the single cell value to multiple cells. For example we have data
like S no., Student Name, Course, Duration and Total Fees in a Single Column.
iii.
REMOVE DUPLICATES
This feature in excel deletes all the duplicate data in your spreadsheet from the selected data or list
range.
i. Select the range of cells containing the duplicate values that should be removed.
ii. Go to Data Tab > Select Remove Duplicates > and then check on all the titles you want to
compare and remove the duplicate value from > select my data has headers option for
better results.
FLASH FILL
Flash Fill feature automatically fill the data when it senses the pattern or a series. For example, you
can use flash fill to separate first and last names from a single cell named as Full name, or we can
also combine the First and last Names from 2 different Columns.
i. Enter the Data
ii.
iii. Provide the first name and last of first data manually.
iv. Put your cursor below the Name or on cell B3
v. Goto Data tab > Flash Fill or directly press Ctrl + B key to apply Flash Fill.
DATA VALIDATION
In Excel, data validation is a feature using which we can validate the input in the selected cells and
range of cells. Using this, we can restrict which type of data can be entered in the specific cell(s).
The allowed values can be whole number, decimal numbers, list, date, time, text (with specific
length).
While validating the data input, we can also give the input message so that the user is informed in
advance that which type of value should be entered in that cell and we can also give an error alert
message so that the user will be informed that what wrong he had done.
To apply data validation, follow the simple steps:
→ Select the cell or cell range.
→ Go to “Data” tab and select “Data Validation” under “Data Tools” group.
→ This will open a dialog box with three tabs namely Settings, Input message, Error alert.
→ Select the type of data which you want to permit/allow and then specify its range in “Settings”
tab.
→ Then switch to next tabs and mention the input message and the error alert message.
→ The data validation is done.
Steps to create a data list:
→ Select the cell where you want to create the data list.
→ Go to “Data” tab and select “Data Validation” under “Data Tools” group.
→ Select “List” from the Allow any value drop down in “Settings” tab.
BY: ARCHANA MISHRA
→ Then select the unique values from the sheet in the “Source”.
→ And finally click Ok.
FILTER
Filter in Excel is a valuable tool to analyse data quickly. Filter in Excel is an essential tool that helps
to display relevant data. It eliminates the irrelevant entries temporarily from the view. This tool
filters data according to the criteria to help analyse the critical data points.
ADVANCE FILTER
While the regular data filter will filter the existing dataset, you can use Excel advanced filter to
extract the data set to some other location as well.
Excel Advanced Filter allows you to use complex criteria. For example, if you have sales data, you
can filter data on a criterion where the sales rep is Bob and the region is either North or South (we
will see how to do this in examples). Office support has some good explanation on this.
You can use the Excel Advanced Filter to extract unique records from your data (more on this in a
second).
MACROS
MEANING: In Excel, macros are like smart helpers that do repetitive work for you. You can tell them
what to do, and they’ll do it over and over, saving you time! Think of them as tiny little computer
programs for Excel. (Alt + F8 to open view macros dialog box)
You can make them by recording what you do or by writing instructions in a special language called
Visual Basic for Applications (VBA).
Then, you can make them work by clicking buttons or using shortcuts.
A macro feature can be used from View Tab as well as Developer Tab.
To enable the Developer Option, we can use the following process:
• Go to File Tab > Options > Customize The Ribbon > select the Developer Option > press ok to
save the screen
• Or we can simply right Click on Ribbon > Select Customize the Ribbon > select the Developer
Option > press ok to save the screen.
➢ Create Your Data table. Copy the heading Remark and paste it on another cell.
➢ Write the criteria value below the remark cell
➢ Go to View / Developer tab > under macros group select record macro > provide the name of
your macro
➢ Go to data tab > under sort and filter group select Advance >
➢ In list range select the complete table > Criteria range select your condition (Remark and 1
another cell)
➢ In copy to select the blank cells (The number of blank cells should be same as your total
columns in data table)
➢ Select unique records only.
➢
➢ Go to view tab > under macros group select stop recording.
➢ Go to insert tab > under illustrations group select shape > right click on the shape > select
assign macro > select your macro and click on ok.
DATA TRANSFER USING MACROS
Method 1
1. Create sheet 1 data as item name , qty, price
2. Create the sheet 2 and transpose the data > select the heading + 2 more rows > press ctrl + t
to convert it into table format
3. Put your cursor outside the data table
4. Go to sheet 1 > go to view / developer tab > start macro recording >
5. Copy the data of all headings > go to sheet 2
6. Put your cursor on first blank cell of table > transpose the value > right click on cell > select
insert > table row above >
BY: ARCHANA MISHRA
7. Again, put your cursor on first blank cell of data > go to sheet 1
8. Delete the values > go to macro > stop recording
9. Go to insert tab > take a shape > right click on it > assign macro
Method 2
1. Create sheet 1 data as item name , qty, price (provide the data value)
2. Copy the data of sheet 1 and transpose it on sheet 2 ( alt+ h,v,t)
3. Keep your cursor outside the data
4. Goto sheet 1 > developer tab > macro > start recording >
5. Copy item name , qty , price ( data)
6. Go to sheet 2 > put your cursor on first heading
7. Press ctrl + down arrow > go to developer tab > enable the option use relative reference > press
down arrow
8. Transpose the data by alt + h, v, t
9. Press right arrow > go to sheet 1 delete the data > disable the option use relative reference >
disable the macro recording
10. Go to insert tab > take a shape > right click on it > assign macro
Method 3
1. Create sheet 1 data as item name , qty, price (provide the data value)
2. Copy the data of sheet 1 and transpose it on sheet 2 ( alt+ H,V,T)
3. Keep your cursor outside the data
4. Goto sheet 1 > developer tab > macro > start recording >
5. Copy item name ( data ) >
6. Go to sheet 2 put your cursor on first heading ( i.e. item name)
7. Press ctrl+ down arrow > go to developer tab > enable use relative reference
8. Press down arrow > paste the data value > press right arrow
9. Disable use relative reference
10. Again, go to sheet 1 copy qty (data)
11. Go to sheet 2 > enable use relative reference > paste the value > press right arrow> disable
use relative reference
12. Again, go to sheet 1 copy price (data)
13. Go to sheet 2 > enable use relative reference > paste the value > press right arrow>
14. Go to sheet 1 delete all the value which you want
15. Disable the use relative reference > disable the macro
16. Go to insert tab > take a shape > right click on it > assign macro
DYNAMIC CHART
➢ Create the Data list > Press Ctrl + T to convert it into table
➢ To find the unique records of item name
o Select the item name list > Go to data Tab > Advance >
▪ Select copy to another location
▪ Provide the list range
▪ Skip the criteria range and provide the cell reference of copy location
▪ Click on copy to another location
➢ To find the unique records of country
BY: ARCHANA MISHRA
o Select the country range > Go to data Tab > Advance >
▪ Select copy to another location
▪ Provide the list range
▪ Skip the criteria range and provide the cell reference of copy location
▪ Click on unique records only > click ok
➢ Go to Sheet 2 > Write down the headings such as Country, Item name and Amount
➢ For country list Go to Data tab > Data validation > select list instead of any value > provide
Source of Country (Select the cells where the Unique record of country is)
➢ For Item Name Copy the Item Name unique record and paste them on Sheet 2
➢ Use formula to find the total sales / Amount
➢ =SUMIFS(Table1[[#All],[PRICE]],Table1[[#All],[COUNTRY]],'DYNAMIC
CHART'!$B$3,Table1[[#All],[PRODUCT NAME]],'DYNAMIC CHART'!C6)
➢ Create a list of states and provide the heading in the top row as Indian states
➢ Many of excel version does not accept space while defining name
➢ Here you are required to use “_” instead of space
➢ To write “_” in place of space select all > press Ctrl + H for find & replace option
➢ Find what : provide a single space
➢ Replace with : use underscore “_”
➢ To transpose data > select all states name > press Ctrl + C to copy > put your cursor where
you want to transpose > press keyboard shortcut > Alt + h, V, T or press Ctrl + Alt + V and
select transpose
➢ Provide all cities name
➢ Now select the Indian states list > go to formula tab > under defined name go to create from
selection
➢ Select top row > click ok
➢ Put your cursor where you want the list of Indian states > go to data tab > data validation >
select list instead of any value >
➢ When you are on source press f3 key to select the list name > select “Indian_states “
➢ Select the complete data where you have entered the states and cities list
➢ Go to formula tab > create from selection > select top row only > click ok
➢ Put your cursor where you want to enter the list of cities >
➢ Go to data tab > data validations > select list instead of any value > on source option type a
formula
➢ =indirect(cell reference of the cell where you have created a list for states )
BY: ARCHANA MISHRA
STOCK MANAGEMENT
1. Create sheet 1 as Home page like
2. Copy Bill No, Date, Item, Qty, Rate and Amount than go to sheet 2 (Purchase Record).
Transpose the data by CTRL + ALT+ V or ALT +H, V, T and do the same process on sheet 3
(Sales Report).
3. Select the heading on purchase sheet with 2 or 3 more rows and press CTRL+T to provide it a
table format and do the same process for Sales Record.
4. Put your cursor outside the table on sheet 2 (Purchase Record) and Sheet 3 (Sales Record).
5. Go to sheet 1 home page, provide the data and after that start macro recording.
6. Copy the data of Bill no, Date, Item, Qty, and rate and amount.
7. Go to sheet 2 Purchase record. Put your cursor on first blank cell of your data i.e... Cell below
bill no. Transpose the Data, right click on it and select insert > table row above> put your on
the first blank cell again.
13. Go to sheet 4 (in stock ) and provide the same spelling and formatting of item word as in
sheet 2 (purchase)
22. Go to sheet 1 home page > to show the qty of item is available or not:
23. Save the Workbook with Macro Enabled Workbook (.xlsm file extension).
ATTENDANCE SHEET
Steps to create attendance sheet are as follows:
1. Create a background list for months and years.
2. Go to sheet 1 (attendance sheet) > keep your cursor where you want the list of months > go to data
tab > data validations > select list instead of any value in allows option > provide the list of months in
source option.
5. Now change the cell format as date by right click > format cell > long date
6. For end date apply formula of eomonth:
• =eomonth(start_date,0)
11.
12. Drag the formula for all dates.
13. For day apply the formula of text.
• =text(select_date,”ddd”)
17. Now select all the dates > go to format cell > more number format > custom > in type column >
erase the value and type >
• Dd
18.
19. Select all the dates columns by column header > double click to adjust the column.
20. For total present
• =countif(select_range,”P”)
21.
22. Do same for total absent and total leaves.
23. To find the total working days in the month
• =netwokday.intl(select _start date,select ending_date,select 11 for Sunday only)
PRODUCTION SHEET
1. Create a background data for month and year.
2. Create a drop-down list for month and year through data validation.
3. Apply the formula for first date:
4. =datevalue(1&select month&select year)
12. For day apply the formula =text(select_the_date,”ddd”) and then drag the formula
13. For total production apply the sum formula and select the range of product.
19. To save the sheet for future use keep your cursor on first sheet on data > start the macro
recording > provide the short cut key as per your need > click on ok
20. Right click on sheet name > select move or copy > select move to end > click on create a
copy > click on ok
21.
22. Automatically your cursor will be on last sheet > keep your cursor on first sheet again > delete the
data of production you have entered earlier. ( do not delete any formula ) > stop the macro
recording.
23. Save the workbook by excel macro enabled workbook.
4. Go to Sheet 1 select all the cells for Item Name Column > Go to Data Tab > Data Validations >
Select the option List >in Source select the Item Name list of table 1
5. For first serial no. apply the following formula:
14. Create a data validations list for Sales Type: Go to Data tab > Data validations > List > In Source
type “ Inter State, Intra State”
16. For value of Gross amount apply the sum function and select the column of Amount.
21. For Net Amount Apply the sum Function and Add the Gross amount, IGST, CGST, and SGST
•
• Set the error alert and input message.
24. To set the validation on GSTIN:
• LEN(Select_cell)=15
•
25. To save the record on different sheet:
I. To save the sheet for future use keep your cursor on first sheet (Invoice) > start the
macro recording > provide the short cut key as per your need > click on ok
II. Right click on sheet name > select move or copy > select move to end > click on
create a copy > click on ok
PIVOT TABLE
A pivot table is a statistics tool that summarizes and reorganizes selected columns and rows of data in
a spreadsheet or database table to obtain a desired report. The tool does not actually change the
spreadsheet or database itself, it simply “pivots” or turns the data to view it from different
perspectives.
Pivot tables are especially useful with large amounts of data that would be time-consuming to calculate
by hand. A few data processing functions a pivot table can perform include identifying sums, averages,
ranges or outliers. The table then arranges this information in a simple, meaningful layout that draws
attention to key values.
When users create a pivot table, there are four main components:
➢ Columns- when a field is chosen for the column area, only the unique values of the field are
listed across the top.
➢ Rows- when a field is chosen for the row area, it populates as the first column. Similar to the
columns, all row labels are the unique values and duplicates are removed.
➢ Values- each value is kept in a pivot table cell and display the summarized information. The
most common values are sum, average, minimum and maximum.
➢ Filters- filters apply a calculation or restriction to the entire table.
DASHBOARD
1. Create your data table and convert it into pivot table like:
2. Right click on sum of amount > click on show values as > select % of grand total
3. Provide the difference value for each stock item out of 100% by using
• =1-B4
6.
7. Remove the label values and chart title from your doughnut.
8. Select the doughnut bars > right click > format data series > in fill option select solid fill and
provide the color for doughnut.
9. Copy the doughnut > keep your cursor on blank cell > paste it for another product.
10. Change all doughnut color.
11. To link the doughnut with your actual data > right click on the doughnut bar > select data >
add > in series name select the product name > in series values select the % cells in front of
product.
12. Right click on your doughnut > select change series chart type > select the product name
13. Select the orange part of the doughnut > go to format data bar (by right click) > select solid
fill > fill with white color > increase the transparency of it.
14. Select the blue part of the doughnut > go to format data bar (by right click) > select no fill.
15. Take a text box > put your cursor on formula bar > select the cell of %
16. Again, take a text box > keep your cursor on formula bar > select the product name.
17. Do the same process for all doughnuts.
18. Provide the heading as:
• ="Total Sales Of "&cell of salesman.
CALENDAR
1. Create a format for calendar with a background data of months and years.
•
• =DATEVALUE(1&SELECT_YOUR_MONTH&SELECT_YOUR_YEAR)
6. Now define the to the starting date by
• Go to Formula Tab > Define Name > Provide a name as “START”.
7. To find the weekday Sequence:
• =WEEKDAY(STARTING_DATE,1)
•
8. To mention the first date of calendar:
•
• =START-(WEEKDAY(START)-1).
9. For Second date:
•
• Apply the Same formula for all dates.
10. To Highlight the dates of previous and Next month
• Select all the dates >
• Go to Conditional Formatting > New Rule > Use Formula to determine which value to
format >
▪
▪ =Month(First_Selected_cell)<>Month(Start)
▪ Provide the format and press ok to accept the screen.