Over two billion dollars have been raised using the massively successful crowdfunding service, Kickstarter, but not every project has found success. Of the over 300,000 projects launched on Kickstarter, only a third have made it through the funding process with a positive outcome.
Since getting funded on Kickstarter requires meeting or exceeding the project's initial goal, many organizations spend months looking through past projects in an attempt to discover some trick to finding success. For this week's homework, you will organize and analyze a database of four thousand past projects in order to uncover any hidden trends.
-
Using the Excel table provided, you will be modifying and analyzing the data of four thousand past Kickstarter projects as you attempt to uncover some of the market trends.
-
Use conditional formatting to fill each cell in the
state
column with a different color, depending on whether the associated campaign was "successful," "failed," "cancelled," or is currently "live". -
Create a new column at column O called
percent funded
that uses a formula to uncover how much money a campaign made towards reaching its initial goal.- Use conditional formatting to fill each cell in the
percent funded
column using a three-color scale. The scale should start at 0 and be a dark shade of red, transitioning to green at 100, and then moving towards blue at 200.
- Use conditional formatting to fill each cell in the
-
Create a new column at column P called
average donation
that uses a formula to uncover how much each backer for the project paid on average. -
Create two new columns, one called
category
at Q and another calledsub-category
at R, which use formulas to split theCategory and Sub-Category
column into two parts.-
Create a new sheet with a pivot table that will analyze your initial worksheet to count how many campaigns were "successful," "failed," "cancelled," or are currently "live" per category.
- Create a stacked column pivot chart that can be filtered by
country
based on the table you have created.
- Create a stacked column pivot chart that can be filtered by
-
Create a new sheet with a pivot table that will analyze your initial sheet to count how many campaigns were "successful," "failed," "cancelled," or are currently "live" per sub-category.
- Create a stacked column pivot chart that can be filtered by
country
andparent-category
based on the table you have created.
- Create a stacked column pivot chart that can be filtered by
-
-
The dates stored within the
deadline
andlaunched_at
columns are using unix timestamps. Fortunately for us, there is a formula out there that can be used to convert these timestamps into a normal date.-
Create a new column named
Date Created Conversion
that will use this formula to convert the data contained withinlaunched_at
into Excel's Date format -
Create a new column named
Date Ended Conversion
that will use this formula to convert the data contained withindeadline
into Excel's Date format
-
Create a new sheet with a pivot table with a column of
state
, rows ofDate Created Conversion
, values based on the count ofstate
, and filters based onparent category
andYears
. -
Now create a pivot chart line graph that visualizes this new table.
-
-
Create a report in Microsoft Word and answer the following questions...
- What are three conclusions we can make about Kickstarter campaigns given the provided data?
- What are some of the limitations of this dataset?
- What are some other possible tables/graphs that we could create?
-
Create a new sheet with 8 columns:
Goal
,Number Successful
,Number Failed
,Number Canceled
,Total Projects
,Percentage Successful
,Percentage Failed
, andPercentage Canceled
-
In the
goal
column, create twelve rows with the following headers...- Less Than 1000
- 1000 to 4999
- 5000 to 9999
- 10000 to 14999
- 15000 to 19999
- 20000 to 24999
- 25000 to 29999
- 30000 to 34999
- 35000 to 39999
- 40000 to 44999
- 45000 to 49999
- Greater than or equal to 50000
-
Using the
COUNTIFS()
formula, count how many successful, failed, and canceled projects were created with goals within those ranges listed above. Populate theNumber Successful
,Number Failed
, andNumber Canceled
columns with this data. -
Add up each of the values in the
Number Successful
,Number Failed
, andNumber Canceled
columns to populate theTotal Projects
column. Then, using a mathematic formulae, find the percentage of projects which were successful, failed, or were canceled per goal range. -
Create a line chart which graphs the relationship between a goal's amount and its chances at success, failure, or cancellation.
-
- To submit, please upload to Github repo and submit the link to repo to https://bootcampspot-v2.com/.