Reporting - Multiple data values in a call from multiple sheets
Hi Community:
I have a sheet that has a column with multiple text values in a one cell. I want to calculate how many times a text value is mentioned in a cell across multiple sheets. How do I do this?
Answers
-
Hi @Charlene Pons ,
There may be a simpler way I don't know about, but I think you may have to use a formula that does a cross-sheet reference for each sheet, then sums them all up. For example:
=COUNTIF({source 1},CONTAINS([Text Column]@row,@cell))+COUNTIF({source 2},CONTAINS([Text Column]@row,@cell))+COUNTIF({source 3},CONTAINS([Text Column]@row,@cell))
Let me know if it works.
Best,
Heather
-
Thanks Heather, however I will have over 20 sheets I need to reference so I don't think this will work. But thank you.
-
You could create a Report which looks across all of your sheets.
If your column name is the same across these 20 sheets, then you can use this as a column to FILTER by, seeing if that column contains the text you're looking for.
Then you can use the SUMMARIZE function to quickly display a number, like so:
Will this work for you?
Here's more information on Reports and Summaries:
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!