Next Payment Due
Using MIN COLLECT to select from dates the next payment due date. Nothing is being returned. I can't figure out what I am doing wrong. Next step would be to select the value associate with the date.
=MIN(COLLECT([Year 1 Due]1, [Year 2 Due]1, [Year 3 Due]1, [Year 4 Due]1, [Year 5 Due]1, [Year 6 Due]1, <TODAY()))
Best Answers
-
Are all of those columns next to each other? If so, try this...
=MIN(COLLECT([Year 1 Due]@row:[Year 6 Due]@row, [Year 1 Due]@row:[Year 6 Due]@row, @cell < TODAY()))
-
Thank You. Solved! Your help is greatly appreciated!
Answers
-
Are all of those columns next to each other? If so, try this...
=MIN(COLLECT([Year 1 Due]@row:[Year 6 Due]@row, [Year 1 Due]@row:[Year 6 Due]@row, @cell < TODAY()))
-
Thank You. Solved! Your help is greatly appreciated!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!