Formula to count fields that are not blank
I am just getting familiar with smartsheets and am having a problem convert a spreadsheet that contains a formula that I really need. This formula currently works well in Excel to count cells that contain dates so if any cells are blank it won't count the cell. This is the formula that works in Excel =COUNTIF(L4:AO4,">2016"), does anyone had any idea how to customize such a formula to work in a smartsheet. Thanks in advance for any feedback!
Comments
-
If you are looking for a formula to count how many dates are within a range, you would use something like this...
=COUNTIFS(L4:AO4, ISDATE(@cell))
To count how many of those dates are more recent than 2016:
=COUNTIFS(L4:AO4, IFERROR(YEAR(@cell), 0) > 2016)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!