Pie Chart from Two Sheets
Hello
I have two sheets that are in effect the same - same column headers etc, but different source data feeding in.
I have a sheet summary on each. For example, if column 1 has a yes/no option, I do the following on each sheet:
=COUNTIF([1. Internal Process]:[1. Internal Process], "yes")
I now need to be able to combine the results into a pie chart on a dashboard so taking the 'yesses' from sheet a and adding them to the 'yesses' of sheet b to make a total.
I can do a report but that keeps the results for each separate and I just can't work out to combine them.
Can anyone help me please?
Thanks
Katie
Answers
-
You could calculate the COUNTIF for each sheet and add them together, which can be done within one cell using the + symbol between formulas, such as:
=COUNTIF([1. Internal Process]:[1. Internal Process], "yes") + COUNTIF({Sheet 2 Internal Process}, "yes")
Would that work?
Help Article Resources
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
Check out the Formula Handbook template!