I am trying to formulate it to where a single number is counted with a month each month.
=arrayformula(COUNTIF('FTA/FTO Ride Along Tracking Form Responses'!D2:D & 'FTO Work Order Responses'!C2:C, E5:E))
This is the formula that I am using to count a single number how ever many times it shows up in the responses. I want to count this number as it appears with in a month. So evetime this number shows up in a January date it will count. Evetime this number shows up in a February date it will count, etc...
Can someone help
Answers
-
Hi @BigTexx
Hope you are fine, please try the following formula and convert it to column formula.
=IFERROR(COUNTIFS([single number]:[single number], [Number To Count]@row, Date:Date, MONTH(@cell) = 1), "") for January
And
=IFERROR(COUNTIFS([single number]:[single number], [Number To Count]@row, Date:Date, MONTH(@cell) = 2), "") for february
and so on you cange the month number due to month
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!