Methods
Data Preparation:
Modified and analyzed the sample project data using Excel.
Applied conditional formatting to the "outcome" column for campaign status differentiation.
Created new columns for "Percent Funded" and "Average Donation" with conditional formatting.
Split the "Category and Sub-Category" column into "Parent Category" and "Sub-Category."
Data Analysis:
Category & Subcategory Stats:
Created pivot tables and stacked-column charts to count campaign outcomes by category, filterable by country
Date Conversion:
Converted Unix timestamps to normal dates, adding "Date Created Conversion" and "Date Ended Conversion" columns.
Outcomes Based on Launch Date:
Created pivot tables and line charts to show outcomes by launch date, filterable by parent category and year.
Crowdfunding Goal and Statistical Analysis:
Created a new sheet with goal ranges, project counts, and success/failure percentages.
Used COUNTIFS() formula and created a line chart to graph the relationship between goal amounts and success rates.
Generated summary statistics (mean, median, min, max, variance, standard deviation) for both successful and unsuccessful campaigns.