Looking for help to modify an Index formula to combine previous entry's from forms
Hello,
I have a dashboard that displays form submission data using this formula:=INDEX([Submission Date]:[Open Space Link], 1, 3)
Current Behavior:
- The formula shows the most recent form submission
- When users submit partial updates (filling only 1-2 fields), only those new values appear on the dashboard
- Previous valid data in other columns gets lost
Desired Behavior:
- Display the most recent submission data
- If recent submissions have empty fields, retain/show the last known valid data from previous submissions for those fields
Is there a formula or function that can maintain historical values for empty fields while still showing the latest updates?
Answers
-
You can use a COLLECT function to filter out blanks.
=INDEX(COLLECT([Open Space Link]:[Open Space Link]:[Open Space Link]:[Open Space Link], @cell <> ""), 1)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!