itskill practical file
itskill practical file
6. Starting MS Excel: Open MS Excel from the Start menu or desktop shortcut.
7. Creating a New Workbook: Use "File" > "New" to create a blank workbook.
8. Opening an Existing Workbook: Use "File" > "Open" to access saved files.
9. Saving a Workbook: Save work using "File" > "Save" or "Save As".
10. Renaming a Workbook: Save the file with a new name using "Save As".
11. Navigating Cells: Use arrow keys or click with the mouse to move between cells.
12. Entering Data: Click on a cell and type to enter data.
13. Editing Data: Double-click on a cell to modify its contents.
14. Deleting Data: Use the "Delete" key to clear cell contents.
15. Copying Data: Use "Ctrl + C" to copy cell data.
16. Pasting Data: Use "Ctrl + V" to paste copied data.
17. Cutting Data: Use "Ctrl + X" to cut data from cells.
18. Undo and Redo: Use "Ctrl + Z" to undo and "Ctrl + Y" to redo actions.
19. Finding Data: Use "Ctrl + F" to locate specific data in the sheet.
Formatting Cells
20. Changing Font Style: Select a font from the Home tab.
21. Adjusting Font Size: Change font size to suit your data.
22. Bold, Italic, and Underline: Use "Ctrl + B", "Ctrl + I", and "Ctrl + U".
23. Aligning Text: Align text left, center, or right using alignment options.
24. Changing Cell Color: Use the "Fill Color" tool to shade cells.
25. Changing Text Color: Use the "Font Color" tool to modify text color.
26. Merging Cells: Combine multiple cells into one using the "Merge & Center" option.
27. Formatting Numbers: Set number formats like currency, percentage, or decimal.
28. Adjusting Column Width: Drag column borders or use "Format" > "Column Width".
29. Adjusting Row Height: Drag row borders or use "Format" > "Row Height".
Data Management
39. Sorting Data: Use the "Sort" option to arrange data in ascending or descending order.
40. Filtering Data: Apply filters to display specific data using the "Filter" tool.
41. Creating Tables: Convert a data range into a table for better formatting.
42. Freezing Panes: Lock rows or columns using "View" > "Freeze Panes".
43. Adding Comments: Insert comments in cells for notes or instructions.
44. Data Validation: Restrict data entry to specific formats or ranges.
45. Inserting Charts: Use the "Insert" tab to create bar, pie, or line charts.
46. Formatting Charts: Customize chart elements like titles and axes.
47. Using Conditional Formatting: Highlight cells based on conditions.
48. Creating Pivot Tables: Summarize and analyze data using Pivot Tables.
Advanced Features
Excel Formulas
1. COUNT: Counts the number of cells that contain numerical values within a range.
Example: =COUNT(A1:A10)
2. COUNTA: Counts all nonempty cells in a range, including text, numbers, and errors.
Example: =COUNTA(A1:A10)
3. PROPER: Converts the first letter of each word in a text string to uppercase and the rest to lowercase.
Example: =SUMIF(A1:A10, ">5") adds all values in the range A1:A10 that are greater than 5
Example: =LARGE(A1:A10, 2) returns the 2nd largest value in the range A1:A10
Example: =SMALL(A1:A10, 3) returns the 3rd smallest value in the range A1:A10
10. RIGHT: Extracts a specified number of characters from the end (right side) of a text string.
11. LEFT: Extracts a specified number of characters from the beginning (left side) of a text string.
Example: =PRODUCT(A1:A10)
Example: =MAX(A1:A10)
19. TIME: Returns a specific time given hours, minutes, and seconds.
20. CONCATENATE: Combines (joins) two or more text strings into one. In newer versions of Excel,
CONCATENATE has been replaced by the CONCAT and TEXTJOIN functions.
Example: =AVERAGE(A1:A10) returns the average value of numbers in the range A1:A10
22. COUNTIF: Counts the number of cells in a range that meet a specific condition (criterion).
Example: =COUNTIF(A1:A10, ">10") counts how many cells in A1:A10 have values greater than
23. RANDBETWEEN: Generates a random integer between two specified numbers. This value
recalculates every time the worksheet is recalculated.
25. IFERROR: Returns a specified value if a formula evaluates to an error; otherwise, it returns the result
of the formula.
Example: =IFERROR(A1/B1, "Error") returns "Error" if the division results in an error, otherwise it
shows the result.
26. TRANSPOSE: Converts a vertical range of cells to a horizontal range or vice versa.
Example: =TRANSPOSE(A1:A3) changes the vertical range A1:A3 into a horizontal format.
27. INDEX: Returns the value of a cell in a specified row and column within a given range.
Example: =INDEX(A1:C3, 2, 3) returns the value in the second row and third column of the range
A1:C3.
28. MATCH: Returns the relative position of an item in an array that matches a specified value in a
specified order.
Example: =MATCH("Apple", A1:A5, 0) returns the position of "Apple" in the range A1:A5.
29. CONCAT: Joins two or more text strings together (similar to CONCATENATE).
31. DATEDIF: Calculates the difference between two dates in years, months, or days.
Example: =DATEDIF(A1, B1, "Y") returns the number of complete years between dates in A1 and B1.
32. NETWORKDAYS: Returns the number of whole workdays between two dates, excluding weekends
and specified holidays.
33. RANDBETWEEN: Returns a random integer between the numbers you specify.
36. FLOOR: Rounds a number down, toward zero, to the nearest multiple of significance.
37. CEILING: Rounds a number up, away from zero, to the nearest multiple of significance.
Example: =SUBTOTAL(1, C1:C10) returns the average of the values in C1 to C10, where "1" specifies
the AVERAGE function.
Example: =UNIQUE(E1:E10) returns a list of unique values found in the range E1 to E10.
Introduction to MS Word
1. MS Word is a word processing software developed by Microsoft.
2. It is part of the Microsoft Office Suite.
3. MS Word is used for creating, editing, formatting, and printing documents.
4. A Word file is saved with a .doc or .docx extension.
5. It is widely used for creating reports, letters, resumes, and other text-based documents.
6. Starting MS Word: Open MS Word from the Start menu or desktop shortcut.
7. Creating a New Document: Use the "File" menu or "New" button to start a blank
document.
8. Opening an Existing Document: Use "File" > "Open" to access previously saved files.
9. Saving a Document: Save documents using "File" > "Save" or "Save As".
10. Renaming a Document: Use "Save As" to save the file with a new name.
11. Typing Text: Begin typing directly in the document area.
12. Selecting Text: Click and drag to select text for editing or formatting.
13. Deleting Text: Use the backspace or delete key to remove text.
14. Copying Text: Select text and use "Ctrl + C" to copy.
15. Pasting Text: Use "Ctrl + V" to paste copied content.
16. Cutting Text: Select text and use "Ctrl + X" to cut.
17. Undo and Redo: Use "Ctrl + Z" to undo and "Ctrl + Y" to redo actions.
18. Finding Text: Use "Ctrl + F" to search for specific text in the document.
19. Replacing Text: Use "Ctrl + H" to replace text with new content.
Text Formatting
20. Changing Font: Use the "Home" tab to select font style and size.
21. Bold, Italic, and Underline: Use "Ctrl + B", "Ctrl + I", and "Ctrl + U" for formatting.
22. Changing Text Color: Select a text color from the font color dropdown.
23. Highlighting Text: Use the highlighter tool to emphasize text.
24. Aligning Text: Align text to the left, center, right, or justify using alignment options.
25. Changing Line Spacing: Adjust spacing using the "Line and Paragraph Spacing" tool.
26. Applying Styles: Use pre-defined styles for headings and paragraphs.
27. Bullets and Numbering: Create lists with bullets or numbers.
28. Setting Margins: Adjust page margins using the "Layout" tab.
29. Changing Page Orientation: Set the page as Portrait or Landscape.
30. Adding Page Borders: Insert borders to enhance the document design.
31. Inserting Headers and Footers: Add information at the top and bottom of pages.
32. Adding Page Numbers: Insert page numbers in the header or footer.
33. Using Watermarks: Add watermarks for branding or confidentiality.
34. Inserting Page Breaks: Use "Ctrl + Enter" to start a new page.
35. Inserting Tables: Use the "Insert" tab to add tables to the document.
36. Editing Tables: Add or remove rows and columns as needed.
37. Formatting Tables: Change table design and layout using Table Tools.
38. Inserting Images: Add images using "Insert" > "Pictures".
39. Adding Shapes: Use the "Insert" tab to draw shapes like rectangles or arrows.
40. Using SmartArt: Create diagrams and organizational charts.
41. Adding Charts: Insert bar graphs, pie charts, and more to present data.
Advanced Features
Introduction to PowerPoint
1. PowerPoint is a presentation software developed by Microsoft.
2. It is a part of the Microsoft Office Suite.
3. PowerPoint is used to create slideshows for educational, business, and personal
purposes.
4. A PowerPoint file is called a presentation and has a .ppt or .pptx file extension.
5. Slides are the building blocks of a PowerPoint presentation.
6. Starting PowerPoint: Open PowerPoint from the Start menu or desktop shortcut.
7. Creating a New Presentation: Use the "File" menu or click "New" to start a
presentation.
8. Using Templates: Choose from built-in templates for a professional look.
9. Inserting Slides: Add slides using the "New Slide" button on the ribbon.
10. Slide Layouts: Select different layouts like Title Slide, Content Slide, and Blank Slide.
11. Adding Text: Use text boxes to add text to slides.
12. Formatting Text: Change font size, color, and style using the Home tab.
13. Inserting Images: Add images using the "Insert" tab and "Pictures" option.
14. Adding Shapes: Insert shapes like circles, rectangles, and arrows.
15. Using SmartArt: Create diagrams using the SmartArt tool.
16. Adding Tables: Insert tables to display data in rows and columns.
17. Inserting Charts: Add pie charts, bar graphs, or line charts to present data visually.
18. Embedding Videos: Insert videos using the "Insert" tab and "Video" option.
19. Adding Audio: Embed audio files or record narration for slides.
20. Slide Backgrounds: Change the background color or use a background image.
21. Applying Themes: Use built-in themes to give your presentation a consistent design.
22. Using Slide Master: Customize the overall design for all slides using Slide Master.
23. Adding Animations: Apply animations to text and objects.
24. Adding Transitions: Use slide transitions for smooth navigation between slides.
25. Customizing Animations: Adjust animation duration and order.
26. Using Gridlines: Align objects using gridlines and guides.
27. Formatting Shapes: Change the color, border, and effects of shapes.
28. Adding Hyperlinks: Insert hyperlinks to other slides, websites, or documents.
29. Using WordArt: Add decorative text using WordArt styles.
30. Group and Align: Group multiple objects and align them properly.
Advanced Features
42. Embedding Excel Data: Insert and link Excel data into slides.
43. Using Presenter View: Display notes and tools during a presentation.
44. Rehearsing Timings: Practice slide timings for an automatic presentation.
45. Recording Slide Show: Record the presentation with voiceover.
46. Collaborating on Slides: Use co-authoring for team collaboration.
47. Using Design Ideas: Get AI-powered design suggestions.
48. Custom Animations: Create complex animations using the Animation Pane.
49. Using Add-ins: Enhance PowerPoint functionality with add-ins.