Excelmic
Excelmic
The data will be highlighted based on the given conditions and the corresponding
formatting.
Top 10 items− Cells that rank in the top N, where 1 <= N <= 1000.
Top 10%− Cells that rank in the top n%, where 1 <= n <= 100.
Bottom 10 items− Cells that rank in the bottom N, where 1 <= N <= 1000.
Bottom 10%− Cells that rank in the bottom n%, where 1 <= n <=
100.
Above average− Cells that are above average for the selected range.Below
average− Cells that are below average for the selected range.Follow the steps
given below to assign the Top/
Bottom rules.
ClickConditional Formattingin theStylesgroup
underHometab.
ClickTop/Bottom Rulesfrom the drop-down menu. Top/
Bottom rules options appear.
3)Working with Data: Data Validation, Pivot Tables & Pivot Charts Data Validation
1. Select the cell(s) you want to create a rule for.
2. Select Data >Data Validation.
3.On the Settings tab, under Allow, select a choice:
Whole Number - to restrict the cell to accept only whole numbers.Decimal - to restrict
the cell to accept only decimal numbers.
List - to pick data from the drop-down list. Date - to
restrict the cell to accept only date. Time - to restrict
the cell to accept only time. Text Length - to restrict
the length of the text.Custom for custom formula.
Pivot Tables
A PivotTable is a powerful tool to calculate, summarize, andanalyze data that lets you see
comparisons, patterns, and trends in your data.
PivotTables work a little bit differently depending on whatplatform you are using to run
Excel.
Pivot Charts
Sometimes it's hard to see the big picture when your raw datahasn’t been summarized.
Pivot Charts are a fantastic way to add data visualizations to your data
49
9)Create worksheet with following fields: Empno, Ename, Basic Pay(BP),
1. Type the text i.e. “EMPLOYEES SALARY STATEMENT” in the cell from “A1 to H1”using the
merge and center button
2. Type the SL NO, EMP NAME, BASIC PAY, DA, HRA, GROSS, TAX, NET SALARY in A2, B2,
C2, D2, E2, F2, G2, H2 respectively
3. Put the data for SL NO, EMP NAME, BASIC PAY
4. Calculation for
DA = C3*3% 7. For Graph
Select data range -> Click insert menu -> Chart -> Select
HRA = C3*5% column chart -> OK
GROSS = C3+D3+E3TAX = F3*5% 8.For Filtering
NET SLARY = F3-G3 Apply filter selecting Basicpay, then -> click Number filter ->
5. Calculation for Select greater than and equal to -> enter 10000
Click OK
MAXIMUM = max(C3:C8)
MINIMUM = min(C3:C8)
COUNT = countif(C3:C8,”&>=10000”)
6. For Sort
Select data range -> Click data menu ->Sort -> Sort by -> Emp Name -> Sort on ->
Values -> Order -> A to Z
6Cleaning Data Containing Date and Time Values
1. Use of DATEVALUE Function:
The Excel DATEVALUE function converts a date represented as a text string
into a
valid Excel date.
For example, the formula =DATEVALUE ("3/10/1975") returns a serial
number
(27463) in the Excel date system that represents March 10, 1975
2. Use of DATEADD Function:
The DateAdd function to add or subtract a specified time interval from a date.
For example, you can use DateAdd to calculate a date 30 days from today or a
time
45 minutes from now
3. Use of DATEDIF Function:
The Excel DATEDIF function returns the difference between two date values in
years, months, or days.
The DATEDIF (Date + Dif) function is a "compatibility" function that comes
from
Lotus 1-2-3
4. Use of TIMEVALUE Function:
The Excel TIMEVALUE function converts a time represented as text into a
proper
Excel time.
For example, the formula =TIMEVALUE("9:00 AM") returns 0.375, the numeric
representation of 9:00 AM in Excel's time system.
65
Data Analytics with Excel - BCS358A
Experiment 12
Generation of report & presentation using Autofilter ¯o.
Step 1: Prepare a table with Data
Step 2: Apply AutoFilter
Select your data range.
Go to the 'Data' tab in Excel.
Click on 'Filter' or 'Sort & Filter' to enable Autofilter options.
Use Autofilter to filter the data as needed, e.g., filter for a specific category.
Step 3: Record a Macro
Go to the "View" tab in Excel.
Click on "Macros" and choose "Record Macro."
In the "Record Macro" dialog box, provide a name for your macro, e.g., "
GenerateReport."
Step 4: Create a Report Manually
While the macro is recording, manually copy the filtered data by selecting it and
pressing
Ctrl + C.
Open a new sheet.
Manually paste the copied data using Ctrl + V.
Step 5: Stop Recording a Macro
Go to the "View" tab in Excel.
Click on "Macros" and choose "Stop Recording.
Step 6: Create a presentation manually
Open Microsoft PowerPoint
Create a new presentation.
Copy the content from your report (the filtered data, text, and charts)
Create slides for your presentation and paste the content onto the
slides.
Format the slides, add titles, and organize the content in a presentation
format
manually.
Save the presentation