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
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!