Formula to collect most recent date
Hi,
I am trying to reference a column from another sheet to return the next availibility date, which is going to be 9/19/23 in the attached screenshot. I have tried the formula below, but am having trouble getting the formula to work.
=MIN(COLLECT([Release Availibility Date], [Release Availibility Date], [Release Availibility Date], [Release Availibility Date], >TODAY()))
Thanks!
Best Answer
-
Make sure you are putting the formula into a date type column.
Answers
-
You will need to create cross sheet references for the ranges.
=MIN(COLLECT({Date Range}, {Date Range}, @cell> TODAY()))
-
Hi,
I inputed the formula below, but I got an invalid column value.
=MIN(COLLECT({Release Availibility Date}, {Release Availibility Date}, @cell > TODAY()))
Thanks!
-
Make sure you are putting the formula into a date type column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!