From cb890bd67ddbea6c4aa9a6337d83ff1752e91286 Mon Sep 17 00:00:00 2001 From: Carolyn Russell <111674383+Kenner82@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:11:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe3e78..79d4ac1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This data was visualized with a line graph. ![Theater_Outcomes_vs_Launch](https://user-images.githubusercontent.com/111674383/190319037-b425868d-ee38-4b52-85b5-e76dd750b45f.png) -### Outcomes For Plays Based On Goals +### Outcomes For Plays Based On Financing Goals The next analysis used the same Kickstarter campaign data to compare the outcomes (successful, failed, or canceled) of campaigns in the "plays" subcategory to their financing goals. Campaign goals were broken into 12 data ranges starting with "less than 1,000", ending with "50,000 or more", and then divided equally into 10 ranges between those amounts. The CountIfs() function was used to calculate how many of each outcome occurred in each financing goal range. After calculating the total projects within each range, the percentage of succesful, failed, and canceled campgaigns for each goal range was calculated.