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
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!