How to Child (Level 2) Data Complete Vs. Incomplete?
I have many of these parent (Level 1) rows that are completed as the Level 3 rows underneath it are completed. Under the parent, Level 1, row, is a Level 2 row that is directly tied to certain Level 3 rows. How could I create a Pie Chart displaying all of the Level 2 Rows Complete/Incomplete totals?
Best Answer
-
Hi @Curculese
You've made this easy since you identify the Level in one of your columns! 🙂
To create a Pie Chart you'll need both numbers: Level 2 rows not complete, Level 2 rows complete.
=COUNTIFS([Level Column]:[Level Column], "Level 2", [% Complete]:[% Complete], <> 1)
and
=COUNTIFS([Level Column]:[Level Column], "Level 2", [% Complete]:[% Complete], 1)
You'll need to change out the column names to match your names, and I'm assuming you want to use the percent complete column (100%) to indicate if something is done.
You could put these formulas in 2 Sheet Summary fields, then use a Sheet Summary Report to surface these 2 data points side-by-side, and use that as the source for your Chart.
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi @Curculese
You've made this easy since you identify the Level in one of your columns! 🙂
To create a Pie Chart you'll need both numbers: Level 2 rows not complete, Level 2 rows complete.
=COUNTIFS([Level Column]:[Level Column], "Level 2", [% Complete]:[% Complete], <> 1)
and
=COUNTIFS([Level Column]:[Level Column], "Level 2", [% Complete]:[% Complete], 1)
You'll need to change out the column names to match your names, and I'm assuming you want to use the percent complete column (100%) to indicate if something is done.
You could put these formulas in 2 Sheet Summary fields, then use a Sheet Summary Report to surface these 2 data points side-by-side, and use that as the source for your Chart.
Cheers,
GenevieveNeed more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Very easy instructions. Thank you!!!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives