Countifs formula across sheets
Answers
-
I re-entered the formula and this is how it looks
=COUNTIFS({UBMD Dyads}, [UMBD Dyad]@row, {Date 1}, AND(IFERROR(MONTH({Date 2}, 0) = 11, IFERROR(YEAR({Date 2}, 0) = 2021))
Still coming up as 0
-
Right. You need to use "@cell" in the MONTH and YEAR functions.
Enter this exactly as it is (copy/paste)
=COUNTIFS({UBMD Dyads}, [UMBD Dyad]@row, {Date 1}, AND(IFERROR(MONTH(@cell), 0) = 11, IFERROR(YEAR(@cell), 0) = 2021))
-
I entered the formula with the @ row and this is what i get
-
You do not want "@row" and you do not want the curly brackets around those bits. Try copy/pasting my last formula exactly as it is.
-
I copied and pasted the formula and it is working! Thank you so much for all your help:)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!