Skip to content

shreeniv/Excel_Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Excel_Homework

Original_Data Sheet Contains the Original Data provide along with the formating done based on the following instructions: Using the Excel table provided, modify and analyze the data of 4,000 past Kickstarter projects as you attempt to uncover some 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, or canceled, or is currently live.

Create a new column O called Percent Funded that uses a formula to uncover how much money a campaign made to reach 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 blue at 200.

Create a new 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 called Sub-Category at R, which use formulas to split the Category and Sub-Category column into two parts.

Create a new column named Date Created Conversion that will use this formula to convert the data contained within launched_at into Excel's date format.

Create a new column named Date Ended Conversion that will use this formula to convert the data contained within deadline into Excel's date format.

CampaignVsCategory Sheet Contains the solution for the following set of instructions: Create a new sheet with a pivot table that will analyze your initial worksheet to count how many campaigns were successful, failed, canceled, 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.

SubCategoriesVsStates Sheet Contains solution for the following set of instructions: Create a new sheet with a pivot table that will analyze your initial sheet to count how many campaigns were successful, failed, or canceled, or are currently live per sub-category.

Create a stacked column pivot chart that can be filtered by country and parent-category based on the table you have created.

YearWiseStates Sheet Create a new sheet with a pivot table with a column of state, rows of Date Created Conversion, values based on the count of state, and filters based on parent category and Years.

Now create a pivot chart line graph that visualizes this new table.

Bonus Sheet Contains solution for the instructions from Bonus section: Using the COUNTIFS() formula, count how many successful, failed, and canceled projects were created with goals within the ranges listed above. Populate the Number Successful, Number Failed, and Number Canceled columns with this data.

Add up each of the values in the Number Successful, Number Failed, and Number Canceled columns to populate the Total Projects column. Then, using a mathematical formula, find the percentage of projects that were successful, failed, or canceled per goal range.

Create a line chart that graphs the relationship between a goal's amount and its chances at success, failure, or cancellation.

Word Doc:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors