Identify Row with Most Recent Date for a Value with Fewer Cell References
I have a sheet that has reached the cell reference limit and won't allow other sheets to copy rows into it. After doing some research it seems that my column references (column:column) within my formulas are the problem.
My sheet contains a unique identifier in the column "ID", and there is a reported date column (we are pulling new reports every week and adding them to the sheet). We are then trying to identify whether a given row is the most recent row for that ID. My current formula is below. Is there a more efficient way to determine if a row is the most recent row for that ID that references less cells?
=IF(MAX(COLLECT([Reported Date]:[Reported Date], [Unique ID 1 (Lease Date + TCode)]:[Unique ID 1 (Lease Date + TCode)], [Unique ID 1 (Lease Date + TCode)]@row)) = [Reported Date]@row, "Yes", "No")
Answers
-
Unfortunately there is not. You may need to look into splitting your data out across multiple sheets.
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
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!