Cross Sheet Reference Formula
I am trying to write a cross reference sheet formula to count MTD dates in a column using this formula I found here but it is not working. Thoughts?
=COUNTIFS({Andee Metrics Terms}, AND(IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), IFERROR(MONTH(@cell), 0 = MONTH(TODAY()))))
Best Answer
-
Is your {Andee Metrics Terms} a date column? Also, we need to rearrange a parenthesis or two
=COUNTIFS({Andee Metric Terms}, AND(IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), IFERROR(MONTH(@cell), 0) = MONTH(TODAY())))
cheers
Kelly
Answers
-
Is your {Andee Metrics Terms} a date column? Also, we need to rearrange a parenthesis or two
=COUNTIFS({Andee Metric Terms}, AND(IFERROR(YEAR(@cell), 0) = YEAR(TODAY()), IFERROR(MONTH(@cell), 0) = MONTH(TODAY())))
cheers
Kelly
-
Thank you, yes was a date column, those pesky parenthesis :<
-
😃 Yes, pesky indeed! I wish I had a nickel for every time they have hung my formulas up.
I'm glad we have it working now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 303 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!