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?
-
No. Assuming you set up your {Cross Sheet Reference} properly, that should be working. Exactly how is your date column being populated?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!