Count of rows created on 2 sheets within a certain time frame.
Hi everyone!
I would like to get the count of rows created on 2 sheets within a certain time frame.
I created a formula (1) to get the count of one sheet and it worked. I tried to add the other sheet to the formula (2) but I got an error message (3).
- =COUNTIFS({Created 2}, IFERROR(MONTH(@cell), 0) = 5, {Created 2}, IFERROR(YEAR2cell), 0) = 2024) = 11
- =COUNTIFS({Created 2}, IFERROR(MONTH(@cell), 0) = 5,{Created 2}, IFERROR(YEAR(@cell), 0) = 2024, {Created}, IFERROR(MONTH(@cell), 0)= 5, {Created}, IFERROR(YEAR(@cell), 0) = 2024)
- #INCORRECT ARGUMENT SET
Can anyone help?
Tags:
Best Answer
-
You would use two separate COUNTIFS (one for each sheet) and then add them together.
Answers
-
You would use two separate COUNTIFS (one for each sheet) and then add them together.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!