Formula that will pull the most up to date information from
Hello
I have a sheet that gets new entries every month and each month, the status of the project is calculated and may update. I have another sheet that holds the project information and it needs to show the most up to date status of the project. I was wondering if that is possible to do by a formula that will take the most up to date status for that project and move it into another sheet. Something similar to Max Collect but instead of largest value, it calculates the latest entry based on date.
Thank you
Answers
-
Hi @Monica Lino
You can try creating a helper columns to get the recent status of the Project. In your Project Information sheet create one column called “Recent Date” and apply the below formula.
=MAX(COLLECT({date}, {project name}, [Project Name]@row))
This formula will get the information from sheet one, with these formula you will get the recent date.
Create another column to get the recent status and apply the below formula
=JOIN(COLLECT({Status}, {project name}, [Project Name]@row, {date}, [Recent Date]@row))
I hope this helps
Best Regards
Amit Wadhwani, Smartsheet CoE, Ignatiuz Software, Exton, PA
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/ -
Hi Amit,
Thank you so much for this. Is it possible to set up a formula without creating extra columns?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!