Date Formula Issues, Metric sheet
I am very new to smartsheet. What formula would I use to count how many times the year 2021 appears in the blue (parent) rows?
I also would like to make a formula for a metric sheet that automatically updates as I add and delete years from my main sheet. What formula would I use for that part as well?
I've tried a few different options and keep getting the unparseable error.
Best Answer
-
If you are using a separate sheet, you will need to create each {Cross Sheet Reference} appropriately, and the formula would look something like this:
=COUNTIFS({Date Column}, IFERROR(YEAR(@cell), 0) = 2021)
Answers
-
If you are using a separate sheet, you will need to create each {Cross Sheet Reference} appropriately, and the formula would look something like this:
=COUNTIFS({Date Column}, IFERROR(YEAR(@cell), 0) = 2021)
-
I just tried it and the populated number was 0, even though it should be about 4 or 5. do I need to reference something with at @cell part?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!