Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Pull in most recent form entry only

Hello!

I am trying to add an indicator to use for a report to only recognize the most current form entry for a date range. Specifically, I am using a auto fill "created" column and the collect functionality as follows:

=IF(ISBLANK(Created@row), "", MAX(COLLECT(Created:Created, [Week Indicator]:[Week Indicator], "1")))

However, this isn't really the greatest way to do it since I have to do multiple checks.

Is it possible to create a formula where I can check for the Team member name, matching start date, and apply an indicator if the Created Date is the max value?

Below is a snip of the form I'm making. The column "Most Current View" is where the IF formula above currently sits, but it's not working right =)



Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions