Counting the number of "week's numbers"
Hi,
I need some help on this,
Im trying to count the amount of entries in a row matching certain restriction,
=COUNTIF({week}, ="5")
The idea is being able to count through time how many entries we have in this week,
for instance, in week 5 we had 20 entries, in week 6 we had only 12, etc
Thanks,
Alberto
Best Answers
-
Try removing the quotes from around 5.
=COUNTIF({week}, =5)
-
Happy to help. 👍️
The reason this worked is because when you wrap something in "quotes" you are looking for a text value, but you have numerical values for your data that you are evaluating. Removing the quotes indicates to look for a number.
Answers
-
Try removing the quotes from around 5.
=COUNTIF({week}, =5)
-
Thank you Paul
-
Happy to help. 👍️
The reason this worked is because when you wrap something in "quotes" you are looking for a text value, but you have numerical values for your data that you are evaluating. Removing the quotes indicates to look for a number.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!