Sheet to reference last record from a form
I have seen numerous answers to this question, but I am still confused about the syntax. e.g https://community.smartsheet.com/discussion/20126/report-with-the-last-entry-to-each-persons-forms
I have an Smartsheet form (Input form) that collects the PSHC, peak shift head count.
I have a separate sheet that needs to reference the last record in the input form. When I try to use the formula suggested by the link above, I get an unparseable error. I hope it's simply a syntax error on my part.
MAX(COLLECT([Created]:[Created], [PSHC]:[PSHC], =[PSHC]@row)), 1, 0)
I originally tried a simple reference to the entire PSHC column, but it only linked to the first record, not the latest one.
Please advise,
Thank you!
Answers
-
Sorry, I am confused.
Am I supposed to use this formula instead?
=IF([Created]@row= MAX(COLLECT(Created:Created, [PSHC]:[PSHC], =[PSHC]@row)), 1, 0)
I tried using this formula, but it still shows #UNPARSEABLE
-
Thanks Christian for your help. Although I could not get it to work, I still appreciate your response.
I think I found my answer here thanks to Jeff Reisman: https://community.smartsheet.com/discussion/87252/simply-retrieving-last-row-referenced-in-another-sheet?_gl=1*15m8gsp*_ga*NTkwMTkxNzIxLjE2NjQ0NjczOTQ.*_ga_ZYH7XNXMZK*MTY2NjI4MzU3OC4zMi4xLjE2NjYyOTY1ODkuNC4wLjA.
Help Article Resources
Categories
Check out the Formula Handbook template!