Comprehensive Excel Cheat Sheet Project Control
Comprehensive Excel Cheat Sheet Project Control
- NETWORKDAYS(start_date, end_date): Calculates working days between dates. Example: =NETWORKDAYS(A1, B1).
- DATEDIF(start, end, unit): Calculates difference between two dates. Example: =DATEDIF(A1, B1, 'd').
- IF(condition, true_value, false_value): Performs conditional checks. Example: =IF(A1>10, 'Over 10', '10 or less').
- VLOOKUP(value, table, col_index, range_lookup): Vertical search. Example: =VLOOKUP('value', A1:B10, 2, FALSE).
- INDEX MATCH: Advanced lookup combining INDEX and MATCH for flexibility.
Financial Functions
- PMT(rate, nper, pv): Calculates payment for an annuity. Example: =PMT(0.05, 10, -1000).
- Whole Number: Accepts only whole numbers in a specified range. Example: Age between 18 and 65.
- Decimal: Allows decimal numbers within a range. Example: Percentage rate between 0 and 1.
- List: Creates a dropdown menu with specified options. Example: Project status options like 'Not Started', 'In Progress', 'Comple
- Date: Restricts input to dates within a defined range. Example: Date range for current year.
- Time: Limits input to specific time ranges. Example: Office hours from 9 AM to 5 PM.
- Text Length: Sets a limit on the number of characters. Example: ID with exactly 8 characters.
3. Excel Charts and Reporting for Project Control
Common Charts:
- Scatter Plot & Trend Line: Analyze project trends over time.
- Progress Chart: Use pie and bar charts to show project progress vs schedule.
- Cost and Budget Tracking: Track actual and forecasted costs for budgeting.
- Project Status Reports: Standard format for key project info: % progress, resources, issues.
- Risk Reporting: Tracking and reporting risk, including likelihood, impact, and mitigation.
- Online Courses: Websites like Coursera, Udemy, and LinkedIn Learning for in-depth Excel and project management learning.
- Reference Books: Resources like 'Excel for Project Management' and 'Data Analysis Using Excel'.