Link to last added row in column A
Hi,
Is there any formula to link to a cell in “[Column A]” for any new added row,
If any row added, it should link to the last added cell in Column A, is it possible?
Thank you!
Best Answers
-
Hi @A Rose
Hope you are fine, you can add system column ( Modified Date ) to show the latest added row then use the following formula to collect the latest value added in column A.
=JOIN(COLLECT(A:A, Modified:Modified, MAX(Modified:Modified)))
the following screenshot shows the result.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Bassam.M Khalil ,
The below worked!
=JOIN(COLLECT(A:A, Created:Created, MAX(Created:Created)))
Thank you for you help! 😀
Answers
-
Can you explain what you mean by "link to"? Do you mean - contain a hyperlink to? If so, which column in the new row should link to column A?
-
-
Just = then select the refrence
-
the issue is that i want to refrence the latest row,
so if when someone submits a form it’ll refrence the latest cell in Column A, how would i do that?
Thank you!
-
Hi @A Rose
Hope you are fine, you can add system column ( Modified Date ) to show the latest added row then use the following formula to collect the latest value added in column A.
=JOIN(COLLECT(A:A, Modified:Modified, MAX(Modified:Modified)))
the following screenshot shows the result.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
That worked, however if there was 2 form submissions in the same time, then it'll say duplicate..
any fix?
Thank you!😀
-
Hi @A Rose
Please try the following to avoid duplicated
=JOIN(DISTINCT(COLLECT(A:A, Modified:Modified, MAX(Modified:Modified))))
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Bassam.M Khalil ,
I tested and tried adding 2 rows add a time and it's still duplicating.
Got any fix? pls let me know.
Thank you!
-
Hi @Bassam.M Khalil ,
The below worked!
=JOIN(COLLECT(A:A, Created:Created, MAX(Created:Created)))
Thank you for you help! 😀
-
Actually it's just the craeted date, but doesn't change if 2 were created at once.. Distinct also didn't work..
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!