Count Formula
Hello I am looking for assistance with a formula as I need to count across multiple sheets. I am trying to capture the number of times a word appears. I selected the columns in which the word appears on both sheets and still not able to calculate the total. The formula I am trying to use below gives me an #Inparseable response. Looking for any assistance please and thank you!
=countif({sheet1}:{sheet2}, "word")
Best Answer
-
You cannot create a range across multiple sheets. Instead, you can count each sheet separately and then add the two counts together.
=COUNTIF({sheet1}, "word")+COUNTIF({sheet2}, "word")
Answers
-
You cannot create a range across multiple sheets. Instead, you can count each sheet separately and then add the two counts together.
=COUNTIF({sheet1}, "word")+COUNTIF({sheet2}, "word")
-
Thank you very much worked great!! Thank you!
-
Wonderful! Glad I could help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 213 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!