0% found this document useful (0 votes)
18 views1 page

Data Analytics Using Excel

Data Analytics Using Excel

Uploaded by

badgujar_bandhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Data Analytics Using Excel

Data Analytics Using Excel

Uploaded by

badgujar_bandhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Analytics using Excel

Course Started Date- 27 May 2024 Target Date to End the Course- 11 June 2024
Day-1
DAY-1 NOTES

1. Agenda-

a) Points to be learn during the session- Introduction to the Excel, Functions, Conditional Formatting,

Lookup Functions, Pivot Table, Visualizing data with Charts, Data Validation, Date Functions, Excel

List & List Functions, What if Analysis.

2. Installation of Microsoft Office and WPS Office.

3. Microsoft Excel is the combination of Row and Excel.

4. Row, Column, Sheet, Data Enter into the Row, Selection of Column.

5. Currency Data Type, Reducing the decimals.

6. Basic Functions (Big Five)- SUM, AVG, MIN, MAX, COUNT.

7. Summing up data using Sum Function = SUM (10,12,15).

8. Formula Bar, Cell Reference.

9. Summation data already present in cell is done by using Sum with Cell number.

10. Using Cell Range also we do the summation. = SUM (B2:B6).

11. Formula Tab, Formula Builder.

12. Avg function = AVG (B2:B6).

13. Minimum Value = MIN (B2:B6).

14. Maximum Value = MAX (B2:B6).

15. Count function = COUNT (B2:B6).

16. Learn how to add the value in different cells or sheet ex. =SUM (B2:B6, Sheet2!I2:I6).

17. Count function is not working for non-numerical values.

18. To count the values, present in the cell it may be non-numerical or numerical we use = COUNTA ().

function.

19. How to blank cell we use = COUNTBLANK ().

20. If I want some condition-based counting then we use COUNTIF () function.

21. If I have data of MPR is more than ₹ 100 then, = COUNTIF(Cell Range, “>100”).

You might also like