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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!